Skip to content

vincent0426/medium-editor-plugin

Repository files navigation

Medium Editor Plugin

Introduction

Please give a star if you like this project. It's a great encouragement for me to keep working on this project.

This is a medium editor plugin that allows users to edit their content using the tiptap editor. The sample application can be found at medium-editor-plugin.

medium-editor-plugin.mp4

Getting Started

Installation

import Editor from 'medium-editor-plugin';
import "medium-editor-plugin/dist/styles.css"

export default function Home() {
  return (
    // center the editor if you want
    <div>
      <Editor />
    </div>
  );
}

Contributing

Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Additionally, if you'd like to contribute directly, feel free to submit a pull request.


Thank you for your interest in this project! If you have any questions or need further assistance, please don't hesitate to reach out.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published