Skip to content

StuFrankish/vue-github-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vue-github-markdown-editor

Github Markdown Editor Clone as a Vue Component.

Based on my original interactive cloning experiment here: https://github.com/StuFrankish/jubilant-succotash

Important

You will need to implement your own server-side Markdown to HTML render process to hook getMarkdownPreview into.

Usage

<template>

    <markdowneditor :initialContent="initialContent" />

</template>

<script setup lang="ts">

import markdowneditor from '@/components/markdowneditor.vue';

const initialContent = 'Some content updated';

</script>

Preview

image

About

Github Markdown Editor Clone as a Vue Component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages