You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
Right now, in practice, the only option for entry content format is HTML (plain text is also supported, but the UI has no editor support for that.)
It would be nice to add (some flavor of) markdown as input format. Mostly because it's just what people are used to nowadays, but also the editor would be much simpler. The HTML format wouldn't go away but it might not be the default for new entries.
The changes in the code would be quite simple, mostly it's a matter of finding a suitable markdown editor component that can be dropped in, and adding a way to choose the format.
Problems: might be tricky to support more advanced things like tables. But I'm not sure it's really necessary, perhaps people just use tables because they can.
The text was updated successfully, but these errors were encountered:
Right now, in practice, the only option for entry content format is HTML (plain text is also supported, but the UI has no editor support for that.)
It would be nice to add (some flavor of) markdown as input format. Mostly because it's just what people are used to nowadays, but also the editor would be much simpler. The HTML format wouldn't go away but it might not be the default for new entries.
The changes in the code would be quite simple, mostly it's a matter of finding a suitable markdown editor component that can be dropped in, and adding a way to choose the format.
Problems: might be tricky to support more advanced things like tables. But I'm not sure it's really necessary, perhaps people just use tables because they can.
The text was updated successfully, but these errors were encountered: