generated from eblume/project-template
heph.nvim: :Heph journals — recent-days picker with preview + @create
All checks were successful
Build / validate (pull_request) Successful in 16m0s
All checks were successful
Build / validate (pull_request) Successful in 16m0s
A dailies picker (zkd-style): lists the last `journal_days` (default 7) days newest-first, previews existing journals and shows "@create" for new ones, and opens the chosen day (creating if new). Journals resolve by their ISO-date title, so no new RPC is needed. picker.select gains an optional Telescope preview pane. e2e covers the recent-days list (exists/@create across a month boundary) and open-on-pick via a stubbed vim.ui.select. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e99c284941
commit
d0930aa6a3
7 changed files with 112 additions and 3 deletions
|
|
@ -19,6 +19,9 @@ M.subs = {
|
|||
journal = function(args)
|
||||
require("heph.journal").open(args[1])
|
||||
end,
|
||||
journals = function()
|
||||
require("heph.journal").pick()
|
||||
end,
|
||||
follow = function()
|
||||
require("heph.link").follow()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue