An open API service indexing awesome lists of open source software.

https://github.com/sh-lucas/pad-md

Um bloco de notas para área de trabalho, desenvolvido em Electron, para aprendizado.
https://github.com/sh-lucas/pad-md

electron electron-app html-css-javascript markdown-editor notepad-app notetaking typescript

Last synced: about 1 month ago
JSON representation

Um bloco de notas para área de trabalho, desenvolvido em Electron, para aprendizado.

Awesome Lists containing this project

README

          

# pad-md
A notepad app for desktop, developed in Electron, with TS/JS, HTML and CSS.
It uses marked.js for compiling plain text to html. No user input filtering is being done so you should not open files from sources you don't trust.

By installation, windows will try to "protect your pc"; this happens because I don't have money to buy a license; the program WILL **NOT** damage your pc, and will **NOT** get any information from it.
If you don't believe me, download the source code and use `npm run make` to build the installer with electron-forge.

It is only supported in windows till now.