Periodic Quotes Widget
pendingby nin0
Show a quote in 'periodic-quote' codeblocks and refresh it (bi)daily.
Periodic Quotes Widget
[!NOTE] Quote data comes from the Quotable API, but that API is never contacted at runtime. The plugin doesn't use the network.
Obsidian plugin to show quotes in periodic-quote codeblocks. They are refreshed daily or bidaily, depending on your settings.
They are never written to the file itself, and instead are dynamically rendered in the codeblock. This also makes the plugin a great fit for home notes and similar.
Usage
Make a code block with the periodic-quote language.
Configuration
You can configure the plugin per-codeblock by writing yaml inside of it:
background: false # Default to false, show a background in the quote block, or hide it to match actual blockquote styling
period: "daily/bidaily" # Default to bidaily, this chooses if the quote is refreshed once or twice a day
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.