a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

commit footnote lexicon src

Jared Pereira (Mar 17, 2026, 3:35 PM -0700) 22370e29 282238e5

+13
+13
lexicons/src/facet.ts
··· 64 64 required: [], 65 65 properties: {}, 66 66 }, 67 + footnote: { 68 + type: "object", 69 + description: "Facet feature for a footnote reference", 70 + required: ["footnoteId", "contentPlaintext"], 71 + properties: { 72 + footnoteId: { type: "string" }, 73 + contentPlaintext: { type: "string" }, 74 + contentFacets: { 75 + type: "array", 76 + items: { type: "ref", ref: "#main" }, 77 + }, 78 + }, 79 + }, 67 80 }; 68 81 69 82 export const PubLeafletRichTextFacet = {