diff --git a/assets/icons.png b/assets/icons.png new file mode 100644 index 0000000..e4e20a1 Binary files /dev/null and b/assets/icons.png differ diff --git a/documentation/Theme_Guide.md b/documentation/Theme_Guide.md index 5b8eea5..de316fe 100644 --- a/documentation/Theme_Guide.md +++ b/documentation/Theme_Guide.md @@ -26,26 +26,37 @@ 4. **Custom Checkboxes:** Besides the regular checkbox, there are 7 custom checkboxes you may use on your tasks/lists. Do note that these do not work on tables, since tables only accept the default html checkboxes (which you can input via markdown syntax, or even html syntax). These default html checkboxes are also styled to match the theme. Eg: `` ``` -- [i] Information +- [*] Star +- [a] Reminder +- [f] Favorite +- [S] Savings - [-] Cancelled +- [>] Rescheduled - [<] Scheduled -- [>] Rescheduled/Forwarded -- [?] Question -- [!] Important - [l] Location -- [x] Task -- [ ] Task -- [X] Task +- [B] Bug +- [X] Failure +- [n] Annotation +- [p] Pros +- [c] Cons +- [w] Win +- [b] Bookmark - [I] Idea -- [p] Thumbs up -- [c] Thumbs down -- [S] Piggy bank +- [!] Warning +- [?] Question +- [i] Info +- [/] In Progress +- [u] Trend Up +- [d] Trend Down +- [F] Feature +- [r] Law +- [m] Measurement +- [M] Medical +- [L] Language +- [t] Time +- [T] Call +- [P] Person - [s] Money -- [a] Bell -- [b] Bookmark -- [n] Pin -- [B] Bug -- [W] Reward ```

Custom Checkboxes