sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Allow Markdown Syntax for `hint`

samtrion opened this issue · comments

For better formatting of the fields, using Markdown syntax for the field properties hint would be advantageous. This would enable providing additional information with a link or emphasizing keywords.

Related to #113

In Sveltia CMS, you can already use Markdown for hint while it’s not supported yet in Netlify/Decap CMS as per decaporg/decap-cms#3759. My client’s Sveltia CMS configuration has hint with Markdown, actually.

My fault, didn't tried this for hint. Only for before_input and after_input

Hmm, the Decap doc says “Accepts markdown for bold, italic, strikethrough, and links” so it may be supported. I haven’t tested it yet.

Just tested Netlify CMS used by one of my clients. It does support Markdown in hint 🙂