TeFWiki-Electron
Plain text markdown wiki. Electron app.
Screenshot
Download
Download from release link.
https://github.com/karino2/TeFWiki-Electron/releases
Initial setup
Choose folder to store wiki markdown. For the very beginning, create an empty folder and choose it.
For development
Here are basic commands for development.
How to run
$ npm install
$ npm run start
How to build
$ npm install
$ npm run make
The result will be under out/make/
.