Notice: as of 2025-08-16 it's not reflecting current setup, as it's constantly evolving.
Direction
I just like the idea to write in some safe, permanent place. I could use physical notebooks, but I prefer files available everywhere.
One place to have personal to-dos.
One place to my diary.
One place to my goals and dreams. When remembering about my life principles.
One place to my knowledge. When doing research.
One place to my writing and future book.
One place to my reference.
One place to my life principles. When deciding what to do.
One place for my projects and documentation.
Easily retrievable knowledge - just in time.‚
Folders structure ideas
Current:
- archive
- assets
- bases
- books
- diary & logs
- notes with limited ttls
- person
- personal projects
- readwise
- reference & howtos
- searchable messy knowledge
- snippets
- templates
- wwww
- periodic
- daily
- weekly
- monthly
- personal projects
- work
Previous:
-
inbox
-
areas
-
periodic
-
timecamp
-
projects
-
archive
- assets
- www
- projects
- templates
-
Projects/ → Active work (e.g., “Blog Posts,” “Marketing Plan”)
-
Areas/ → Ongoing responsibilities (e.g., “Health,” “Finances”)
-
Resources/ → Reference materials (e.g., “Book Notes,” “Coding Tips”)
-
Archive/ → Completed or inactive items
📂 Fleeting Notes/ → Quick ideas & temporary thoughts
📂 Literature Notes/ → Notes from books, articles, podcasts
📂 Permanent Notes/ → Well-processed knowledge notes
📂 Index/ → High-level structure for quick access
Customization
- Ctrl-a Jump to beginning of block
- Ctrl-e Jump to end of block
- Ctrl-u search
Look & Feel
- My own Minimalistic theme (small changes to Default theme)
Hider
plugin to hide some elements2- Font-size
14px
- Color
#FCB828
- Translucent window
- Show inline title, hide ribbon, hide tab title bar
Plugins
Used a lot
- Recent Notes - my own
- Tasks
- Quick Switcher++
- Periodic Notes
- Outliner
- Hider
- Git
- Calendar
- Auto Link Title
Used sometimes
- Advanced Tables
- Better Search Views
- Dataview
- Digital Garden
- Folder Notes
- Footnote Shortcut
- Iconize
- Navigate Cursor History
- Numerals
- Omnisearch
- Readwise Official
Workflow
- Keyboard shortcuts whenever I can, setup as similar as posible to vscode
- Git for backups, iClooud for synchronisation
- Tasks should be only in single place with dataview attributes for completion time. How? Use Tasks plugin to create dynamic views. Where? Project have full tasks list. What about periodical tasks? Only those can be copied many times, but preffered to link them in processes.
Dev
Release your plugin with GitHub Actions - Developer Documentation
Issues · kamil-rudnicki/obsidian-recent-notes
Releases · kamil-rudnicki/obsidian-recent-notes
ln -s "/Users/kamil/Developer/obsidian-recent-notes" "/Users/kamil/Library/Mobile Documents/iCloud~md~obsidian/Documents/ObsidianCloud2/.obsidian/plugins/obsidian-recent-notes"
ln -s "/Users/kamil/Developer/obsidian-time-logs" "/Users/kamil/Library/Mobile Documents/iCloud~md~obsidian/Documents/ObsidianCloud2/.obsidian/plugins/obsidian-time-logs"
ln -s "/Users/kamil/Developer/hot-reload" "/Users/kamil/Library/Mobile Documents/iCloud~md~obsidian/Documents/ObsidianCloud2/.obsidian/plugins/hot-reload"
# RELEASE [Release your plugin with GitHub Actions - Developer Documentation](https://docs.obsidian.md/Plugins/Releasing/Release+your+plugin+with+GitHub+Actions)
npm run version
git tag -a 1.3.2 -m "1.3.2"
git push origin 1.3.2
# [Releases · kamil-rudnicki/obsidian-recent-notes · GitHub](https://github.com/kamil-rudnicki/obsidian-recent-notes/releases)