feat: publish note lexicon!

This commit is contained in:
Julien Calixte
2026-02-07 22:19:28 +01:00
parent ee389fb77a
commit d544eb2f04
2 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,6 @@
{
"lexicon": 1,
"id": "space.litenote.note",
"description": "Litenote's element",
"defs": {
"main": {
"type": "record",
"description": "A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions.",
"key": "tid",
"record": {
@@ -28,7 +24,10 @@
"format": "datetime"
}
}
}
},
"type": "record"
}
}
},
"id": "space.litenote.note",
"lexicon": 1
}