• Stars
    star
    950
  • Rank 46,504 (Top 1.0 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Markdown editor with pandoc integration and paginated preview.

PanWriter

PanWriter is a distraction-free markdown editor with two unique features:

  1. Tight integration with pandoc for import/export to/from plenty of file formats (including HTML, docx, LaTeX and EPUB).
  2. Preview pane that can show pages – including page breaks etc. Layout adjustments are immediately reflected in the preview.

Read the MANUAL for more info.

Download PanWriter

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):

More Repositories

1

JSONedit

User friendly, visual JSON editor built as an Angular 1 directive.
JavaScript
567
star
2

Pandoc-Mac-OS-X-Services

Invoke pandoc from any text editor with the opened file as input
126
star
3

panrun

Script that looks at the YAML metadata in a markdown file and runs pandoc for you.
Ruby
43
star
4

pandoc-placetable

Pandoc filter to include CSV data (from file or URL)
Haskell
38
star
5

api-explorer

GUI tool to map any JSON-based Web API, plus node server to access it as if it were a HAL Hypermedia API
JavaScript
27
star
6

markdown-it-bracketed-spans

Span (<span>) tag plugin for markdown-it markdown parser
JavaScript
17
star
7

markdown-it-pandoc

Package bundling a few markdown-it plugins to approximate pandoc flavoured markdown
JavaScript
14
star
8

moviedir2html

Searches a directory recursively for movie files and writes IMDB information into an HTML file.
Python
7
star
9

iCalendar-to-Facebook-Event

This was a Facebook Application you could use to subscribe to an iCalendar file which then gets regularly checked for updates. However, this is not supported by the Graph API 2.0 any more.
PHP
7
star
10

reading-list

My reading lists
5
star
11

panwriter-website

Repo for PanWriter website
JavaScript
2
star
12

mastro

Minimal, no-dependencies take on a Deno web framework for MPAs.
TypeScript
2
star
13

atom-markdown-editor-simple-style

Basic CSS for Atom when editing markdown files, extends installed syntax-theme
CSS
2
star
14

2324.ch

HTML
1
star
15

mb21.github.io

TeX
1
star
16

GUI-CSS-Editor

PoC: GUI editor/layout-program to generate CSS
JavaScript
1
star
17

netlify-cms-widget-image-filepond

JavaScript
1
star
18

blog

my blog
HTML
1
star