Making a Markdown Editor for Your Vue Blog with Front Matter Support

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. front-matter

    Extract YAML front matter from strings

    What we want is for our editor to take the combination of front-matter data and markup, then be able to extract the two before storing that data separately somewhere. We'll be using the front-matter module to extract the data we need from the text editor content.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. marked

    A markdown parser and compiler. Built for speed.

    Note: marked provides the following warning "Marked does not sanitize the output HTML. Please use a sanitize library, like DOMPurify (recommended), sanitize-html or insane on the output HTML!"

  4. UI kit

    A lightweight and modular front-end framework for developing fast and powerful web interfaces

    UIKit's css framework has been used to create the template for the editor as you'll notice from the CSS classes but feel free to style the editor to your liking.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Astro & Strapi Website Tutorial: Part 3 - Project Build

    2 projects | dev.to | 10 Dec 2024
  • Day 5: For all blogging matters ✍️

    1 project | dev.to | 4 Dec 2024
  • Interactive Components in Markdown

    1 project | dev.to | 27 Oct 2024
  • [Project Share] List dialog that supports complex HTML and Markdown format.

    1 project | /r/tasker | 24 Jul 2023
  • Help needed!

    1 project | /r/sveltejs | 15 Jul 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?