/cpy{content}
: adds a button that allowscontent
to be copied to clipboard/lnk{url}
: convertsurl
to hyperlink that directs user to the specified url on default web browser/hlt{content}
: highlightscontent
in#FFF200
/und{content}
: underlinescontent
/bld{content}
: emboldenscontent
- 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.