Philip Molares
Philip Molares
I guess we're talking about our own YAML Metadata so ``` title: string description: string tags: string[] robots: string lang: iso6391 dir: 'ltr' | 'rtl' breaks: boolean GA: string disqus:...
~Not sure how easy auto completion for this would be~, but a button to insert metadata could be easily build Edit: Apparently we could implement autocompletion with https://codemirror.net/doc/manual.html#addon_show-hint
> * Some people add custom metadata for their own automation purposes. How do we handle that? We only change what we know and keep everything else intact? Question is...
We wouldn't need to add `/r/` and we would remove any confusion from having both `/imprint` and `/n/imprint` and such
@mrdrogdrog and @ErikMichelson proposed to add an api call `GET /special/` to get those files from the backend and show them in read-only manner
> How do we handle it when a pad already was created with that name? Do we delete it? Do we overwrite it? this question was already answered
user pads and system markdown files are two very different things. The system markdown files were hacked in the pad system because that was easy and simple to add, but...
I though about this just now and I have two points to make: 1. The special pads fall into two categories 1. Tutorial pads (`/features`, `/slide-example` & `/yaml-metadata`). These need...
That's something I forgot while writing this, but yes I guess that would be a good idea too. Of course the backend would then need to handle all the translated...
I think this an interesting idea, but something we should tackle after 2.0. Some things that came to mind: - I think it would be best if this was implemented...