Catatan
Simple post editor for WordPress
★ 9stars
136composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kucrut/catatan/archive/refs/heads/main.zipAlso on Packagist as kucrut/catatan:
composer require kucrut/catatanFrom the readme
Catatan
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 :wink:
Installation
1. Install via composer: composer require kucrut/catatan
1. Activate the plugin.
1. Go to Settings Writing, scroll down to "Catatan" section, and tick the post types you want to edit with Catatan. Save the changes.
Developing
1. Make sure you have PHP 7.4+ and composer installed, as well as Nodejs 16+ and pnpm.
1. Clone this repository onto your wp-content/plugins directory.
1. Install composer dependencies: composer install
1. Install JS dependencies: pnpm install
1. pnpm dev
License
This plugin is released under GPLv2. All dependencies retain their original linceses.