Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizboaventura1/fast-editor

✏️ Rich Text Editor
https://github.com/luizboaventura1/fast-editor

tailwind tiptap vue

Last synced: 9 days ago
JSON representation

✏️ Rich Text Editor

Awesome Lists containing this project

README

        



Fast Editor

Fast Editor formats your texts quickly and easily, and with a modern interface.

![image](https://github.com/Luizboaventura1/fast-editor/assets/122652168/e51a6ac2-3e5d-4031-95e3-d61f59f335c9)

## How to use?

```javascript


html = val" placeholder-f="Adicionar descrição..." />

import Editor from "./components/Editor/index.vue"
import { ref, watchEffect } from "vue";

// use a reactive variable
let html = ref("")

```
### Get the generated html
```javascript
// use @getHtml to get the generated html
@getHtml="(val) => html = val"
```
### Props
```html
height="000px" default 100%
width="000px" default 100%
placeholder-f="Your description" default "Descrição..."
editorBackground="#000" default #121214
```

## License 📜

- [MIT](./LICENSE)

## 🛠 Technologies

- [Vue.js 3](https://vuejs.org)
- [Tailwind css](https://tailwindcss.com)
- [Scss](https://sass-lang.com)

## How to Contribute 🚀

1. **Fork the Repository:**
- Fork this repository by clicking the "Fork" button in the top right corner of this page. This will create a copy of the repository in your GitHub account.

2. **Clone the Repository:**
- Clone the forked repository to your local development environment.

```bash
git clone [email protected]:Luizboaventura1/fast-editor.git
cd fast-editor