Replies: 1 comment 2 replies
-
I've just got an idea for git integration with obsidian.nvim that could go beyond only sync. It would be cool to be able to quickly jump to the note from the day the last modification of current line or file was made. There are some existing neovim plugins that can show this information, but jumping to it with a simple shortcut could be nice for people keeping their notes in git. I've come up with this idea when I've noticed that I'm sometimes putting references to the today's daily note manually, because I sometimes like to have the info about when some note was written or modified. But manually putting those references is a hassle, and all that information is already stored in git, so why not use it? |
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.
-
sync
git, syncthing ...
recorder
obsidian core plugin like, inline audio playback
graph view with
cosma
a node.js library which is perfect for our needs: https://cosma.arthurperret.fr/getting-started.html
canvas
obsidian's json canvas is an open source spec, there's also rendering engines in the browser we can just leverage
https://jsoncanvas.org/
pandoc
like obsidian's importer, we go pandoc
reference: https://github.com/vim-pandoc/vim-pandoc
mcp
expose some capability for ai people.
https://github.com/obsidian-nvim/obsidian-mcp.nvim
calendar
https://github.com/obsidian-nvim/calendar.nvim
gtd
could just be a add-on plugin, display progress with virtual text, statusline and etc.
clipboard
https://github.com/orgs/obsidian-nvim/discussions/377
sidbar/panel
either integrate with https://github.com/hedyhli/outline.nvim or build our own, kulala also have a nice sidebar design quit like obsisdian app.
Sub panels:
heatmap
https://www.reddit.com/r/neovim/comments/1dn3tm1/gitdashboardnvim_git_contributions_heatmap_inside/
natural language dates
like the obsidian app plugin with the same name, but this one is a bit special, the libraries are mostly in js, and not worthy to rewrite in lua, should try remote plugin.
Beta Was this translation helpful? Give feedback.
All reactions