2023-08-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
|
"descriptor": {
|
|
|
|
|
"name": "Notebook",
|
|
|
|
|
"description": "A markdown-based interactive widget for you to write down your notes!",
|
|
|
|
|
"settings": {
|
|
|
|
|
"title": "Settings for the notebook widget",
|
|
|
|
|
"showToolbar": {
|
|
|
|
|
"label": "Show the toolbar to help you write markdown"
|
|
|
|
|
},
|
2023-11-03 21:14:29 +01:00
|
|
|
"allowReadOnlyCheck": {
|
|
|
|
|
"label": "Allow check in read only mode"
|
|
|
|
|
},
|
2023-08-12 21:17:12 +02:00
|
|
|
"content": {
|
|
|
|
|
"label": "The content of the notebook"
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-11-03 21:14:29 +01:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
2023-08-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
|
}
|