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.
- Host: GitHub
- URL: https://github.com/sh-lucas/pad-md
- Owner: sh-lucas
- License: agpl-3.0
- Created: 2023-04-30T19:52:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:12:30.000Z (over 2 years ago)
- Last Synced: 2025-03-08T20:31:59.980Z (over 1 year ago)
- Topics: electron, electron-app, html-css-javascript, markdown-editor, notepad-app, notetaking, typescript
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.