More Premium Hugo Themes Premium Vue Themes

Vue Markdown

一款使用marked和highlight.js开发的一款markdown编辑器

Vue Markdown

一款使用marked和highlight.js开发的一款markdown编辑器

Author Avatar Theme by zhaoxuhui1122
Github Stars Github Stars: 476
Last Commit Last Commit: Jul 20, 2022 -
First Commit Created: Aug 27, 2024 -
default image

Overview:

This is a markdown editor developed using marked and highlight.js. It allows for quick and convenient markdown editing with features like shortcut inputs, image pasting, code copying, fullscreen editing, and preview functionalities. The editor is easy to use and can be integrated into webpages with just a few lines of code. It offers basic configuration options for editing features and styles, as well as the flexibility for deep customizations.

Features:

  • Simple to Use: Easy installation via npm package, no complex initialization required.
  • Flexible and Extensible: Supports common feature configurations and allows for deep customization based on specific needs.
  • Fast Loading: Small package size for quick loading times.
  • Customizable Themes: Default support for four code block styles with options for creating custom themes.
  • Powerful Functionality: Professional-grade editor with CodeMirror implementation for syntax highlighting and keyboard event handling.
  • High Extensibility: Besides provided attribute configurations, allows for secondary development on existing components.

Installation:

  1. Install using npm: npm install package-name.
  2. Copy the components folder content from the downloaded GitHub repository to your project.
  3. Use the npm package in your project. For Basic version -
    import { BasicEditor } from 'package-name';
    
    For Professional version -
    import { ProEditor } from 'package-name';
    

Summary:

The markdown editor is a user-friendly and feature-rich tool for editing markdown content. With easy installation, customization options, and powerful functionalities, it caters to both basic and professional editing needs. Its extensibility and support for custom themes make it a versatile choice for developers looking to integrate markdown editing capabilities into their web applications.