kucrut/catatan

Simple post editor for WordPress

Installs: 123

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 2

Forks: 0

Open Issues: 0

Language:Svelte

Type:wordpress-plugin

0.1.8 2022-11-26 17:37 UTC

This package is auto-updated.

Last update: 2024-04-26 20:37:55 UTC


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

  1. Install via composer: composer require kucrut/catatan
  2. Activate the plugin.
  3. 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.
  2. Clone this repository onto your wp-content/plugins directory.
  3. Install composer dependencies: composer install
  4. Install JS dependencies: pnpm install
  5. pnpm dev

License

This plugin is released under GPLv2. All dependencies retain their original linceses.