@blocknote/core 0.15.3 → 0.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocknote.js +1694 -1111
- package/dist/blocknote.js.map +1 -1
- package/dist/blocknote.umd.cjs +5 -5
- package/dist/blocknote.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +2 -2
- package/src/editor/BlockNoteEditor.ts +3 -1
- package/src/editor/editor.css +13 -1
- package/src/extensions/NonEditableBlocks/NonEditableBlockPlugin.ts +7 -1
- package/src/extensions/SideMenu/SideMenuPlugin.ts +2 -2
- package/src/i18n/locales/de.ts +307 -0
- package/src/i18n/locales/es.ts +275 -0
- package/src/i18n/locales/index.ts +3 -1
- package/src/index.ts +2 -1
- package/types/src/i18n/locales/de.d.ts +274 -0
- package/types/src/i18n/locales/es.d.ts +239 -0
- package/types/src/i18n/locales/index.d.ts +3 -1
- package/types/src/index.d.ts +2 -0
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bn-block-outer{line-height:1.5;transition:margin .2s}.bn-block{display:flex;flex-direction:column}.bn-block-content{display:flex;padding:3px 0;transition:font-size .2s;width:100%}.bn-block-content:before{transition:all .2s}.bn-block-content.ProseMirror-selectednode>*,.ProseMirror-selectednode>.bn-block-content>*{border-radius:4px;outline:4px solid rgb(100,160,255)}.bn-block-group .bn-block-group{margin-left:1.5em}.bn-block-group .bn-block-group>.bn-block-outer{position:relative}.bn-block-group .bn-block-group>.bn-block-outer:not([data-prev-depth-changed]):before{content:" ";display:inline;position:absolute;left:-20px;height:100%;transition:all .2s .1s}.bn-block-group .bn-block-group>.bn-block-outer[data-prev-depth-change="-2"]:before{height:0}.bn-inline-content code{font-family:monospace}[data-prev-depth-change="1"]{--x: 1}[data-prev-depth-change="2"]{--x: 2}[data-prev-depth-change="3"]{--x: 3}[data-prev-depth-change="4"]{--x: 4}[data-prev-depth-change="5"]{--x: 5}[data-prev-depth-change="-1"]{--x: -1}[data-prev-depth-change="-2"]{--x: -2}[data-prev-depth-change="-3"]{--x: -3}[data-prev-depth-change="-4"]{--x: -4}[data-prev-depth-change="-5"]{--x: -5}.bn-block-outer[data-prev-depth-change]{margin-left:calc(10px * var(--x))}.bn-block-outer[data-prev-depth-change] .bn-block-outer[data-prev-depth-change]{margin-left:0}[data-level="1"]{--level: 3em}[data-level="2"]{--level: 2em}[data-level="3"]{--level: 1.3em}[data-prev-level="1"]{--prev-level: 3em}[data-prev-level="2"]{--prev-level: 2em}[data-prev-level="3"]{--prev-level: 1.3em}.bn-block-outer[data-prev-type=heading]>.bn-block>.bn-block-content{font-size:var(--prev-level);font-weight:700}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=heading]{font-size:var(--level);font-weight:700}.bn-block-content:before{margin-right:0;content:""}.bn-block-content[data-content-type=numberedListItem]{display:flex;gap:.5em}[data-content-type=numberedListItem]{--index: attr(data-index)}[data-prev-type=numberedListItem]{--prev-index: attr(data-prev-index)}.bn-block-outer[data-prev-type=numberedListItem]:not([data-prev-index=none])>.bn-block>.bn-block-content:before{content:var(--prev-index) "."}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=numberedListItem]:before{content:var(--index) "."}.bn-block-content[data-content-type=bulletListItem]{display:flex;gap:.5em}.bn-block-content[data-content-type=checkListItem]>div{display:flex}.bn-block-content[data-content-type=checkListItem]>div>div>input{margin:0;margin-inline-end:.5em;cursor:pointer}.bn-block-content[data-content-type=checkListItem][data-checked=true] .bn-inline-content{text-decoration:line-through}.bn-block-content[data-text-alignment=center]{justify-content:center}.bn-block-content[data-text-alignment=right]{justify-content:flex-end}.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"•"}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"•"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"▪"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"▪"}[data-file-block] .bn-file-block-content-wrapper:has(.bn-add-file-button),[data-file-block] .bn-file-block-content-wrapper:has(.bn-file-default-preview){width:100%}[data-file-block] .bn-file-block-content-wrapper{cursor:pointer;display:flex;flex-direction:column;justify-content:stretch;-webkit-user-select:none;user-select:none}[data-file-block] .bn-add-file-button{align-items:center;background-color:#f2f1ee;border-radius:4px;color:#7d797a;display:flex;flex-direction:row;gap:10px;padding:12px;width:100%}.bn-editor[contenteditable=true] [data-file-block] .bn-add-file-button:hover{background-color:#e1e1e1}[data-file-block] .bn-add-file-button-icon{width:24px;height:24px}[data-file-block] .bn-add-file-button .bn-add-file-button-text{font-size:.9rem}[data-file-block] .bn-file-and-caption-wrapper{display:flex;flex-direction:column;border-radius:4px}[data-file-block] .bn-file-default-preview{align-items:center;border-radius:4px;display:flex;flex-direction:row;gap:4px;padding:4px;width:100%}[data-file-block] .bn-file-default-preview:hover,.ProseMirror-selectednode .bn-file-default-preview{background-color:#e1e1e1}[data-file-block] .bn-file-default-preview-icon{width:24px;height:24px}[data-file-block] .bn-visual-media-wrapper{display:flex;flex-direction:row;align-items:center;position:relative;width:fit-content}[data-file-block] .bn-visual-media{border-radius:4px;max-width:100%}[data-file-block] .bn-visual-media-resize-handle{position:absolute;width:8px;height:30px;background-color:#000;border:1px solid white;border-radius:4px;cursor:ew-resize}[data-content-type=audio]>.bn-file-block-content-wrapper,.bn-audio{width:100%}[data-file-block] .bn-file-caption{font-size:.8em;padding-block:4px}[data-file-block] .bn-file-caption:empty{padding-block:0}.bn-inline-content:has(>.ProseMirror-trailingBreak:only-child):before{pointer-events:none;height:0;position:absolute;font-style:italic}[data-text-color=gray]{color:#9b9a97}[data-text-color=brown]{color:#64473a}[data-text-color=red]{color:#e03e3e}[data-text-color=orange]{color:#d9730d}[data-text-color=yellow]{color:#dfab01}[data-text-color=green]{color:#4d6461}[data-text-color=blue]{color:#0b6e99}[data-text-color=purple]{color:#6940a5}[data-text-color=pink]{color:#ad1a72}[data-background-color=gray]{background-color:#ebeced}[data-background-color=brown]{background-color:#e9e5e3}[data-background-color=red]{background-color:#fbe4e4}[data-background-color=orange]{background-color:#faebdd}[data-background-color=yellow]{background-color:#fbf3db}[data-background-color=green]{background-color:#ddedea}[data-background-color=blue]{background-color:#ddebf1}[data-background-color=purple]{background-color:#eae4f2}[data-background-color=pink]{background-color:#f4dfeb}[data-text-alignment=left]{justify-content:flex-start;text-align:left}[data-text-alignment=center]{justify-content:center;text-align:center}[data-text-alignment=right]{justify-content:flex-end;text-align:right}[data-text-alignment=justify]{justify-content:flex-start;text-align:justify}.ProseMirror .tableWrapper{overflow-x:auto}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.ProseMirror td,.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#c8c8ff66;pointer-events:none}.bn-editor{outline:none;padding-inline:54px;--N800: #172b4d;--N40: #dfe1e6}.bn-root{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bn-root *,.bn-root *:before,.bn-root *:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.bn-default-styles p,.bn-default-styles h1,.bn-default-styles h2,.bn-default-styles h3,.bn-default-styles li{margin:0;padding:0;font-size:inherit;min-width:2px!important}.bn-default-styles{font-size:16px;font-weight:400;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Open Sans,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bn-table-drop-cursor{position:absolute;z-index:20;background-color:#adf;pointer-events:none}.bn-drag-preview{position:absolute;
|
|
1
|
+
.bn-block-outer{line-height:1.5;transition:margin .2s}.bn-block{display:flex;flex-direction:column}.bn-block-content{display:flex;padding:3px 0;transition:font-size .2s;width:100%}.bn-block-content:before{transition:all .2s}.bn-block-content.ProseMirror-selectednode>*,.ProseMirror-selectednode>.bn-block-content>*{border-radius:4px;outline:4px solid rgb(100,160,255)}.bn-block-group .bn-block-group{margin-left:1.5em}.bn-block-group .bn-block-group>.bn-block-outer{position:relative}.bn-block-group .bn-block-group>.bn-block-outer:not([data-prev-depth-changed]):before{content:" ";display:inline;position:absolute;left:-20px;height:100%;transition:all .2s .1s}.bn-block-group .bn-block-group>.bn-block-outer[data-prev-depth-change="-2"]:before{height:0}.bn-inline-content code{font-family:monospace}[data-prev-depth-change="1"]{--x: 1}[data-prev-depth-change="2"]{--x: 2}[data-prev-depth-change="3"]{--x: 3}[data-prev-depth-change="4"]{--x: 4}[data-prev-depth-change="5"]{--x: 5}[data-prev-depth-change="-1"]{--x: -1}[data-prev-depth-change="-2"]{--x: -2}[data-prev-depth-change="-3"]{--x: -3}[data-prev-depth-change="-4"]{--x: -4}[data-prev-depth-change="-5"]{--x: -5}.bn-block-outer[data-prev-depth-change]{margin-left:calc(10px * var(--x))}.bn-block-outer[data-prev-depth-change] .bn-block-outer[data-prev-depth-change]{margin-left:0}[data-level="1"]{--level: 3em}[data-level="2"]{--level: 2em}[data-level="3"]{--level: 1.3em}[data-prev-level="1"]{--prev-level: 3em}[data-prev-level="2"]{--prev-level: 2em}[data-prev-level="3"]{--prev-level: 1.3em}.bn-block-outer[data-prev-type=heading]>.bn-block>.bn-block-content{font-size:var(--prev-level);font-weight:700}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=heading]{font-size:var(--level);font-weight:700}.bn-block-content:before{margin-right:0;content:""}.bn-block-content[data-content-type=numberedListItem]{display:flex;gap:.5em}[data-content-type=numberedListItem]{--index: attr(data-index)}[data-prev-type=numberedListItem]{--prev-index: attr(data-prev-index)}.bn-block-outer[data-prev-type=numberedListItem]:not([data-prev-index=none])>.bn-block>.bn-block-content:before{content:var(--prev-index) "."}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=numberedListItem]:before{content:var(--index) "."}.bn-block-content[data-content-type=bulletListItem]{display:flex;gap:.5em}.bn-block-content[data-content-type=checkListItem]>div{display:flex}.bn-block-content[data-content-type=checkListItem]>div>div>input{margin:0;margin-inline-end:.5em;cursor:pointer}.bn-block-content[data-content-type=checkListItem][data-checked=true] .bn-inline-content{text-decoration:line-through}.bn-block-content[data-text-alignment=center]{justify-content:center}.bn-block-content[data-text-alignment=right]{justify-content:flex-end}.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"•"}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"•"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"▪"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before{content:"▪"}[data-file-block] .bn-file-block-content-wrapper:has(.bn-add-file-button),[data-file-block] .bn-file-block-content-wrapper:has(.bn-file-default-preview){width:100%}[data-file-block] .bn-file-block-content-wrapper{cursor:pointer;display:flex;flex-direction:column;justify-content:stretch;-webkit-user-select:none;user-select:none}[data-file-block] .bn-add-file-button{align-items:center;background-color:#f2f1ee;border-radius:4px;color:#7d797a;display:flex;flex-direction:row;gap:10px;padding:12px;width:100%}.bn-editor[contenteditable=true] [data-file-block] .bn-add-file-button:hover{background-color:#e1e1e1}[data-file-block] .bn-add-file-button-icon{width:24px;height:24px}[data-file-block] .bn-add-file-button .bn-add-file-button-text{font-size:.9rem}[data-file-block] .bn-file-and-caption-wrapper{display:flex;flex-direction:column;border-radius:4px}[data-file-block] .bn-file-default-preview{align-items:center;border-radius:4px;display:flex;flex-direction:row;gap:4px;padding:4px;width:100%}[data-file-block] .bn-file-default-preview:hover,.ProseMirror-selectednode .bn-file-default-preview{background-color:#e1e1e1}[data-file-block] .bn-file-default-preview-icon{width:24px;height:24px}[data-file-block] .bn-visual-media-wrapper{display:flex;flex-direction:row;align-items:center;position:relative;width:fit-content}[data-file-block] .bn-visual-media{border-radius:4px;max-width:100%}[data-file-block] .bn-visual-media-resize-handle{position:absolute;width:8px;height:30px;background-color:#000;border:1px solid white;border-radius:4px;cursor:ew-resize}[data-content-type=audio]>.bn-file-block-content-wrapper,.bn-audio{width:100%}[data-file-block] .bn-file-caption{font-size:.8em;padding-block:4px}[data-file-block] .bn-file-caption:empty{padding-block:0}.bn-inline-content:has(>.ProseMirror-trailingBreak:only-child):before{pointer-events:none;height:0;position:absolute;font-style:italic}[data-text-color=gray]{color:#9b9a97}[data-text-color=brown]{color:#64473a}[data-text-color=red]{color:#e03e3e}[data-text-color=orange]{color:#d9730d}[data-text-color=yellow]{color:#dfab01}[data-text-color=green]{color:#4d6461}[data-text-color=blue]{color:#0b6e99}[data-text-color=purple]{color:#6940a5}[data-text-color=pink]{color:#ad1a72}[data-background-color=gray]{background-color:#ebeced}[data-background-color=brown]{background-color:#e9e5e3}[data-background-color=red]{background-color:#fbe4e4}[data-background-color=orange]{background-color:#faebdd}[data-background-color=yellow]{background-color:#fbf3db}[data-background-color=green]{background-color:#ddedea}[data-background-color=blue]{background-color:#ddebf1}[data-background-color=purple]{background-color:#eae4f2}[data-background-color=pink]{background-color:#f4dfeb}[data-text-alignment=left]{justify-content:flex-start;text-align:left}[data-text-alignment=center]{justify-content:center;text-align:center}[data-text-alignment=right]{justify-content:flex-end;text-align:right}[data-text-alignment=justify]{justify-content:flex-start;text-align:justify}.ProseMirror .tableWrapper{overflow-x:auto}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.ProseMirror td,.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#c8c8ff66;pointer-events:none}.bn-editor{outline:none;padding-inline:54px;--N800: #172b4d;--N40: #dfe1e6}.bn-root{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bn-root *,.bn-root *:before,.bn-root *:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.bn-default-styles p,.bn-default-styles h1,.bn-default-styles h2,.bn-default-styles h3,.bn-default-styles li{margin:0;padding:0;font-size:inherit;min-width:2px!important}.bn-default-styles{font-size:16px;font-weight:400;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Open Sans,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bn-table-drop-cursor{position:absolute;z-index:20;background-color:#adf;pointer-events:none}.bn-drag-preview{position:absolute;top:0;left:0;padding:10px;opacity:.001}.collaboration-cursor__caret{border-left:1px solid #0d0d0d;border-right:1px solid #0d0d0d;margin-left:-1px;margin-right:-1px;pointer-events:none;position:relative;word-break:normal}.collaboration-cursor__label{border-radius:3px 3px 3px 0;color:#0d0d0d;font-size:12px;font-style:normal;font-weight:600;left:-1px;line-height:normal;padding:.1rem .3rem;position:absolute;top:-1.4em;-webkit-user-select:none;user-select:none;white-space:nowrap}.bn-editor table{width:auto!important}.bn-editor th,.bn-editor td{min-width:1em;border:1px solid #ddd;padding:3px 5px}.bn-editor .tableWrapper{margin:1em 0}.bn-editor th{font-weight:700;text-align:left}
|
package/dist/webpack-stats.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"builtAt":
|
|
1
|
+
{"builtAt":1723911973406,"assets":[{"name":"blocknote.umd.cjs","size":196053},{"name":"blocknote.umd.cjs.map","size":705933}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/i18n/locales/ar.ts","size":6582,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/de.ts","size":7183,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/en.ts","size":6664,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/es.ts","size":6796,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/fr.ts","size":7294,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/is.ts","size":6876,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ja.ts","size":6323,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ko.ts","size":6146,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/nl.ts","size":7079,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pl.ts","size":6768,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pt.ts","size":6965,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ru.ts","size":7638,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/vi.ts","size":6927,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/zh.ts","size":6093,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/index.ts","size":0,"chunks":["a1ee98a"]},{"name":"./src/extensions/UniqueID/UniqueID.ts","size":8518,"chunks":["a1ee98a"]},{"name":"./src/api/getBlockInfoFromPos.ts","size":1691,"chunks":["a1ee98a"]},{"name":"./src/schema/inlineContent/types.ts","size":302,"chunks":["a1ee98a"]},{"name":"./src/util/typescript.ts","size":331,"chunks":["a1ee98a"]},{"name":"./src/api/nodeConversions/nodeConversions.ts","size":11998,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/html/util/sharedHTMLConversion.ts","size":2311,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/html/util/simplifyBlocksRehypePlugin.ts","size":3119,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/html/externalHTMLExporter.ts","size":1161,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/html/internalHTMLSerializer.ts","size":758,"chunks":["a1ee98a"]},{"name":"./src/api/getCurrentBlockContentType.ts","size":192,"chunks":["a1ee98a"]},{"name":"./src/util/browser.ts","size":536,"chunks":["a1ee98a"]},{"name":"./src/blocks/defaultBlockHelpers.ts","size":1691,"chunks":["a1ee98a"]},{"name":"./src/blocks/defaultProps.ts","size":269,"chunks":["a1ee98a"]},{"name":"./src/util/string.ts","size":299,"chunks":["a1ee98a"]},{"name":"./src/schema/blocks/internal.ts","size":3877,"chunks":["a1ee98a"]},{"name":"./src/schema/blocks/createSpec.ts","size":2814,"chunks":["a1ee98a"]},{"name":"./src/schema/inlineContent/internal.ts","size":1357,"chunks":["a1ee98a"]},{"name":"./src/schema/inlineContent/createSpec.ts","size":1627,"chunks":["a1ee98a"]},{"name":"./src/schema/styles/internal.ts","size":1162,"chunks":["a1ee98a"]},{"name":"./src/schema/styles/createSpec.ts","size":1263,"chunks":["a1ee98a"]},{"name":"./src/blocks/FileBlockContent/fileBlockHelpers.ts","size":8574,"chunks":["a1ee98a"]},{"name":"./src/blocks/AudioBlockContent/audioBlockHelpers.ts","size":108,"chunks":["a1ee98a"]},{"name":"./src/blocks/AudioBlockContent/AudioBlockContent.ts","size":3741,"chunks":["a1ee98a"]},{"name":"./src/blocks/FileBlockContent/FileBlockContent.ts","size":1939,"chunks":["a1ee98a"]},{"name":"./src/blocks/ImageBlockContent/imageBlockHelpers.ts","size":175,"chunks":["a1ee98a"]},{"name":"./src/blocks/ImageBlockContent/ImageBlockContent.ts","size":3959,"chunks":["a1ee98a"]},{"name":"./src/blocks/VideoBlockContent/videoBlockHelpers.ts","size":175,"chunks":["a1ee98a"]},{"name":"./src/blocks/VideoBlockContent/VideoBlockContent.ts","size":3763,"chunks":["a1ee98a"]},{"name":"./src/blocks/FileBlockContent/uploadToTmpFilesDotOrg_DEV_ONLY.ts","size":316,"chunks":["a1ee98a"]},{"name":"./src/extensions/BackgroundColor/BackgroundColorMark.ts","size":946,"chunks":["a1ee98a"]},{"name":"./src/extensions/TextColor/TextColorMark.ts","size":866,"chunks":["a1ee98a"]},{"name":"./src/blocks/HeadingBlockContent/HeadingBlockContent.ts","size":3439,"chunks":["a1ee98a"]},{"name":"./src/blocks/ListItemBlockContent/ListItemKeyboardShortcuts.ts","size":1201,"chunks":["a1ee98a"]},{"name":"./src/blocks/ListItemBlockContent/BulletListItemBlockContent/BulletListItemBlockContent.ts","size":3122,"chunks":["a1ee98a"]},{"name":"./src/blocks/ListItemBlockContent/NumberedListItemBlockContent/NumberedListIndexingPlugin.ts","size":1862,"chunks":["a1ee98a"]},{"name":"./src/blocks/ListItemBlockContent/NumberedListItemBlockContent/NumberedListItemBlockContent.ts","size":3437,"chunks":["a1ee98a"]},{"name":"./src/blocks/ListItemBlockContent/CheckListItemBlockContent/CheckListItemBlockContent.ts","size":6423,"chunks":["a1ee98a"]},{"name":"./src/blocks/ParagraphBlockContent/ParagraphBlockContent.ts","size":1307,"chunks":["a1ee98a"]},{"name":"./src/blocks/TableBlockContent/TableExtension.ts","size":1462,"chunks":["a1ee98a"]},{"name":"./src/blocks/TableBlockContent/TableBlockContent.ts","size":1624,"chunks":["a1ee98a"]},{"name":"./src/blocks/defaultBlocks.ts","size":1123,"chunks":["a1ee98a"]},{"name":"./src/blocks/defaultBlockTypeGuards.ts","size":1580,"chunks":["a1ee98a"]},{"name":"./src/api/nodeUtil.ts","size":548,"chunks":["a1ee98a"]},{"name":"./src/api/blockManipulation/blockManipulation.ts","size":5664,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/markdown/removeUnderlinesRehypePlugin.ts","size":752,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/markdown/util/addSpacesToCheckboxesRehypePlugin.ts","size":775,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/markdown/markdownExporter.ts","size":640,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/html/util/nestedLists.ts","size":2174,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/html/parseHTML.ts","size":503,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/markdown/parseMarkdown.ts","size":1054,"chunks":["a1ee98a"]},{"name":"./src/util/EventEmitter.ts","size":744,"chunks":["a1ee98a"]},{"name":"./src/extensions/FilePanel/FilePanelPlugin.ts","size":3480,"chunks":["a1ee98a"]},{"name":"./src/extensions/FormattingToolbar/FormattingToolbarPlugin.ts","size":5062,"chunks":["a1ee98a"]},{"name":"./src/extensions/LinkToolbar/LinkToolbarPlugin.ts","size":7365,"chunks":["a1ee98a"]},{"name":"./src/extensions/SideMenu/MultipleNodeSelection.ts","size":1616,"chunks":["a1ee98a"]},{"name":"./src/extensions/SideMenu/SideMenuPlugin.ts","size":17119,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/SuggestionPlugin.ts","size":7719,"chunks":["a1ee98a"]},{"name":"./src/extensions/TableHandles/TableHandlesPlugin.ts","size":15235,"chunks":["a1ee98a"]},{"name":"./src/api/exporters/copyExtension.ts","size":2951,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getDefaultSlashMenuItems.ts","size":6319,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/acceptedMIMETypes.ts","size":91,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/handleFileInsertion.ts","size":1983,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/pasteExtension.ts","size":1244,"chunks":["a1ee98a"]},{"name":"./src/api/parsers/fileDropExtension.ts","size":884,"chunks":["a1ee98a"]},{"name":"./src/extensions/BackgroundColor/BackgroundColorExtension.ts","size":791,"chunks":["a1ee98a"]},{"name":"./src/extensions/TextAlignment/TextAlignmentExtension.ts","size":928,"chunks":["a1ee98a"]},{"name":"./src/extensions/TextColor/TextColorExtension.ts","size":725,"chunks":["a1ee98a"]},{"name":"./src/extensions/TrailingNode/TrailingNodeExtension.ts","size":1594,"chunks":["a1ee98a"]},{"name":"./src/extensions/NonEditableBlocks/NonEditableBlockPlugin.ts","size":1086,"chunks":["a1ee98a"]},{"name":"./src/extensions/PreviousBlockType/PreviousBlockTypePlugin.ts","size":4578,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/BlockContainer.ts","size":18112,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/BlockGroup.ts","size":1097,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/Doc.ts","size":90,"chunks":["a1ee98a"]},{"name":"./src/editor/BlockNoteExtensions.ts","size":4243,"chunks":["a1ee98a"]},{"name":"./src/editor/transformPasted.ts","size":1062,"chunks":["a1ee98a"]},{"name":"./src/editor/BlockNoteSchema.ts","size":1044,"chunks":["a1ee98a"]},{"name":"./src/editor/BlockNoteTipTapEditor.ts","size":2823,"chunks":["a1ee98a"]},{"name":"./src/extensions/Placeholder/PlaceholderPlugin.ts","size":2758,"chunks":["a1ee98a"]},{"name":"./src/style.css","size":0,"chunks":["a1ee98a"]},{"name":"./src/editor/BlockNoteEditor.ts","size":26262,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getDefaultEmojiPickerItems.ts","size":700,"chunks":["a1ee98a"]},{"name":"./src/api/testUtil/partialBlockTestUtil.ts","size":2166,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"homepage": "https://github.com/TypeCellOS/BlockNote",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "0.15.
|
|
6
|
+
"version": "0.15.5",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
9
9
|
"types",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"access": "public",
|
|
120
120
|
"registry": "https://registry.npmjs.org/"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "339016eca2d977f49c7992fc193222a6d74ac3ce"
|
|
123
123
|
}
|
package/src/editor/editor.css
CHANGED
|
@@ -62,7 +62,19 @@ Tippy popups that are appended to document.body directly
|
|
|
62
62
|
|
|
63
63
|
.bn-drag-preview {
|
|
64
64
|
position: absolute;
|
|
65
|
-
|
|
65
|
+
top: 0;
|
|
66
|
+
left: 0;
|
|
67
|
+
padding: 10px;
|
|
68
|
+
/* Sort of a hack but seems like the most reliable solution. */
|
|
69
|
+
/* Drag preview element needs to be within bounds of the document area or it
|
|
70
|
+
won't work in some cases. */
|
|
71
|
+
/* Negative z-index covers most cases, but the element can still be visible
|
|
72
|
+
if UI elements are translucent. */
|
|
73
|
+
/* Setting opacity has no effect on the drag preview but does affect the
|
|
74
|
+
element. Unless it's set to 0, in which case the drag preview also becomes
|
|
75
|
+
hidden. So setting it to an extremely low value instead makes the element
|
|
76
|
+
functionally invisible while not affecting the drag preview itself. */
|
|
77
|
+
opacity: 0.001;
|
|
66
78
|
}
|
|
67
79
|
|
|
68
80
|
/* Give a remote user a caret */
|
|
@@ -33,7 +33,13 @@ export const NonEditableBlockPlugin = () => {
|
|
|
33
33
|
return true;
|
|
34
34
|
}
|
|
35
35
|
// Checks if key press is Enter
|
|
36
|
-
if (
|
|
36
|
+
if (
|
|
37
|
+
event.key === "Enter" &&
|
|
38
|
+
!event.shiftKey &&
|
|
39
|
+
!event.altKey &&
|
|
40
|
+
!event.ctrlKey &&
|
|
41
|
+
!event.metaKey
|
|
42
|
+
) {
|
|
37
43
|
const tr = view.state.tr;
|
|
38
44
|
view.dispatch(
|
|
39
45
|
tr
|
|
@@ -33,11 +33,11 @@ export function getDraggableBlockFromElement(
|
|
|
33
33
|
element &&
|
|
34
34
|
element.parentElement &&
|
|
35
35
|
element.parentElement !== view.dom &&
|
|
36
|
-
|
|
36
|
+
element.getAttribute?.("data-node-type") !== "blockContainer"
|
|
37
37
|
) {
|
|
38
38
|
element = element.parentElement;
|
|
39
39
|
}
|
|
40
|
-
if (
|
|
40
|
+
if (element.getAttribute?.("data-node-type") !== "blockContainer") {
|
|
41
41
|
return undefined;
|
|
42
42
|
}
|
|
43
43
|
return { node: element as HTMLElement, id: element.getAttribute("data-id")! };
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
export const de = {
|
|
2
|
+
slash_menu: {
|
|
3
|
+
heading: {
|
|
4
|
+
title: "Überschrift 1",
|
|
5
|
+
subtext: "Hauptebene Überschrift",
|
|
6
|
+
aliases: ["h", "überschrift1", "h1"],
|
|
7
|
+
group: "Überschriften",
|
|
8
|
+
},
|
|
9
|
+
heading_2: {
|
|
10
|
+
title: "Überschrift 2",
|
|
11
|
+
subtext: "Wichtige Abschnittsüberschrift",
|
|
12
|
+
aliases: ["h2", "überschrift2", "unterüberschrift"],
|
|
13
|
+
group: "Überschriften",
|
|
14
|
+
},
|
|
15
|
+
heading_3: {
|
|
16
|
+
title: "Überschrift 3",
|
|
17
|
+
subtext: "Unterabschnitts- und Gruppenüberschrift",
|
|
18
|
+
aliases: ["h3", "überschrift3", "unterüberschrift"],
|
|
19
|
+
group: "Überschriften",
|
|
20
|
+
},
|
|
21
|
+
numbered_list: {
|
|
22
|
+
title: "Nummerierte Liste",
|
|
23
|
+
subtext: "Liste mit nummerierten Elementen",
|
|
24
|
+
aliases: ["ol", "li", "liste", "nummerierteliste", "nummerierte liste"],
|
|
25
|
+
group: "Grundlegende Blöcke",
|
|
26
|
+
},
|
|
27
|
+
bullet_list: {
|
|
28
|
+
title: "Aufzählungsliste",
|
|
29
|
+
subtext: "Liste mit unnummerierten Elementen",
|
|
30
|
+
aliases: ["ul", "li", "liste", "aufzählungsliste", "aufzählung liste"],
|
|
31
|
+
group: "Grundlegende Blöcke",
|
|
32
|
+
},
|
|
33
|
+
check_list: {
|
|
34
|
+
title: "Checkliste",
|
|
35
|
+
subtext: "Liste mit Kontrollkästchen",
|
|
36
|
+
aliases: [
|
|
37
|
+
"ul",
|
|
38
|
+
"li",
|
|
39
|
+
"liste",
|
|
40
|
+
"checkliste",
|
|
41
|
+
"check liste",
|
|
42
|
+
"geprüfte liste",
|
|
43
|
+
"kontrollkästchen",
|
|
44
|
+
],
|
|
45
|
+
group: "Grundlegende Blöcke",
|
|
46
|
+
},
|
|
47
|
+
paragraph: {
|
|
48
|
+
title: "Absatz",
|
|
49
|
+
subtext: "Der Hauptteil Ihres Dokuments",
|
|
50
|
+
aliases: ["p", "absatz"],
|
|
51
|
+
group: "Grundlegende Blöcke",
|
|
52
|
+
},
|
|
53
|
+
table: {
|
|
54
|
+
title: "Tabelle",
|
|
55
|
+
subtext: "Tabelle mit editierbaren Zellen",
|
|
56
|
+
aliases: ["tabelle"],
|
|
57
|
+
group: "Erweitert",
|
|
58
|
+
},
|
|
59
|
+
image: {
|
|
60
|
+
title: "Bild",
|
|
61
|
+
subtext: "Größenveränderbares Bild mit Beschriftung",
|
|
62
|
+
aliases: [
|
|
63
|
+
"bild",
|
|
64
|
+
"bildhochladen",
|
|
65
|
+
"hochladen",
|
|
66
|
+
"img",
|
|
67
|
+
"bild",
|
|
68
|
+
"medien",
|
|
69
|
+
"url",
|
|
70
|
+
],
|
|
71
|
+
group: "Medien",
|
|
72
|
+
},
|
|
73
|
+
video: {
|
|
74
|
+
title: "Video",
|
|
75
|
+
subtext: "Größenveränderbares Video mit Beschriftung",
|
|
76
|
+
aliases: [
|
|
77
|
+
"video",
|
|
78
|
+
"videoupload",
|
|
79
|
+
"hochladen",
|
|
80
|
+
"mp4",
|
|
81
|
+
"film",
|
|
82
|
+
"medien",
|
|
83
|
+
"url",
|
|
84
|
+
],
|
|
85
|
+
group: "Medien",
|
|
86
|
+
},
|
|
87
|
+
audio: {
|
|
88
|
+
title: "Audio",
|
|
89
|
+
subtext: "Eingebettetes Audio mit Beschriftung",
|
|
90
|
+
aliases: [
|
|
91
|
+
"audio",
|
|
92
|
+
"audioupload",
|
|
93
|
+
"hochladen",
|
|
94
|
+
"mp3",
|
|
95
|
+
"ton",
|
|
96
|
+
"medien",
|
|
97
|
+
"url",
|
|
98
|
+
],
|
|
99
|
+
group: "Medien",
|
|
100
|
+
},
|
|
101
|
+
file: {
|
|
102
|
+
title: "Datei",
|
|
103
|
+
subtext: "Eingebettete Datei",
|
|
104
|
+
aliases: ["datei", "hochladen", "einbetten", "medien", "url"],
|
|
105
|
+
group: "Medien",
|
|
106
|
+
},
|
|
107
|
+
emoji: {
|
|
108
|
+
title: "Emoji",
|
|
109
|
+
subtext: "Nach Emoji suchen und einfügen",
|
|
110
|
+
aliases: ["emoji", "emote", "emotion", "gesicht"],
|
|
111
|
+
group: "Andere",
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
placeholders: {
|
|
115
|
+
default: "Text eingeben oder '/' für Befehle tippen",
|
|
116
|
+
heading: "Überschrift",
|
|
117
|
+
bulletListItem: "Liste",
|
|
118
|
+
numberedListItem: "Liste",
|
|
119
|
+
checkListItem: "Liste",
|
|
120
|
+
},
|
|
121
|
+
file_blocks: {
|
|
122
|
+
image: {
|
|
123
|
+
add_button_text: "Bild hinzufügen",
|
|
124
|
+
},
|
|
125
|
+
video: {
|
|
126
|
+
add_button_text: "Video hinzufügen",
|
|
127
|
+
},
|
|
128
|
+
audio: {
|
|
129
|
+
add_button_text: "Audio hinzufügen",
|
|
130
|
+
},
|
|
131
|
+
file: {
|
|
132
|
+
add_button_text: "Datei hinzufügen",
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
side_menu: {
|
|
136
|
+
add_block_label: "Block hinzufügen",
|
|
137
|
+
drag_handle_label: "Blockmenü öffnen",
|
|
138
|
+
},
|
|
139
|
+
drag_handle: {
|
|
140
|
+
delete_menuitem: "Löschen",
|
|
141
|
+
colors_menuitem: "Farben",
|
|
142
|
+
},
|
|
143
|
+
table_handle: {
|
|
144
|
+
delete_column_menuitem: "Spalte löschen",
|
|
145
|
+
delete_row_menuitem: "Zeile löschen",
|
|
146
|
+
add_left_menuitem: "Spalte links hinzufügen",
|
|
147
|
+
add_right_menuitem: "Spalte rechts hinzufügen",
|
|
148
|
+
add_above_menuitem: "Zeile oberhalb hinzufügen",
|
|
149
|
+
add_below_menuitem: "Zeile unterhalb hinzufügen",
|
|
150
|
+
},
|
|
151
|
+
suggestion_menu: {
|
|
152
|
+
no_items_title: "Keine Elemente gefunden",
|
|
153
|
+
loading: "Laden…",
|
|
154
|
+
},
|
|
155
|
+
color_picker: {
|
|
156
|
+
text_title: "Text",
|
|
157
|
+
background_title: "Hintergrund",
|
|
158
|
+
colors: {
|
|
159
|
+
default: "Standard",
|
|
160
|
+
gray: "Grau",
|
|
161
|
+
brown: "Braun",
|
|
162
|
+
red: "Rot",
|
|
163
|
+
orange: "Orange",
|
|
164
|
+
yellow: "Gelb",
|
|
165
|
+
green: "Grün",
|
|
166
|
+
blue: "Blau",
|
|
167
|
+
purple: "Lila",
|
|
168
|
+
pink: "Rosa",
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
formatting_toolbar: {
|
|
172
|
+
bold: {
|
|
173
|
+
tooltip: "Fett",
|
|
174
|
+
secondary_tooltip: "Mod+B",
|
|
175
|
+
},
|
|
176
|
+
italic: {
|
|
177
|
+
tooltip: "Kursiv",
|
|
178
|
+
secondary_tooltip: "Mod+I",
|
|
179
|
+
},
|
|
180
|
+
underline: {
|
|
181
|
+
tooltip: "Unterstrichen",
|
|
182
|
+
secondary_tooltip: "Mod+U",
|
|
183
|
+
},
|
|
184
|
+
strike: {
|
|
185
|
+
tooltip: "Durchgestrichen",
|
|
186
|
+
secondary_tooltip: "Mod+Shift+S",
|
|
187
|
+
},
|
|
188
|
+
code: {
|
|
189
|
+
tooltip: "Code",
|
|
190
|
+
secondary_tooltip: "",
|
|
191
|
+
},
|
|
192
|
+
colors: {
|
|
193
|
+
tooltip: "Farben",
|
|
194
|
+
},
|
|
195
|
+
link: {
|
|
196
|
+
tooltip: "Link erstellen",
|
|
197
|
+
secondary_tooltip: "Mod+K",
|
|
198
|
+
},
|
|
199
|
+
file_caption: {
|
|
200
|
+
tooltip: "Beschriftung bearbeiten",
|
|
201
|
+
input_placeholder: "Beschriftung bearbeiten",
|
|
202
|
+
},
|
|
203
|
+
file_replace: {
|
|
204
|
+
tooltip: {
|
|
205
|
+
image: "Bild ersetzen",
|
|
206
|
+
video: "Video ersetzen",
|
|
207
|
+
audio: "Audio ersetzen",
|
|
208
|
+
file: "Datei ersetzen",
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
file_rename: {
|
|
212
|
+
tooltip: {
|
|
213
|
+
image: "Bild umbenennen",
|
|
214
|
+
video: "Video umbenennen",
|
|
215
|
+
audio: "Audio umbenennen",
|
|
216
|
+
file: "Datei umbenennen",
|
|
217
|
+
},
|
|
218
|
+
input_placeholder: {
|
|
219
|
+
image: "Bild umbenennen",
|
|
220
|
+
video: "Video umbenennen",
|
|
221
|
+
audio: "Audio umbenennen",
|
|
222
|
+
file: "Datei umbenennen",
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
file_download: {
|
|
226
|
+
tooltip: {
|
|
227
|
+
image: "Bild herunterladen",
|
|
228
|
+
video: "Video herunterladen",
|
|
229
|
+
audio: "Audio herunterladen",
|
|
230
|
+
file: "Datei herunterladen",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
file_delete: {
|
|
234
|
+
tooltip: {
|
|
235
|
+
image: "Bild löschen",
|
|
236
|
+
video: "Video löschen",
|
|
237
|
+
audio: "Audio löschen",
|
|
238
|
+
file: "Datei löschen",
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
file_preview_toggle: {
|
|
242
|
+
tooltip: "Vorschau umschalten",
|
|
243
|
+
},
|
|
244
|
+
nest: {
|
|
245
|
+
tooltip: "Block verschachteln",
|
|
246
|
+
secondary_tooltip: "Tab",
|
|
247
|
+
},
|
|
248
|
+
unnest: {
|
|
249
|
+
tooltip: "Block entnesten",
|
|
250
|
+
secondary_tooltip: "Shift+Tab",
|
|
251
|
+
},
|
|
252
|
+
align_left: {
|
|
253
|
+
tooltip: "Text linksbündig",
|
|
254
|
+
},
|
|
255
|
+
align_center: {
|
|
256
|
+
tooltip: "Text zentrieren",
|
|
257
|
+
},
|
|
258
|
+
align_right: {
|
|
259
|
+
tooltip: "Text rechtsbündig",
|
|
260
|
+
},
|
|
261
|
+
align_justify: {
|
|
262
|
+
tooltip: "Text Blocksatz",
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
file_panel: {
|
|
266
|
+
upload: {
|
|
267
|
+
title: "Hochladen",
|
|
268
|
+
file_placeholder: {
|
|
269
|
+
image: "Bild hochladen",
|
|
270
|
+
video: "Video hochladen",
|
|
271
|
+
audio: "Audio hochladen",
|
|
272
|
+
file: "Datei hochladen",
|
|
273
|
+
},
|
|
274
|
+
upload_error: "Fehler: Hochladen fehlgeschlagen",
|
|
275
|
+
},
|
|
276
|
+
embed: {
|
|
277
|
+
title: "Einbetten",
|
|
278
|
+
embed_button: {
|
|
279
|
+
image: "Bild einbetten",
|
|
280
|
+
video: "Video einbetten",
|
|
281
|
+
audio: "Audio einbetten",
|
|
282
|
+
file: "Datei einbetten",
|
|
283
|
+
},
|
|
284
|
+
url_placeholder: "URL eingeben",
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
link_toolbar: {
|
|
288
|
+
delete: {
|
|
289
|
+
tooltip: "Link entfernen",
|
|
290
|
+
},
|
|
291
|
+
edit: {
|
|
292
|
+
text: "Link bearbeiten",
|
|
293
|
+
tooltip: "Bearbeiten",
|
|
294
|
+
},
|
|
295
|
+
open: {
|
|
296
|
+
tooltip: "In neuem Tab öffnen",
|
|
297
|
+
},
|
|
298
|
+
form: {
|
|
299
|
+
title_placeholder: "Titel bearbeiten",
|
|
300
|
+
url_placeholder: "URL bearbeiten",
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
generic: {
|
|
304
|
+
ctrl_shortcut: "Strg",
|
|
305
|
+
},
|
|
306
|
+
};
|
|
307
|
+
|