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.
MIT License
750 stars 34 forks source link

Feature Request: Allow Markdown Syntax for `before_input` and `after_input` #113

Closed samtrion closed 4 months ago

samtrion commented 4 months ago

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

- label: Draft State
  name: draft
  widget: boolean
  default: true
  i18n: duplicate
  after_input: If enabled, the page is not ***published***.
  preview: false