otterwiki icon indicating copy to clipboard operation
otterwiki copied to clipboard

Allow editing non-markdown files

Open paper42 opened this issue 1 year ago • 1 comments

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

paper42 avatar Mar 15 '24 15:03 paper42

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.

redimp avatar Mar 16 '24 13:03 redimp