-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphical editor for YAML-metadata? #2884
Graphical editor for YAML-metadata? #2884
Comments
I guess we're talking about our own YAML Metadata so
and neither any of the opengraph data nor any of the slide options? |
I'm just talking about the basic properties you listed above. |
Maybe a separate modal to edit the metadata is not necessary. We could also add a button that inserts the metadata block at the top of the note and provide auto completion for fields like tags, lang etc. That way it would be easier to edit the metadata, but the editing happens in the normal editor, so we don't break the edit-flow with a completely different popup. |
|
A few things that came to my mind while thinking about #729:
|
We only change what we know and keep everything else intact? Question is how easy that will be, but I guess you know someone who does that? So maybe we could acquire some test data from them after we implemented this. I would suggest waiting until we have a implementation to avoid working to closely of that one persons extra metadata. |
The markdown formatter for code mirror (which is in charge for detecting code blocks) doesn't support front matter. So "collapsing" or "hiding" the front matter yaml is quite difficult.
We just let them?... The GUI Editor should only change stuff it knows and keep the rest. That's not really difficult. |
The GUI editor should also be able to edit the slide options. |
What is your question?
Based on the feature request hedgedoc/react-client#312 I thought maybe we want to add a graphical way to manage YAML-metadata fields in general. Any opinions on that?
The text was updated successfully, but these errors were encountered: