org-roam-timestamps icon indicating copy to clipboard operation
org-roam-timestamps copied to clipboard

Add modified and creation timestamps to the org-roam property drawer

Results 8 org-roam-timestamps issues
Sort by recently updated
recently updated
newest added

What I'm trying to do is get a list of org-roam nodes sorted by their `mtime` attribute. With base `org-roam` I used `(org-roam-node-read--completions nil #'org-roam-node-read-sort-by-file-mtime)`, but that only works on...

lsp-bridge is a LSP client for emacs, when I use org-roam-timestamps-mode and lsp-bridge-mode simultaneously, after saving a modified file, the mtime and ctime in the properties box will be dislocated....

Change docs so that it uses the correct name of the variable

Hi, after my report in #10 I’ve still not gotten org-roam-timestamp to always do the right thing when capturing. As reported there, I often save the buffer before finalizing the...

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:...

Currently I add the creation time of an org-file via `date: %U`. I would like to have your modification time also as `%U` or another one of the datetime format...

I like to know the code I use is stable, so I would like to use a known stable version of org-roam-ui. Adding a version tag (git tag 1.0.0) to...

It would be nice if only the nodes that have been modified would get saved, rather than relying on the location of saving. One way to do this would be...