- Real-time Markdown preview
- Export to .md
- Syntax highlighting
-
Clone the repository:
git clone https://github.com/portalius-dev/MarkE.git cd MarkE
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
- Python 3.8+
- PyQt5
- markdown
- tempfile
-
Install the builder:
pip install auto-py-to-exe
-
Configure the build:
- Select
main.py
as the script - Choose "One Directory" or "One File" mode
- Add an icon (optional)
- Set output directory
- Select
-
Click "Convert .py to .exe"
- Write your Markdown in the left panel
- See real-time preview on the right
- Use the toolbar for:
- Saving files (
.md
,.html
) - Exporting documents
- Open file in browser.
- Saving files (
This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
- GitHub Issues: portalius-dev/MarkE/issues