Markdown editor with pandoc integration and paginated preview.
PanWriter is a distraction-free markdown editor with two unique features:
Read the MANUAL for more info.
Feedback, suggestions and contributions very much welcome! Please open an issue to start a conversation.
Install git (if you haven’t already) and install Volta (which will make the correct Node.js and npm versions availlable in the project directory), then:
git clone [email protected]:mb21/panwriter.git
cd panwriter
npm ci
## To run the app in development mode:
npm run electron:dev
## To build distributable app package (goes to ./dist):
npm dist
Check out the package.json
for more scripts to run.
PanWriter is powered by (amongst other open source libraries):