[PR #939] [MERGED] fix: improve markdown paste detection #1080

Closed
opened 2025-11-01 21:10:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/939
Author: @kolaente
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @kolaente

Base: mainHead: codex/fix-text-copy-stripping-formatting


📝 Commits (2)

  • d730474 fix: handle markdown paste correctly
  • ff3d534 fix: formatting

📊 Changes

1 file changed (+9 additions, -6 deletions)

View changed files

📝 frontend/src/components/input/editor/TipTap.vue (+9 -6)

📄 Description

Resolves https://community.vikunja.io/t/copy-doesnt-keep-formatting-anymore/3807

Summary

  • only convert pasted text to HTML if it contains markdown tokens

Testing

  • pnpm lint:fix

https://chatgpt.com/codex/tasks/task_e_684bd141536c8322b65ab0d9f62e0110


🔄 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/939 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/fix-text-copy-stripping-formatting` --- ### 📝 Commits (2) - [`d730474`](https://github.com/go-vikunja/vikunja/commit/d730474399620c497bcf1720d957e47640823b0e) fix: handle markdown paste correctly - [`ff3d534`](https://github.com/go-vikunja/vikunja/commit/ff3d534c22bea23ff3040a19c8d3025ae8346128) fix: formatting ### 📊 Changes **1 file changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/input/editor/TipTap.vue` (+9 -6) </details> ### 📄 Description Resolves https://community.vikunja.io/t/copy-doesnt-keep-formatting-anymore/3807 ## Summary - only convert pasted text to HTML if it contains markdown tokens ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_684bd141536c8322b65ab0d9f62e0110 --- <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 2025-11-01 21:10:35 -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#1080