Destroys YAML front matter when editing with WYSIWYG
See original GitHub issueWhen editing with WYSIWYG, turns the YAML front matter, e.g.
---
title: Title title title
---
into an invalid one:
- - -
## title: Title title title
This makes it difficult to use the editor in a combination with e.g. Hugo or other static website generator.
(cc @panitram)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Preventing front matter and custom syntax from rendering in ...
Do you know of an existing solution or custom HTML renderer that prevents frontmatter from rendering in WYSIWYG mode?
Read more >Gitlab wiki hides front matter when editing page and removes ...
I understand that you want to remove it for rendering the wiki, but please show it in the editor, so it can be...
Read more >README_en_US.md · Vanessa/vditor - Gitee.com
An In-browser Markdown editor, support WYSIWYG (Rich Text), ... YAML Front Matter; Chinese context optimization ... destroy(), Destroy the vditor.
Read more >Markdown, Asciidoc, or reStructuredText – a tale of docs-as ...
Last year we changed the source format for MDN from some extremely messy, WYSIWYG-authored HTML to something that would be easier for ...
Read more >WYSIWYG Editor Flaws and How to Handle Them
SEO mavens want clean semantic HTML markup. The go-to solution for these groups is typically a rich text editor similar to Microsoft Word,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dkershaw10 Thanks for the info. I plan to look into the tui.editor 2 update soon.
@Licantrop0 thanks for the heads up! Looks like the tui-editor initial support for YAML front matter is a bit limited.