🌠Breaking Changes & Dataview API Upgrades
Multiple windows is now a core feature, allowing for improved dual monitor use of Obsidian. There's also a great new beginner's guide to Dataview.
In The Community
It's moderator
@argentum
's two year anniversary of using Obsidian. Check out her graph in Discord.
Obsidian Updates
The Obsidian team expanded! Based on this Discord message it looks like Liam, long-time moderator and the developer of Calendar and Periodic Notes, is now officially an Obsidian employee.
Insider 0.15.0 is a pretty major update that brings coveted new functionality: the ability to create multiple windows of the same vault. A few months ago
@javalent
wrote a hacky plugin to allow this, but having it in core allows for a lot more neat tricks, like the window title including the active file name. 0.15.0 also merged the account and about tabs, allows for checking for theme updates, cleaner delineation between core and community plugins in the settings tab, and various improvements I'm sure mac users will care about. Note that some of the new features and changes to make this necessary busted a handful of plugins, so make sure you update your plugins and keep a sharper eye out than normal. If you need a rollback guide, here's a quick one in Discord.Insider 0.15.1 was mostly bugfixes, but there's now keyboard navigation for the tag pane, more mac improvements, and vim mode improvements for ghost characters.
Plugin News
Pending (as of Friday morning)
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.
Obsidian Sage by
@Exr0n
 allows for interactive Sage Math in Obsidian with sagecell server, Live Preview, and custom code blocks.Google Calendar and Contacts Lookup by
@ntawileh
 lets users import contact and calendar event information from a Google account.Zotero Bridge by
@MunGell
is another Zotero integration.Obsidian better Internal Link Inserter by
@salmund
 allows users to use the selected word as an alias in link suggestion.Code Block by
@paddan
 converts text into code blocks with automatic language detection.PostgreSQL Obsidian by
@clouedoc
 will upload note metadata to a PostgreSQL database. I'm pretty sure that this means that if you ever wanted to do real mysql-esque queries on your dataview-optimized metadata, you can now. This, along with the SQL Powered Tasks Fork is starting to make me think I should learn more about SQL...Wielder by
@victorb
 lets you run Clojure scripts inside your Obsidian documents, similar to how Templater lets you do JavaScript. Here's the introduction tutorial.
Updates
If you want a comprehensive list of what plugins updated this week, check out this plugin updates index by Ganessh Kumar.
You can now execute arbitrary Dataview queries via the Dataview API (as of 0.5.32). Â Incidentally, dataview development has continuous integration and build costs, so do consider financially supporting
@blacksmithgu
's tremendous work on this plugin.Another Quick Switcher plugin v4.14.0 now has numbers for quicker result selection and added a "hide gutter icons" option.
Obsidian Rewarder allows users to ignore unwanted rewards, add images to rewards, and log all completed tasks to a daily note.
Tasks Plugin 1.8.0 got a dependencies update, so make sure to restart Obsidian after you update (This is a good habit to be in anyway, honestly), a sample vault, and new date abbreviations. Here's a quick reference for Tasks and a discussion about workarounds for OR combinations of filters.
Media DB Plugin - 0.3.0 added bulk importing, the ability to select multiple results at once, and a bugfix.
Obsidian Social (Sekund), which lets users share notes with other people and get comments, now works on mobile.
Smarter Markdown Hotkeys allows you to increase heading levels, toggle readable line length, toggle line numbers, and
toggle Between CASES
.Theme Design Utilities makes it easier to toggle between your installed themes.
Betas
Note: these plugins have not yet been submitted for code review, and are being made available primarily for testing purposes.
Obsidian Translate integrates with 5 different translation APIs to translate text after automatically identifying the text's language. There's also a neat custom view.
The Meta Bind plugin (which I almost typo'd as "mind bend," whups) can create input fields inside notes and bind them to metadata fields.
For Developers
CodeMirror 6.0 is finally stable. That means we’ll be migrating from CM6 v0.19 (aka v6.0-beta) to v6.0 soon. The migration will have some breaking changes, but Licat helpfully put together this migration guide.
Insider 0.15.1 deprecated several Workspace functions whose behavior conflicted with user expectations because sidebar views are able to receive focus. It also added the
.is-focused
class to the window body of the currently focused window.The API reference docs got regenerated based on the latest version of
obsidian.d.ts
The developer of Dataview is looking for someone with CodeMirror experience to help solve inline queries and inline javascript expressions working in live preview (although note: apparently you can make it work in a callout? but it's a bit awkward).
Feature Requests
Wouldn't it be nice if we could have multiple graph view filters and color groupings saved?
Is it possible to scrape an instagram feed to pipe our images into a daily note?
It would be neat if there were a
Link Summaries
pane (like "outgoing links") that leveraged dataview to show notes linked from the current note and instead of just showing the title or context, showed thesummary:: information
orabstract:: information
 or whatever, eh?It would be pretty cool if we could make Obsidian our default app for opening markdown files that aren't in a vault.
Some folks would like timestamp file names anywhere, not just in a specific folder.
Appearance
Obsidian 0.15.0 got some font changes, so make sure to check for theme updates.
Here's a card view css snippet, with more details from the developer in Discord.
Monokai by
@IORoot
 was submitted for review, it's described as being clean and minimal.
Guides
Here's a fantastic beginners guide to dataview - what can go wrong and how to fix it from Denise (Dee) Todd.
Here's a nice explanation of how
@ryadaj
combines meeting notes into a project note and takes advantage of header folding to reduce clutter.Here's a guide to help TTRPG players use Initiative Tracking with Database Folder, which lets you view and edit the entire party from a single table and have any changes you make in the table be instantly reflected in the Initiative Tracker. Here's why Obsidian is the perfect free campaign manager, by the way.
The Life Disciplines Projects system has evolved into the Memory Flow Interface framework intended to help people externalize working memory for mental processing.
@brimwats
shared a method for using an anki deck to memorize icon meanings.Here's how to dictate notes with geolocation metadata with Drafts (iOS only) and then port it into Obsidian for the map plugin to use. This is particularly useful for archaeological and anthropological fieldwork.
Discussions
My article about why I'm happier using themed logs than daily notes went out to financial supporters of the Roundup on Thursday. The first third is available as a public preview, and there's a twitter thread with lots of related discussion you can check out.
Here's a great thread about quick capture workflows (with some discussion from
@zsviczian
and I about how often we honestly just wind up using email inboxes most of the time. Here's a similar thread on Reddit with some more options. Also,@StPag
shared an iOS/macOS shortcut for inputting tasks on Discord, it  works with the tasks plugin.Here was a good discussion about the limitations of using Obsidian for longform academic writing and what alternatives people with different high-level use-cases use for their actual drafting.
Ancillary Tools
Here's a neat tool that lets you link to arbitrary text fragments on a website.
Here's a markdown editor called MarkText that is apparently a FOSS alternative to Typora.