Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.14 KB

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.