Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hermanzdosilovic/notes
Simple text editor for your Markdown and LaTeX notes.
https://github.com/hermanzdosilovic/notes
editor katex latex-notes markdown markdown-editor markdown-to-html markdown-viewer mathjax note-taking notes notes-app notes-tool notesapp remarkable
Last synced: about 1 month ago
JSON representation
Simple text editor for your Markdown and LaTeX notes.
- Host: GitHub
- URL: https://github.com/hermanzdosilovic/notes
- Owner: hermanzdosilovic
- License: unlicense
- Archived: true
- Created: 2017-10-14T16:10:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T20:58:42.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:31:50.669Z (4 months ago)
- Topics: editor, katex, latex-notes, markdown, markdown-editor, markdown-to-html, markdown-viewer, mathjax, note-taking, notes, notes-app, notes-tool, notesapp, remarkable
- Language: JavaScript
- Homepage: https://notes.dosilovic.com
- Size: 538 KB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - hermanzdosilovic/notes - Simple text editor for your Markdown and LaTeX notes. (markdown)
README
# Markdown Notes
Simple text editor for your Markdown and LaTeX notes. [Try here](https://notes.dosilovic.com/?AJa14jr-DSbUkjcOMUDm_vpuWiZT).
![Screenshoot 01](https://raw.githubusercontent.com/hermanzdosilovic/notes/master/.github/screenshoot-01.png)
![Screenshoot 02](https://raw.githubusercontent.com/hermanzdosilovic/notes/master/.github/screenshoot-02.png)## Features
* Save your note. Click "Save" button and your note will be saved under unique link each time.
* Share your note with friends and colleagues.
* After you saved your note just copy the link from address bar to your friends. They will be able to edit your note
and when they save it they will get their unique link.
* After you saved your note you can click "Share" button which will open you new tab where you can see your note
in clean environment (no header, no footer - just your note). You can then share the link in your
address bar with your friends.
* Download note as Markdown file
* Download note as PDF
* Write in Vim mode (*optional*)
* Local autosave. Last thing you typed will be available to you when you open https://notes.dosilovic.com.*protip: when your friend sends you a link to a note you cannot edit just delete `view.html` from
the link*## Dependencies
* [CodeMirror](https://codemirror.net/)
* [GitHub Markdown CSS](https://github.com/sindresorhus/github-markdown-css)
* [KaTeX](https://khan.github.io/KaTeX/)
* [MathJax](https://www.mathjax.org/)
* [Remarkable](https://github.com/jonschlinkert/remarkable)
* [Semantic UI](https://semantic-ui.com/)
* [URL to PDF Microservice](https://github.com/alvarcarto/url-to-pdf-api)
* [highlight.js](https://highlightjs.org/)
* [jQuery](https://jquery.com/)
* [pb](https://ptpb.pw/)Huge thanks to all projects listed above that made this one possible.
## License
Licensed under the [The Unlicense](https://github.com/hermanzdosilovic/notes/blob/master/LICENSE).