Replies: 2 comments 4 replies
-
|
Thanks for the detailed description of your setup! On datetree / file-per-month: vulpea-journal currently assumes one-file-per-day, but supporting different granularities (file per week/month/year) is something I want to explore. The timeline is still linear in all these cases — prev/next navigation, calendar, "on this day" all conceptually work, just at coarser granularity. The main change would be shifting date resolution from file-path heuristics to DB queries (via On work vs personal separation: This is actually the harder problem. Different granularity is still a single linear timeline — but work/personal creates two parallel timelines. Consider what happens with the current commands:
The mechanical part (creating entries) can work today with One direction I am thinking about is a DWIM approach — if the context makes it clear which journal you are in (e.g. you are viewing a work journal entry), use that template automatically; otherwise ask. This could tie into a broader tag-based namespace feature in vulpea core (imagine That said — I would love to understand your actual workflow better before jumping to solutions:
Understanding this would help me figure out whether a simple two-command approach covers 90% of what you need, or if there is something more fundamental to build. |
Beta Was this translation helpful? Give feedback.
-
|
Created d12frosted/vulpea-journal#2 to track the granularity support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I like the features of vulpea-journal and I want to start using it, however, my current Org-Roam setup done in an usual way, maybe someone can give me pointers how to migrate the workflow.
First of all, I don't keep a file per day
I keep a file per month with a datetree structure (built-in feature of Org), So the files look something like this:
I suppose if I just attach
journaltag to each day, vulpea-journal would simply pick them up and index them?Is that's all I need for it to recognize them as journal entries? If that is, then I suppose I just need to find a way to create new entries properly orienting itself in the date-tree, etc.
There's another dilemma
I separate work notes and personal notes
So the files look like:
And I find them via the inserted links,
[[work]]and[[journal]](like in the above example). It's not ideal, I wonder how I can do this much better with vulpea tools? Most importantly - I prefer separation of personal and work stuff in different files.What would be your suggestion?
Should I ditch this approach and just use vulpea-journal's default way? For the older notes I suppose I can write a script to convert them into the new format.
I would like to find a way to keep using datetree structure, but not sure how to get there. Any pointers are highly appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions