kucrut / catatan
Simple post editor for WordPress
Package info
Language:Svelte
Type:wordpress-plugin
pkg:composer/kucrut/catatan
0.1.8
2022-11-26 17:37 UTC
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/pluginsdirectory. - 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.