[PR #912] [MERGED] fix(editor): pasted link capturing trailing text #4520

Closed
opened 2026-04-16 13:06:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: codex/fix-link-issue-in-editor


📝 Commits (1)

  • 60dfbb7 fix(frontend): prevent pasted link from capturing following text

📊 Changes

2 files changed (+23 additions, -5 deletions)

View changed files

📝 frontend/src/components/input/editor/TipTap.vue (+7 -5)
frontend/src/components/input/editor/stopLinkOnSpace.ts (+16 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/677

Summary

  • ensure space terminates links after pasting
  • stop link mark on space in editor

Testing

  • pnpm lint:fix

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


🔄 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/912 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/fix-link-issue-in-editor` --- ### 📝 Commits (1) - [`60dfbb7`](https://github.com/go-vikunja/vikunja/commit/60dfbb76b80983a5b87baaa2e1e4ede5b725eb71) fix(frontend): prevent pasted link from capturing following text ### 📊 Changes **2 files changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/input/editor/TipTap.vue` (+7 -5) ➕ `frontend/src/components/input/editor/stopLinkOnSpace.ts` (+16 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/677 ## Summary - ensure space terminates links after pasting - stop link mark on space in editor ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_68487ef2e8888322be8d3e49ebbd428d --- <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-16 13:06:25 -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#4520