Disabling Wysiwyg editor/renderer

I’m trying out Vikunja and overall I find it very nice.
Although the fact that it uses html as storage format causes me troubles in using it with apps which expect markdown (like Tasks.org)
I’ve seen discussions on this matter already, and I understand that maintaining two editors is unrealistic for the project at this stage.
But I find Markdown in its pure unadulterated unrendered form perfectly readable. And I hope other folks desiring markdown might share this vision.

For this reason I propose following:
add configuration option, something like tasks.format with default value HTML and alternative value plain.
If plain option is selected, wysiwyg editor is disabled, and tasks/comments are save and rendered as-is without any pre-/post-processing.

2 Likes

That would be nice, so we become readable text everywhere and get rid of the

tag :slight_smile: