✨ Notebook Add Advanced Controls (#1452)
* 💄 Reduce notebook widget min width to fit sidebar * ✨ Highlight and text align controls * ✨ Notebook Image support * ✨ Notebook text coloring support * ✨ Notebook Image resize support * ✨ Notebook Advanced Highlight and Text Coloring * ✨ TaskList and lists indentations (not finished) * ⬆️ Updated tiptap components to 2.1.12 * 🐛 notebook content not updating * ✨Cancel Edit function + 🐛onReadOnlyCheck bug fix * ✨ Notebook Table * 🚧 Tweaks * 🌐 Added Translations * 🐛 Fix notebook table column resize * 🌐 Replace common translations * ✨ Notebook Underline, default text change
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"save": "Save",
|
||||
"apply": "Apply",
|
||||
"insert": "Insert",
|
||||
"about": "About",
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
@@ -40,5 +42,14 @@
|
||||
"medium": "medium",
|
||||
"large": "large"
|
||||
},
|
||||
"seeMore": "See more..."
|
||||
"seeMore": "See more...",
|
||||
"position": {
|
||||
"left": "Left",
|
||||
"center": "Center",
|
||||
"right": "Right"
|
||||
},
|
||||
"attributes": {
|
||||
"width": "Width",
|
||||
"height": "Height"
|
||||
}
|
||||
}
|
||||
@@ -7,9 +7,53 @@
|
||||
"showToolbar": {
|
||||
"label": "Show the toolbar to help you write markdown"
|
||||
},
|
||||
"allowReadOnlyCheck": {
|
||||
"label": "Allow check in read only mode"
|
||||
},
|
||||
"content": {
|
||||
"label": "The content of the notebook"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"controls": {
|
||||
"bold": "Bold",
|
||||
"italic": "Italic",
|
||||
"strikethrough": "Strikethrough",
|
||||
"underline": "Underline",
|
||||
"colorText": "Color text",
|
||||
"colorHighlight": "Colored highlight text",
|
||||
"code": "Code",
|
||||
"clear": "Clear formatting",
|
||||
"heading": "Heading {{level}}",
|
||||
"align": "Align text: {{position}}",
|
||||
"blockquote": "Blockquote",
|
||||
"horizontalLine": "Horizontal line",
|
||||
"bulletList": "Bullet list",
|
||||
"orderedList": "Ordered list",
|
||||
"checkList": "Check list",
|
||||
"increaseIndent": "Increase Indent",
|
||||
"decreaseIndent": "Decrease Indent",
|
||||
"link": "Link",
|
||||
"unlink": "Remove link",
|
||||
"image": "Embed Image",
|
||||
"addTable": "Add table",
|
||||
"deleteTable": "Delete Table",
|
||||
"colorCell": "Color Cell",
|
||||
"mergeCell": "Toggle cell merging",
|
||||
"addColumnLeft": "Add column before",
|
||||
"addColumnRight": "Add column after",
|
||||
"deleteColumn": "Delete column",
|
||||
"addRowTop": "Add row before",
|
||||
"addRowBelow": "Add row after",
|
||||
"deleteRow": "Delete row"
|
||||
},
|
||||
"modals": {
|
||||
"clearColor": "Clear color",
|
||||
"source": "Source",
|
||||
"widthPlaceholder": "Value in % or pixels",
|
||||
"columns": "Columns",
|
||||
"rows": "Rows"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user