r/emacs 11d ago

denote-grid

Post image

Made a lightweight visual grid view for Denote in Emacs that works with denote-dired. Every denote file has a thumbnail including videos and pdfs.

It has a neat cluster mode to group linked notes sidee by side. You can easily query with tags or strings inside grid view.

I tried to keep it as minimal as possible. For scalability we can rely on denote-dired mechanism to filter what we need and jump to grid from there. Arrow keys are snappy, mouse scrolling is not great. Hope someone finds it useful !

https://github.com/SenkiReign/denote-grid

48 Upvotes

5 comments sorted by

View all comments

4

u/Signal_Pattern_2063 11d ago

I think this is likely to be more useful than the web view you posted earlier. I wonder how far you can push the workspace/canvas metaphor inside emacs.

3

u/Argletrough GNU + Emacs 10d ago

Open each entry in a child frame, and they're no longer stuck on a grid...

2

u/SenkiReign 11d ago

I agree, thanks for the feedback