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:
Tagaishi
2023-11-03 21:14:29 +01:00
committed by GitHub
parent 5eb4365a59
commit 4f0be52fe9
10 changed files with 1215 additions and 202 deletions

View File

@@ -99,8 +99,6 @@ function DnsHoleControlsWidgetTile({ widget }: DnsHoleControlsWidgetProps) {
);
}
console.log(data);
type getDnsStatusAcc = {
enabled: string[];
disabled: string[];