Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luizboaventura1/fast-editor
- Owner: Luizboaventura1
- License: mit
- Created: 2024-01-03T21:36:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:35:54.000Z (12 months ago)
- Last Synced: 2024-04-24T05:06:58.576Z (8 months ago)
- Topics: tailwind, tiptap, vue
- Language: Vue
- Homepage: https://fast-editor.vercel.app
- Size: 314 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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