2021-10-23: New Calendar & Code Renders in Edit Mode
iOS guides, more WYSIWYG improvements, & some neat text tabbing & cursor tricks.
In The Community
The community talk by
@phibr0
for creating your own obsidian plugin is now available.The TTRPG panel community talk is now available.
The LYT House talk with
@ryanjamurphy
about making Obsidian an Integrated Thinking Environment is now available.A bunch of Discord accounts got hacked and are spamming scam links. It'd be great if you enabled 2-factor authentication on your accounts.
u/tonystar29
made a keypad with a macro to automatically put mood ratings into Obsidian daily notes. It's really cool.
Obsidian Updates
Plugin News
Remember: You can manually install plugins that aren't in the community list by copying the main.js, manifest.json and (optionally) the styles.css files into {vault}/.obsidian/plugins/{plugin-folder}. It can then be enabled like any other plugin (you may need to refresh the list first). Usually these files can be found at the GitHub repo under Releases. Conversely, you can install the new BRAT plugin and just input the repository's URL. Note, though, that this is not as safe as waiting for them to go through code review. I personally usually wait a week or so to see what the status of a new plugin is unless I really trust the dev.
New
Fantasy Calendar is already one of my favorite plugins — I literally downloaded BRAT so I could automatically get updates for it even before it's gone through code review, it's that good. It was technically made to manage events in fantasy worlds with non-standard calendars, but the Gregorian calendar works great for real life stuff too. It's dynamic, it's beautiful, it's flexible, it's literally better than any fantasy calendar app I've ever used in my life. I've been looking for something like for years and as a bonus it solves two huge problems for me.
The new Pikt plugin adds support for the Pikchr markup language for diagrams in technical documentations. It looks like a more flexible version of mermaid.
You can now tab out of markup.
Another Quick Switcher has a bunch of nice functionality for searching, including backlinks search, emoji support, and more.
Here's a nice daily quote plugin.
You can practice speed reading in Obsidian now.
Vim users will want to check out Vim cursor.
You can now autocomplete HTML tags.
There's a new prompt plugin for giving yourself writing prompts.
You can now directly download Tweets into your vault.
Obsidian now supports chess notes.
Stenography will translate code into plain language.
Here's autocomplete for LaTeX.
You can now archive links in a note to archive.org. This means they'll be available even if the original site goes down or gets removed.
Updates
BRAT got some quality of life improvements.
CodeMirror Options 0.4.2 adds support for rendering HTML and certain code blocks (i.e. dataview) in edit mode.
Advanced Cursors now has support for VS Code style
ctrl + d
which lets users move to the next instance of the current selection and add another cursor at the next instance of the current selection. This is useful for making a bunch of changes at once to thing that are similar.Code Editor Shortcuts v1.2.0 now supports expanding a selection to brackets and quotes.
The Linter plugin has a bunch of new settings added.
Advanced-URI v1.13.0 supports search and replace for daily notes.
The Map View plugin added marker clusters, inline tag support, and collapsible map controls to aid mobile usage.
In QuickAdd v0.4.17, input prompt file name search is now based on file names, rather than file paths. There's also a new WYSIWYG LaTeX formula prompt.
File Tree Alternative v1.5.7 allows users to change the default expand and close icons with the alternatives in the plugin settings. You can also focus in & out with certain folders within Folder Pane (as of v1.5.4)
Excalidraw 1.3.20 got an important performance update but represents a breaking change; once you use the new version, old versions won't be able to open the relevant image.
Betas
Obsidian RSS is in early beta. It's already neat, though. To open up the pane, run
RSS Reader: Open Feed
from the command palette. Here's what the Roundup looks like in an Obsidian RSS reader. The video uses the awesome new Sanctum theme, which includes icons, so you know if the link goes to Github or Discord or whatever — see the Appearance section for more.Here's an easier way to find the URL to a published note from within Obsidian
For Developers
Here's a nice Discord discussion about how to make your theme and plugin screenshots look nice.
If you've defined a style settings config in your plugin's CSS file, you can now notify Style Settings that your plugin has a config that needs to be parsed like so:
this.app.workspace.trigger("parse-style-settings")
Here's notes for releasing plugins with github actions and using standard-version.
obsidian-repos-downloader.py is a python script to download all the published community Plugins and/or Themes to use as a reference.
Feature Requests
Appearance
You can get WYSIWYG mode on mobile with the Style Settings plugin.
Sanctum got an update. It adds a little icon before a link, for example to Discord, so you know where the link goes in preview mode. It also has nice support for asides, graph colors, etc. I'm loving it so far.
ITS got some updates, especially with the icons.
Here's the CSS snippet for adding icons to external links.
The new Slytherin theme styles Minimal into Slytherin colors and adds folder icons, darker icons, bigger headers, and visually distinct headers.
Rose Pine Moon is new and has a nice floral color scheme.
Here's how to add pretty backgrounds to kanban boards.
Ancillary Code
Here's a shortcut for quick capturing notes from an Apple watch using Drafts.
Guides
Here's a playlist of 9 video tutorials covering the basics of Obsidian Mobile for IOS/IPad OS.
Here are some tips on how to adapt to Obsidian if you're used to outliners.
The Life-Disciplines-Projects life-management framework vault had a major overhaul and was updated to v0.2.
Here's how to access hidden .obsidian and plugin folders / directories in your vault on iPhone and iPad using iSH Shell app
Here's a collection of resources for using hypothes.is and Obsidian for annotations.
Discussions
Here's a discussion thread for Obsidian with NaNoWriMo that covers a lot of things relevant to authors.
Here's a reminder that Zettelkasten style notes are not optimized for doing well on exams.
Knowledge Management
Jonathan Miller shared 10 takeaways from the Linking Your Thinking workshop that just wrapped up. It reminded me of how much Nick's philosophy of notetaking has always resonated with me.
Ancillary Tools
Here's a tool meant to create and reorder a Johnny Decimal system
Here's a discussion of Windows file explorer tools that "feel" like Obsidian for navigating files.