[PR #2666] feat(editor): add tiptap/markdown incl. markdown editor 🤖🤖🤖 #8442

Open
opened 2026-04-20 18:13:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2666
Author: @cheriimoya
Created: 4/20/2026
Status: 🔄 Open

Base: mainHead: feat/tiptap-markdown


📝 Commits (1)

  • bd9d999 feat(editor): add tiptap/markdown incl. markdown editor

📊 Changes

8 files changed (+326 additions, -342 deletions)

View changed files

📝 frontend/package.json (+16 -15)
📝 frontend/pnpm-lock.yaml (+269 -321)
📝 frontend/src/components/input/editor/TipTap.vue (+31 -6)
📝 frontend/src/i18n/lang/en.json (+2 -0)
📝 frontend/src/modelTypes/IUserSettings.ts (+1 -0)
📝 frontend/src/models/userSettings.ts (+1 -0)
📝 frontend/src/stores/auth.ts (+1 -0)
📝 frontend/src/views/user/settings/General.vue (+5 -0)

📄 Description

  • Adds @tiptap/markdown extension (requires upgrading all @tiptap/* from 3.17.0 → 3.22.4)
  • New user setting useMarkdownEditor, off by default, fully backward-compatible
  • When enabled: editor reads/writes markdown instead of HTML, fixing CalDAV interop
  • No separate editor component, the existing TipTap editor switches mode via getMarkdown()/contentType: 'markdown'
  • existing tasks with HTML descriptions won't auto-convert (i wrote a migration script https://github.com/cheriimoya/vikunja/tree/feat/html-to-markdown-migrator)

resolves #2196


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2666 **Author:** [@cheriimoya](https://github.com/cheriimoya) **Created:** 4/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/tiptap-markdown` --- ### 📝 Commits (1) - [`bd9d999`](https://github.com/go-vikunja/vikunja/commit/bd9d99905fa86abcda8aa7f8bb129083de177ba6) feat(editor): add tiptap/markdown incl. markdown editor ### 📊 Changes **8 files changed** (+326 additions, -342 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+16 -15) 📝 `frontend/pnpm-lock.yaml` (+269 -321) 📝 `frontend/src/components/input/editor/TipTap.vue` (+31 -6) 📝 `frontend/src/i18n/lang/en.json` (+2 -0) 📝 `frontend/src/modelTypes/IUserSettings.ts` (+1 -0) 📝 `frontend/src/models/userSettings.ts` (+1 -0) 📝 `frontend/src/stores/auth.ts` (+1 -0) 📝 `frontend/src/views/user/settings/General.vue` (+5 -0) </details> ### 📄 Description - Adds @tiptap/markdown extension (requires upgrading all @tiptap/* from 3.17.0 → 3.22.4) - New user setting useMarkdownEditor, off by default, fully backward-compatible - When enabled: editor reads/writes markdown instead of HTML, fixing CalDAV interop - No separate editor component, the existing TipTap editor switches mode via getMarkdown()/contentType: 'markdown' - existing tasks with HTML descriptions won't auto-convert (i wrote a migration script https://github.com/cheriimoya/vikunja/tree/feat/html-to-markdown-migrator) resolves #2196 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 18:13:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#8442