kucrut / catatan

Simple post editor for WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😉

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.

About

Simple post editor for WordPress

License:GNU General Public License v2.0


Languages

Language:Svelte 49.8%Language:TypeScript 34.1%Language:PHP 13.8%Language:JavaScript 1.5%Language:CSS 0.9%