A light weight text editor
This project requires Tkinter. To install it, type command:
$ sudo apt-get install python-tk # On Debian based GNU/Linux distributions
$ sudo dnf install python3-tkinter # On Fedora based GNU/Linux distributions
First, you need to download a release and extract the source tarball. Then, type command:
$ pip install -r requiremonts.txt
$ ./install.sh
Important
Please use Python >= 3.8
Write this to ~/.local/share/applications/tkmarker.desktop
[Desktop Entry]
Name=tkMarker
Exec=/home/<your-user-name>/.local/bin/tkmarker
Type=Application
Icon=<path/to/tkMarker>/static/tkMarker.png
Categories=Development;
Keywords=Markdown;
Type command:
$ tkmarker &
You will see the editor.
MIT License
This is a software with ABSOLUTELY NO WARRANTY.
Feel free to report an issue. You are welcomed to start a pull request.