feat: add litenote lexicon
This commit is contained in:
34
lexicons/space/litenote/note.json
Normal file
34
lexicons/space/litenote/note.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title",
|
||||
"content"
|
||||
],
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string",
|
||||
"maxLength": 1000
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"description": "Markdown content of the blog post",
|
||||
"maxLength": 10000
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string",
|
||||
"format": "datetime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user