Skip to content

A 3.0 Build of the auto saving text editor I have been working on, this time using maven with the intent of implementing LanguageTool for spellchecking.

Notifications You must be signed in to change notification settings

rossfletcher19/SimpleTextEditorWMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperSimpleEditor

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.

By Ross Fletcher 3/2020

Features

  • 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 the foldername or filename of the first line of the TextArea and let a minute go by, a new folder or file will be created.

Download the .jar

  • You can download a recent build HERE in .jar format. All you need is Java to run the .jar file.

App Images

Main view of app.

alt text

Reference Jira Text Formatting Notation or other formatting syntax, and format your text. Also, never lose your work again!:wink:

alt text

Then paste your formatted text in the Jira wiki renderer or where you need it. Now send it! Voila!

alt text

Setup/Installation Requirements

  • Clone or fork project and run with an IDE like Netbeans.

UX/UI

  • Develop custom style

Polish and To Do

  • Implement LanguageTool for spellchecking
  • Better way to distribute JAR
  • Refactor
  • Delete unused
  • Make README awesome

Known Bugs

none currently

Support and contact details

Contact superSimpleEditor @ gmail dot com, with any questions or input and thank you!

Technologies Used

  • NetBeans
  • JavaFX
  • FXML
  • Maven
  • Git and GitHub

Build Info

  • Build Version 3.0 using javafx and maven with the intent of implementing LanguageTool for spellchecking.

License

Copyright (c) 2020 Ross Fletcher

About

A 3.0 Build of the auto saving text editor I have been working on, this time using maven with the intent of implementing LanguageTool for spellchecking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published