-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: boilerplate code for new tab * feat: more boilerplate * feat: working calendar view with view mode selection * refactor: remove calendar modes * feat: better calendar controls (frees tab for pane focus) * refactor: export calendar to widgets * feat: timeline view based on selected date * feat: mark days with tasks on calendars * fix: crash on empty vault * refactor: rename Timeline tab to Calendar * feat: only show 3 months in calendar * style: make clippy happy * fix: Wrong year when selecting January or December * fix: reload vault in calendar * feat: show days with tasks even when selected or previewed (underlined) * chore: small changes to example files * feat: add cli command to open calendar view * feat: populate footer * feat: add calendar legend * feat: display selected date * fix: tab switching didn't take calendar into account * chore: add vhs to flake * docs: update examples * docs: add calendar to readme * docs: typo * docs: add demo description * feat: goto today command * docs: add goto today command
- Loading branch information
1 parent
95b166a
commit 20120cd
Showing
37 changed files
with
760 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Output ./demo_calendar.gif | ||
Output ./demo_calendar.mp4 | ||
|
||
Set Shell zsh | ||
Set Theme "Builtin Solarized Light" | ||
Set TypingSpeed 80ms | ||
Set FontSize 22 | ||
Set Width 1800 | ||
Set Height 1000 | ||
|
||
Hide | ||
Type "vault-tasks -c ../.config/ -v ../test-vault calendar" | ||
Enter | ||
Show | ||
# Calendar tab | ||
# | ||
Sleep 2.5s | ||
|
||
Right | ||
Sleep 2s | ||
Right@0.5s 4 | ||
Sleep 2s | ||
|
||
Right@0.5s 3 | ||
Sleep 1s | ||
Right@1s 2 | ||
Sleep 1s | ||
|
||
Shift+k | ||
Sleep 1s | ||
Up@0.5s 3 | ||
|
||
# Stop vault-tasks | ||
Ctrl+c | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.