super-productivity/packages/plugin-dev/document-mode
Johannes Millan 3c1b446c00 feat(document-mode): coherent block-menu task ops; fix create race
- block-menu Delete on a task chip now deletes the host task (and a
  parent's whole subtask group) so chips no longer resurrect on reload
- add "Turn into task": promote a paragraph/heading into a task chip
- hide turn-into / Duplicate for task chips — converting or cloning a
  chip orphaned the task or produced a duplicate taskId
- seed the task cache on create instead of awaiting a full getTasks
  round-trip, so fast typing into a new chip isn't dropped
2026-05-22 15:35:40 +02:00
..
scripts refactor(document-mode): add pure doc-transform module and test runner 2026-05-22 13:42:21 +02:00
src feat(document-mode): coherent block-menu task ops; fix create race 2026-05-22 15:35:40 +02:00
.gitignore refactor(document-mode): add pure doc-transform module and test runner 2026-05-22 13:42:21 +02:00
package-lock.json feat(document-mode): Notion-style UX (gutter, bubble menu, block menu) 2026-05-21 17:34:13 +02:00
package.json refactor(document-mode): add pure doc-transform module and test runner 2026-05-22 13:42:21 +02:00
tsconfig.json feat(document-mode): add TipTap-based document-mode plugin (POC) 2026-05-21 17:22:31 +02:00