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

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.

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).