Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 524 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 524 Bytes

Tiddlywiki plugin for hiding view toolbar button

Development

  1. Clone tiddlywiki repository:
git clone https://github.com/Jermolene/TiddlyWiki5.git
  1. Clone this repo into plugins/axxie inside tiddlywiki directory
cd plugins
md axxie
git clone https://github.com/axxie/tiddlywiki-clear-view.git
  1. Type the following commands to run in watch mode
yarn install
yarn run watch

Build

Type the following command:

yarn run build

Output file is located in wiki/output directory.