https://github.com/isolcat/memomark
MemoMark is a convenient Markdown-based note-taking application built with Electron. It provides live preview and window pinning functionality, allowing you to quickly jot down and view your notes in Markdown format.
https://github.com/isolcat/memomark
electron javascript markdown
Last synced: 11 months ago
JSON representation
MemoMark is a convenient Markdown-based note-taking application built with Electron. It provides live preview and window pinning functionality, allowing you to quickly jot down and view your notes in Markdown format.
- Host: GitHub
- URL: https://github.com/isolcat/memomark
- Owner: isolcat
- License: mit
- Created: 2024-03-22T06:35:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T04:46:19.000Z (about 2 years ago)
- Last Synced: 2024-10-24T04:34:02.140Z (over 1 year ago)
- Topics: electron, javascript, markdown
- Language: JavaScript
- Homepage: https://github.com/isolcat/MemoMark/tags
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemoMark: Your Markdown-Powered Note-Taking Companion
MemoMark is a convenient Markdown-based note-taking application built with Electron. It provides live preview and window pinning functionality, allowing you to quickly jot down and view your notes in Markdown format.
## Features
- **Live Preview**: Write your Markdown content in the input area, and see the rendered HTML preview in real-time on the right side.
- **Window Pinning**: Keep the notepad window always on top of other windows for easy access.
- **Markdown Support**: Supports basic Markdown syntax for formatting your notes.
- **Minimalistic Design**: Clean and distraction-free interface for focused writing.
## Usage
1. Clone or download the source code of this project.
2. Install dependencies by running `npm install` in the project directory.
3. Start the application with the `npm run start` command.
4. The MemoMark window will open.
5. Write your Markdown content in the input area.
6. Toggle the live preview mode by clicking the "👌🏻 Preview" button.
7. Pin the notepad window to keep it always on top by clicking the "📌 Toggle Pin" button.
## Download
[Click this](https://github.com/isolcat/MemoMark/releases/tag/v0.0.1)
## Technologies Used
- [Electron](https://www.electronjs.org/)
- [Marked](https://github.com/markedjs/marked)
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).