Skip to content

Commit

Permalink
Add dailies extension keybinding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed May 4, 2024
1 parent ce8b12d commit f1065c0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DOCS.org
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,22 @@
| toggle_roam_buffer | =<Leader>nl= | Toggles the org-roam node-view buffer for the node under cursor. |
| toggle_roam_buffer_fixed | =<Leader>nb= | Toggles a fixed org-roam node-view buffer for a selected node. |

** Dailies Extension

| Name | Keybinding | Description |
|-------------------+---------------+-------------------------------------------------|
| capture_date | =<Leader>ndD= | Capture a specific date's note. |
| capture_today | =<Leader>ndN= | Capture today's note. |
| capture_tomorrow | =<Leader>ndT= | Capture tomorrow's note. |
| capture_yesterday | =<Leader>ndY= | Capture yesterday's note. |
| find_directory | =<Leader>nd.= | Navigate to dailies note directory. |
| goto_date | =<Leader>ndd= | Navigate to specific date's note. |
| goto_next_date | =<Leader>ndf= | Navigate to the next note in date sequence. |
| goto_prev_date | =<Leader>ndb= | Navigate to the previous note in date sequence. |
| goto_today | =<Leader>ndn= | Navigate to today's note. |
| goto_tomorrow | =<Leader>ndt= | Navigate to tomorrow's note. |
| goto_yesterday | =<Leader>ndy= | Navigate to yesterday's note. |

** Modifying bindings

Bindings can be changed during configuration by overwriting them within the =bindings= table:
Expand Down
16 changes: 16 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@
| toggle_roam_buffer | =<Leader>nl= | Toggles the org-roam node-view buffer for the node under cursor. |
| toggle_roam_buffer_fixed | =<Leader>nb= | Toggles a fixed org-roam node-view buffer for a selected node. |

*** Dailies Extension

| Name | Keybinding | Description |
|-------------------+---------------+-------------------------------------------------|
| capture_date | =<Leader>ndD= | Capture a specific date's note. |
| capture_today | =<Leader>ndN= | Capture today's note. |
| capture_tomorrow | =<Leader>ndT= | Capture tomorrow's note. |
| capture_yesterday | =<Leader>ndY= | Capture yesterday's note. |
| find_directory | =<Leader>nd.= | Navigate to dailies note directory. |
| goto_date | =<Leader>ndd= | Navigate to specific date's note. |
| goto_next_date | =<Leader>ndf= | Navigate to the next note in date sequence. |
| goto_prev_date | =<Leader>ndb= | Navigate to the previous note in date sequence. |
| goto_today | =<Leader>ndn= | Navigate to today's note. |
| goto_tomorrow | =<Leader>ndt= | Navigate to tomorrow's note. |
| goto_yesterday | =<Leader>ndy= | Navigate to yesterday's note. |

** Documentation

See [[file:DOCS.org][DOCS.org]] for detailed guidance on the plugin.
Expand Down

0 comments on commit f1065c0

Please sign in to comment.