Jul 24 - Update Rich-text editor to enhance table editor 6

This commit is contained in:
2026-07-24 15:35:12 -04:00
parent 22754f6ae8
commit a321a881d8
5 changed files with 33 additions and 19 deletions
+3 -1
View File
@@ -33,7 +33,9 @@
"Bash(curl -sSL https://raw.githubusercontent.com/attoae/quill-table-better/main/src/utils/clipboard-matchers.ts -o cm.ts -w \"cm %{http_code}\\\\n\")",
"Bash(curl -sSL https://raw.githubusercontent.com/attoae/quill-table-better/main/src/ui/table-menus.ts -o tm.ts -w \"tm %{http_code}\\\\n\")",
"Bash(curl -sSL https://raw.githubusercontent.com/attoae/quill-table-better/main/src/ui/table-properties-form.ts -o tpf.ts -w \"tpf %{http_code}\\\\n\")",
"Bash(python -m py_compile app.py)"
"Bash(python -m py_compile app.py)",
"Bash(curl -sSL https://raw.githubusercontent.com/attoae/quill-table-better/main/src/utils/index.ts -o utils.ts -w \"utils %{http_code}\\\\n\")",
"Bash(grep -nA15 \"function getAlign|getAlign =|export const getAlign\" utils.ts)"
]
}
}