An update on my two Obsidian plugins — over the past year they’ve grown quite a bit and even changed their names.
The plugin that groups notes by tags used to be called maps-of-content, now it’s Content by Tags (content-by-tags): github.com/elenalomova/Obsidian-content-by-tags. What’s new:
<details>, collapsed by default);Obsidian tag are always pinned as the first two rows, everything else follows the chosen sort order;project/work/client) and the ability to exclude specific tags from the map;If you’re upgrading from the old version: the plugin id changed from maps-of-content to content-by-tags, so Obsidian will treat it as a new plugin — you’ll need to enable it again, and the old maps-of-content folder under .obsidian/plugins/ can be removed.
The second plugin, which used to build a map based on folder structure, was previously called “Vault Map Generator” (vault-map-generator), now it’s Content by Folders (content-by-folders): github.com/elenalomova/Obsidian-content-by-folders. It got a solid upgrade too:
The id changed here too: from vault-map-generator to content-by-folders, so on upgrade you’ll need to enable the plugin again, and the old vault-map-generator folder can be removed.
Both plugins are still installed manually: download main.js and manifest.json from GitHub, put them into .obsidian/plugins/content-by-tags/ and .obsidian/plugins/content-by-folders/ respectively, restart Obsidian, and enable them in Settings → Community Plugins.
Download and follow: github.com/elenalomova
New project: a Pulya Calculator for Preferans, built under the “Leningrad” convention: github.com/elenalomova/pref
It’s a self-contained HTML/CSS/JS widget that calculates the final settlement (the “pulya”) for a game of Preferans — no build step, no external JS libraries, just the two Google Fonts it uses. You drop the whole file’s contents straight into a page. Both language versions are ready to be pasted directly into a T123 block on Tilda, and you can see them live here:
What it does:
The algorithm itself follows Nikolai Rozaliev’s book “Preferans. Bridge”.
Download and follow: github.com/elenalomova
I vibe-coded two plugins for my Obsidian using Claude: one generates a note where all existing notes are grouped by tags, the other generates a note where all notes are grouped by folder structure (similar to a sitemap.xml). You take the files from github and put them in Obsidian \ .obsidian \ plugins, launch Obsidian, enable the plugins in settings, restart Obsidian, and voilà — everything generates and updates automatically ✨
All of this is needed for the Gemini Scribe plugin, connected for free via Google AI Studio (click “Try it in Google AI Studio”): the Gemini Scribe chat works within the context of the currently open note — it reads it, follows the links in it to your other notes, and answers your questions in chat (the depth of traversal is set in the Context Depth field). So the note lists generated through my two plugins help you build a note for processing through Gemini Scribe simply via ctrl+c, ctrl+v.
Next level shit! Download the plugins and follow: github.com/elenalomova