otterwiki
otterwiki copied to clipboard
Allow editing non-markdown files
I have a few projects that take in simple yaml files and transform them into html. It would be nice if in the future I could just have these yaml files on my wiki and have a plugin that renders them into html. From what I understand, this could be done with a few changes:
- add an optional input box to page creation that changes the file format from markdown to something else
- change the syntax highlighting preset in the codemirror editor
- disable rendering the pages for non-markdown files
- have a way for plugins to re-enable the rendering by defining a way to convert the file into html
Thanks for opening this request. Unfortunately is the support of rendering and editing other formats than Markdown currently out of scope.
With the progress of the plug-in interface, this could become possible. But I'm afraid not in the near future. I don't want to make any empty promises.