kucrut / catatan
Simple post editor for WordPress
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 0
Open Issues: 0
Language:Svelte
Type:wordpress-plugin
Requires
- php: >=7.4.0
- kucrut/vite-for-wp: ^0.5.1
Requires (Dev)
README
Simple post editor for WordPress using TipTap built with Svelte.
This is alpha software. There's no warranty whatsoever. Use it at your own risk 😉
Installation
- Install via composer:
composer require kucrut/catatan
- Activate the plugin.
- Go to Settings > Writing, scroll down to "Catatan" section, and tick the post types you want to edit with Catatan. Save the changes.
Developing
- Make sure you have PHP 7.4+ and composer installed, as well as Nodejs 16+ and pnpm.
- Clone this repository onto your
wp-content/plugins
directory. - Install composer dependencies:
composer install
- Install JS dependencies:
pnpm install
pnpm dev
License
This plugin is released under GPLv2. All dependencies retain their original linceses.