Acronym for 'REM Edits Markdown'.
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
Here are the resources and tools used in the creation of this project.
- https://www.w3schools.com/java/java_hashmap.asp
- https://programmer.help/blogs/several-ways-to-read-load-configuration-files-in-java.html
- https://stackoverflow.com/questions/45429093/how-do-i-add-a-compiler-flag-in-eclipse-for-a-java-program
- https://mkyong.com/java/java-properties-file-examples/
- https://stackoverflow.com/questions/14400946/how-to-change-the-color-of-specific-words-in-a-jtextpane
- https://stackoverflow.com/questions/19093851/jeditorpane-vs-jtextpane
- https://docs.oracle.com/javase/tutorial/uiswing/components/text.html
- https://www.freecodecamp.org/news/java-string-to-int-how-to-convert-a-string-to-an-integer/
- https://stackoverflow.com/a/28773736
- https://stackoverflow.com/questions/15039652/changing-the-size-of-jtextpane
- https://www.tutorialspoint.com/get-jframe-window-size-information-in-java
- https://www.javatpoint.com/java-jscrollpane
- https://docs.oracle.com/javase/tutorial/uiswing/layout/group.html
- https://www.javatpoint.com/return-statement-in-java
- https://stackoverflow.com/questions/1053467/how-do-i-save-a-string-to-a-text-file-using-java
- https://www.w3schools.com/java/java_files_create.asp
- https://www.javatpoint.com/java-jfilechooser
- https://www.delftstack.com/howto/java/typeof-in-java/
- https://chubakbidpaa.com/interesting/2021/09/28/regex-for-md.html
- https://stackoverflow.com/questions/5516119/regular-expression-to-match-characters-at-beginning-of-line-only
- https://www.logicbig.com/tutorials/core-java-tutorial/java-regular-expressions/regex-embedded-flags.html
- https://stackoverflow.com/a/29565118
- https://regexr.com/3ciio
- https://regexr.com/3bq1m
- https://stackoverflow.com/a/7613653