A simple text editor I created that will auto save text files. In my work I found myself having to type out longer analytical comments and I was afraid of losing my work at times. I used notepad for a bit but thought this would make a fun project. The main feature is auto saving txt files.
- Runs on Windows PC and Mac.
- Auto saving every minute if changes are detected.
- A folder titled 'ssef' (super simple editor files) will automatically be created in your documents folder. This is where your folders and text files will be saved.
- The first line of the TextArea should be formatted as follows for quick file creation and saving.
foldername-filename
and avoid using characters\ / : * ? < > |
If you edit thefoldername
orfilename
of the first line of the TextArea and let a minute go by, a new folder or file will be created.
- You can download a recent build HERE in .jar format. All you need is Java to run the .jar file.
Reference Jira Text Formatting Notation or other formatting syntax, and format your text. Also, never lose your work again!:wink:
- Clone or fork project and run with an IDE like Netbeans.
- Develop custom style
- Implement LanguageTool for spellchecking
- Better way to distribute JAR
- Refactor
- Delete unused
- Make README awesome
none currently
Contact superSimpleEditor @ gmail dot com, with any questions or input and thank you!
- NetBeans
- JavaFX
- FXML
- Maven
- Git and GitHub
- Build Version 3.0 using javafx and maven with the intent of implementing LanguageTool for spellchecking.
Copyright (c) 2020 Ross Fletcher