tiptapify
Version:
Tiptap3 editor with Vuetify3 menu implementation
112 lines • 2.64 kB
JSON
{
"content": {
"placeholder": "write something here..."
},
"style": {
"paragraph": "paragraph",
"heading": "heading",
"headings": {
"h1": "heading level 1",
"h2": "heading level 2",
"h3": "heading level 3",
"h4": "heading level 4",
"h5": "heading level 5",
"h6": "heading level 6"
},
"fontFamily": "font family",
"fontSize": "font size",
"lineHeight": "line height",
"color": {
"highlight": "highlight color",
"text": "text color",
"unset": "unset color",
"custom": "custom color"
}
},
"format": {
"bold": "bold",
"italic": "italic",
"strike": "strikethrough",
"underline": "underline",
"sup": "superscript",
"sub": "subscript",
"break": "hard break",
"line": "horizontal line",
"blockquote": "cite",
"code": "code",
"codeblock": "code block",
"formatClear": "format clear"
},
"media": {
"link": "external link",
"image": "image",
"tables": {
"table": "table",
"insertTable": "insert table",
"deleteTable": "delete table",
"insertWithHeaderRow": "insert table with header row",
"rows": "rows",
"row": "row",
"insertRowBefore": "insert row before",
"insertRowAfter": "insert row after",
"deleteRow": "delete row",
"cols": "columns",
"col": "column",
"insertColBefore": "insert column before",
"insertColAfter": "insert column after",
"deleteCol": "delete column",
"mergeCells": "merge cells",
"splitCell": "split cell"
}
},
"action": {
"undo": "undo",
"redo": "redo"
},
"alignment": "alignment",
"alignments": {
"left": "align left",
"center": "align center",
"right": "align right",
"justify": "justify"
},
"list": "list",
"lists": {
"bullet": "unordered list",
"numbered": "ordered list",
"task": "task list",
"indent": "list item indent",
"outdent": "list item outdent"
},
"dialog": {
"apply": "apply",
"clear": "clear",
"close": "close",
"image": {
"title": "add/edit image",
"src": "source",
"alt": "alt",
"width": "width",
"height": "height"
},
"link": {
"title": "add/edit link",
"href": "link address",
"target": "open in new window",
"rel": "rel",
"class": "CSS class"
},
"source": {
"title": "view source code",
"prettify": "prettify"
}
},
"misc": {
"source": "view source code",
"preview": "preview"
},
"footer": {
"words": "words",
"chars": "characters"
}
}