Basicly a markdownnotepad with extra open sauce! Or in academic wording an that allows you to easly open, edit and export md files.
- Export markdownView to pdf and html!
- System synchronisable dark / light mode
- Native integration (open with, and more).
- Multiplatform support (windows, linux, macos)
- Open source and free
- Desktop built application, made with enterprise technologies.
- Supports all scripts (chirilic, latin, Arabic, Japanese).
- Tabs
- Being able to choose the css on export to pdf or markdownView
- More tools in the toolbar
ℹ Keep in mind there is more stuff than shown on the screenshots.
If you want to contribute to lmark, please do. Contributers are welcome. For build instructions go to # Builds
You can find the newest builds in the package all platforms action, although be ware they might not work as intended.
Preffered IDE is intelij IDEA but you could make it work on others
-
Git clone the repository
git clone https://github.com/LukeOnuke/lmark.git
-
Navigate to project root
-
Package with maven
mvn package
-
(Optional) Compile to native application
jpackage --type app-image --name lmark-app-image / --input C:\Users\lukak\Documents\GitHub\mdedit\target / --main-jar lmark.jar --main-class com.lukeonuke.lmark.LMark / --verbose --dest jpkg
This program uses fonts awsome 6
MIT License
Copyright (c) 2022 Luka Kresoja
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.