Skip to content

Commit

Permalink
docs: update documentation to reflect changed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed Apr 13, 2024
1 parent b5346da commit 43aa137
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
Binary file added assets/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 26 additions & 15 deletions documentation/Theme_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<input type="checkbox">`

```
- [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
```

<p align=center><img src="https://user-images.githubusercontent.com/91087143/139735135-9bb582f5-d657-4017-b162-d11e6ee674b8.png" alt="Custom Checkboxes" width=35%></p>
Expand Down

0 comments on commit 43aa137

Please sign in to comment.