/REM

A Markdown editor writen in Java

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

REM

Acronym for 'REM Edits Markdown'.

Troubleshooting

Machines that use a HiDPI screen (displays larger than 1920x1080p, typically 2k or 4k) may not have proper user interface scaling. To fix this, add the following flag to the command when running the program (replace 2.0 with your desired scale factor):

$ java -Dsun.java2d.uiScale=2.0 -jar REM.jar

Bibliography

Here are the resources and tools used in the creation of this project.