org-roam-timestamps
org-roam-timestamps copied to clipboard
Support using the id as the ctime
I saw Nobiot doing this in some post on the discourse, and this sounds like a much better way to to accomplish the same thing as creating new properties.
Upsides:
- id is much more easily accessible than the properties using queries
- declutters the properties drawer from at least 3 to just 2 entries at minimum
- makes the id less ugly and more semantic
Downsides:
- Would need to edit all links in all files in order to make this work
- would need to put in some check which checks whether the id is some sort of date string to use as the ctime
I think this is worth it.
I like this suggestion to. I use datetime ids like these: aj:2022-01-18.21:12:31.224
, so it makes a lot of sense.