PanWriter
PanWriter is a distraction-free markdown editor with two unique features:
- Tight integration with pandoc for import/export to/from plenty of file formats (including HTML, docx, LaTeX and EPUB).
- Preview pane that can show pages โ including page breaks etc. Layout adjustments are immediately reflected in the preview.
Read the MANUAL for more info.
You also have to install pandoc to export to most formats.
Feedback, suggestions and contributions very much welcome! Please open an issue to start a conversation.
Develop
Install git (if you haven't already) and install Volta (which will make the correct Node.js and Yarn versions availlable in the project directory), then:
git clone [email protected]:mb21/panwriter.git
cd panwriter
yarn install
## To run the app in development mode:
yarn run electron:dev
## To build distributable app package (goes to ./dist):
yarn dist
Check out the package.json
for more scripts to run.
Powered by
PanWriter is powered by (amongst other open source libraries):
- pandoc (import/export)
- Electron (app framework)
- CodeMirror (editor)
- For the preview pane: