pdf-markdown-annotator

[nw.js] pdf viewer + markdown editor

MIT License

Stars
62

pdf-markdown-annotator Build Status

This NW.js app is that PDF Viewer and Markdown annotation/Note tools.

Installation

OS X, Windows, Linux support.

Feature

Usage

  • Open PDF file
  • Open Markdown file
  • write note & save
    • Automatically save

On Browser

pdf-markdown-annotator work on Browser too!

npm run build
# output dist/build.js
<script src="dist/build.js"></script>
<script>
    window.bootstrap({
        // https://github.com/mozilla/pdf.js/blob/master/web/viewer.html URL
        viewerPath: "../pdfjs/web/viewer.html",
        // Display PDF URL
        pdfURL: location.pathname + "Ecma-262_5.1.pdf",
        // Display Markdown URL
        markdownURL: location.pathname + "es5.md"
    });
</script>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Thanks

Inspired by Highlights App for Mac

Badges
Extracted from project README
Build Status