Here's a catalog of my tools, systems, templates and stuff that I use with Obsidian.
It's a system te create notes in a project where you have to create content. It gives overviews of your projects. Everything is described in a dedicated repository : https://github.com/Djyp/obsidian-templater-content-production-machine
There's a type of year view you may need, showing a whole year. See more
My models for Obsidian Web Clipper. All models are tailored for my own needs, of course.
article-clipper.json is pretty basic to capture mot web pages in a format I need.
spotify-clipper.json is the most complicated. There is no way I can capture something on Spotify directly so I managed to get at least the title of an audiobook, podcast or playlist and its URI. It generates a note with a Templater script that uses the API from the Spotify API plugin. Yeah, I know, sounds complicated. But I can get any information from the ressources I need to import to a note. It is not quite finished yet. It still needs to be able to import artists, albums and tracks to be useful to any capture. The workaround with Templater forced me to use the properties manually in the script instead of the clean way to use them in the extension.
youtube-clipper.json is an adapted version for my system. I was inspired by this version
This repository is under the MIT License