Doomscroll your own notes.
I used to be an engineering manager on Instagram Reels. Now I am using the same feed format to scroll through my own notes.
No ranking algorithm, no cloud service, no celebrities. Just notes, web snippets, book quotes, and other things already sitting in my Obsidian vault.
My problem was simple: I write a lot, save a lot, but rarely come back to any of it. Jotted notes, diary entries, LLM Wiki pages - all had the same problem. The content was great. I just didn't feel like going back to it.
My vault became write-only.
Social apps are very good at resurfacing content. Personal knowledge management tools are not. Doomscroll borrows the science behind the social feed and applies it to your vault, so you are motivated to engage with your notes.
Same scroll. Your content.
Clone this repository into your vault's .obsidian/plugins/ directory:
git clone https://github.com/yaroshevych/doomscroll .obsidian/plugins/doomscroll
Navigate to the plugin directory and install dependencies:
cd .obsidian/plugins/doomscroll
npm install
Build the plugin:
npm run build
Enable the plugin in Obsidian settings under Community plugins.
_* for drafts)cover, image, banner)npm run dev # Watch mode for development
npm run build # Production build
MIT