vikunja/pkg/richtext
kolaente 9015bad65c feat(richtext): add markdown-domain change detection
Changed reports whether inbound markdown differs from stored HTML by comparing
in the markdown domain, so callers can skip rewriting unchanged fields.
2026-06-29 08:12:35 +02:00
..
changedetect.go feat(richtext): add markdown-domain change detection 2026-06-29 08:12:35 +02:00
changedetect_test.go feat(richtext): add markdown-domain change detection 2026-06-29 08:12:35 +02:00
htmltomarkdown.go feat(richtext): add HTML to Markdown conversion 2026-06-29 08:12:35 +02:00
htmltomarkdown_test.go feat(richtext): add HTML to Markdown conversion 2026-06-29 08:12:35 +02:00
main_test.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
markdowntohtml.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
markdowntohtml_test.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
mentions_html.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
mentions_html_test.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
tasklist_html.go feat(richtext): add Markdown to HTML conversion with mention rebuild 2026-06-29 08:12:35 +02:00
tiptap.go feat(richtext): add HTML to Markdown conversion 2026-06-29 08:12:35 +02:00
tiptap_test.go feat(richtext): add HTML to Markdown conversion 2026-06-29 08:12:35 +02:00