🌠Dashboards, Dataview Tips, & global publish graphs
A new GPT-3 plugin for generating text, support for Microsoft Document Syntax style admonition blocks, and "live preview" inside search panels.
In The Community
I'm going to be joining researcher Bianca Pereira (of Linking Your Thinking) for a Twitter Spaces event about tracking history timelines, i.e. how to take research notes on concepts and ideas that change across time, aren't necessarily bounded by space, and vary by perspective. Stuff like social identity and geopolitical changes can be tricky to classify neatly. Join us Sunday, March 6 at 11am EST.
400+ people on the Obsidian subreddit voted about whether they use folders to organize their vault (not including things like templates, attachments, and plugin stuff). The answer was pretty much "yes."
Obsidian Updates
Publish sites now support viewing the global graph. It can be opened using the button on the top right of the graph, next to the expand button. You can check it out on the Obsidian Hub & contrast with my public notes (which were recently updated).
In addition to the normal bugfixes, Desktop Insider v0.13.27:
Added new "Cycle bullet/checkbox" command that cycles between regular bullet, checkbox, and checked checkbox.
Reduced chance of Obsidian Sync overwriting instead of merging when a rare race condition happens.
Plugin News
New
Note: Not all new plugins are available in the community list yet, as they need to go through code review first. You can manually install plugins that aren't in the community list yet by using the Beta Reviewer's Auto-update Tool. Note, though, that this is not as safe as waiting for them to go through code review.
Creases by
@liamcain
provides tools for efficiently folding markdown sections in Obsidian and has a really fun README; it's worth checking out just for the chance to smile at all the puns.Footnote Shortcut by
@MichaBrugger
lets users insert and write footnotes faster thanks to some fancy automations and hotkeys.Full Calendar 0.5.0 by
@davish
supports one-way sync for any calendar in .ics format, which includes private Google calendars, iCloud calendars, and most public calendars on the web. The plugin now uses Obsidian's CSS variables to accommodate theming. It also works on mobile.Daily notes new tab by
@reorx
adds command and sidebar button to open daily notes in new tab.Text Generator by
@nhaouari
is a handy plugin for Obsidian that helps you generate text content using GPT-3 (OpenAI).Task Planner by
@eoghano4321
is a new task planning plugin.Markdown Table Editor by
@ganesshkumar
provides an editor for Markdown tables. It can open CSV, Microsoft Excel/Google Sheets data as Markdown tables from Obsidian Markdown editor.Key Sequence Shortcut by
@anselmwang
lets users execute commands with short key sequences. For example,tp
for 'Toggle Preview' andtb
for 'Toggle Sidebar'.Kobo Highlights Importer by
@bitwiseops
lets users import highlights from Kobo devices.
Updates
If you want a comprehensive list of what plugins updated this week, check out this plugin updates index by Ganessh Kumar.
The developer of the Excalidraw plugin set up donation tiers; the highest tier will get access to quarterly community meetings on Zoom about the future of the plugin. There's also a new tools panel to make it easier to access Excalidraw commands and scripts on mobile.
Admonitions v7.0.0 has a few breaking changes; it now supports Microsoft Document Syntax instead of Python style. There are also now icon packs, as well as a bunch of pdf-related bugfixes.
Another Quick Switcher v.4.4.0 added a "show aliases on top" option.
The PlantUML diagramming plugin lets users edit .puml files directly and link to notes in them.
0.3.1 of remotely-save allows syncing deletion operations which means users no longer need to manually delete files from all devices.
Betas
Note: these plugins have not yet been submitted for code review, and are being made available primarily for testing purposes.
the Query Control plugin lets you render search results which means checkboxes look "checked" in the search panel instead of being plain text. Since it had a rename (used to be Embedded Query Control) you might need to uninstall the old version and restart first.
For Developers
The developer of a solution for writing in tree structure for long form writing is in Ukraine and looking for help to polish up and publish the plugin. It's almost ready to go, just needs some documentation and maybe a couple of bugfixes. Contact Santi Younger to get involved.
Someone on the forum is looking to sponsor (i.e. pay for) an open source plugin to export the whole vault as a pdf. I will note that I would personally be very grateful if it also supported epub or mobi, if anyone is interested in picking it up. Among other things, it would make it easier to bundle the contents of your vault up and send to tools like BundleIQ (an AI assistant).
As of Desktop Insider v0.13.27:
There is a new deleted event on
MetadataCache
now.DataAdapter.stat
now returns the OSmtime
andctime
for folders.Obsidian’s icon library now supports all icons from lucide, a currently maintained fork of feather-icons with 547 supported icons. No need to import feather-icons anymore.
Feature Requests
It would be neat if Obsidian Publish could "pull down" updates from a github repository like static site generators do, to help make it easier to keep collaborative vaults like the Obsidian Hub up to date without requiring one individual to handle everything. If you have a use-case for this, please add your situation to the replies.
Appearance
Minimal has its own website with detailed documentation. Version 5.1.7 has support for the Charts and Metatable plugins as well as some new style settings.
Primary now has support for alternative checkboxes. There are also new tab header styling options. I use Primary on my iPad and the new checkboxes are really cute!
Willemstad now supports Minimal-style Cards and Image Grids. There are also a bunch of new Style Settings options.
Guides
Here's a new css-based method of creating simple dashboards that leverage horizontal space.
Here's a comprehensive writeup of someone's system for using Obsidian as a project manager.
Here's is an incredibly detailed, flexible, and well-explained guide for transitioning to Obsidian from Roam.
Here is a collection of Chinese-language guides and tutorials for Obsidian.
Here's a nice explanation of how to use daily notes and dataview's task queries.
Episode 20 of Practically Paperless discusses practical uses of the dataview plugin.
The hub has a great new guide for how to debug why Obsidian is running slowly.
Discussions
Here's a discussion about various ways to replicate the Scrivener corkboard view in Obsidian.
Here's one about using Obsidian to manage gardening notes.
Here was a discussion about how Obsidian can be helpful during political crises.
Here's a really insightful discussion about using Obsidian for thematic analysis and what other tools might be better at certain aspects of that.
Here was a nice discussion in Discord about what sorts of things to take notes on in lectures — the main suggestion was to take notes on your reactions to content, not just the content itself.
Knowledge Management
Here's a video that provides an alternative to the fleeting/literature/permanent note paradigm.
Here's an article about information architecture for personal knowledge management that discusses labeling concepts.
Examples
Here are some really beautiful note templates for periodic notes. .
Here's a task management system with a sample vault available for download.
Ancillary Tools
There's a new custom icon for Mac.
The Obsidian To Mkdocs python script for publishing has more options and an updated README.