Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 994 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 994 Bytes

IB Computer Science Internal Assessment Product

Note-taking application

Supported formulas:

  • /cpy{content}: adds a button that allows content to be copied to clipboard
  • /lnk{url}: converts url to hyperlink that directs user to the specified url on default web browser
  • /hlt{content}: highlights content in #FFF200
  • /und{content}: underlines content
  • /bld{content}: emboldens content

Other features:

  • Editing sections
  • Archiving sections
  • Authentication when accessing/editing/archiving locked sections
  • Auto-saving feature
  • Auto-completing brackets for parenthesis (), braces {}, and brackets []

Utilizes Java Swing for GUI and sqlite3 for data management.

Before running, change file path of SecretFile.key in Authentication.java (lines 168 and 236) as required.

Very early development stages. This repository has been archived. Product will continue being developed in this repository.