https://github.com/nicolaspetrov/java-text-editor
Java Text Editor
https://github.com/nicolaspetrov/java-text-editor
example-app java
Last synced: 7 months ago
JSON representation
Java Text Editor
- Host: GitHub
- URL: https://github.com/nicolaspetrov/java-text-editor
- Owner: NicolasPetrov
- License: gpl-3.0
- Created: 2024-07-24T14:06:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:54:26.000Z (over 1 year ago)
- Last Synced: 2024-12-27T04:11:50.598Z (over 1 year ago)
- Topics: example-app, java
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Text Editor

Text editor with the ability to format text (bold, italic text; select text size and font) and insert images. It is possible to export a document to various files. The editor can recognise markup language and replace formatting (supports Markdown). To develop this application, I needed to know basic Java syntax and data types, understand basic arithmetic operations, work with the user on data input/output, implement logic to determine the winner and JavaFx.