avatarNuno Campos

Summary

The provided content is a review of 17 Obsidian plugins, showcasing their features and potential benefits for users of the note-taking application.

Abstract

This week's review of Obsidian plugins introduces a diverse set of tools designed to enhance the note-taking experience within Obsidian. These plugins range from AI integration with the Obsidian Weaver plugin, which interfaces with ChatGPT/GPT-3, to organizational tools like the OZ Calendar Plugin and the File Order Obsidian Plugin, which help users manage their notes more effectively. The review also covers plugins that provide aesthetic and functional customization, such as Obsidian snippets by Zamsyt, which includes CSS snippets for customizing the appearance of notes. Other notable mentions include the Frontmatter Alias Display for better file organization, the Bulk open selected links plugin for efficiency, and the Codeblock Customizer Plugin for enhanced code block presentation. The article emphasizes the practicality and productivity gains offered by these plugins, highlighting features like hands-free note-taking with Obsidian Whisper and the ability to maintain persistent links across notes with the Persistent Links plugin.

Opinions

  • The Obsidian Weaver plugin is praised for its seamless integration with Obsidian's interface and its ability to maintain user privacy by storing conversations in a .bson format.
  • The OZ Calendar Plugin is noted for its utility in viewing notes based on their creation date, which can be set using a YAML key or the filename.

Obsidian Plugins Review — 17

Weekly Obsidian plugins review

This week, in my Obsidian Plugins Review:

  • Obsidian Weaver
  • OZ Calendar Plugin
  • Obsidian snippets by Zamsyt
  • Frontmatter Alias Display
  • Bulk open selected links
  • File Order Obsidian Plugin
  • Obsidian Whisper
  • Select current line Plugin
  • Codeblock Customizer Plugin
  • Short links
  • Persistent Links

Obsidian Weaver

Yet another ChatGPT powered plugin. What makes this plugin different from all the other AI assistants? Weaver integrates very well with Obsidian interface, making you more efficient and more focused on your writing process. Weaver creates a sidebar widget that you use to create new conversations or view past ones. It stores your conversations in a folder of your choice in a .bsonformat, ensuring your data remains private.

Weaver. Image by Nuno Campos

OZ Calendar Plugin

This plugin creates a sidebar calendar widget that allows you to view your notes based on their creation date. You can use a YAML key or the filename to set the date.

OZ Calendar. Image by Nuno Campos

Obsidian snippets by Zamsyt

These are a couple of CSS snippets, not a plugin, but very useful.

Easy multi column notes

Inserts a multi-column layout. Use 2 consecutive horizontal lines to separate columns.

First column

---
---

Second column
Easy multi column notes. Image by Nuno Campos

Indent headings

Idents headings and text under them.

Indent headings. Image by Nuno Campos

Note color scheme

This snippet sets the color scheme light or dark individually on your notes. Just use YAML cssclass: theme-darkor cssclass: theme-light.

Note color scheme. Image by Nuno Campos

Custom page preview

Adds Wikipedia-style notes preview.

Custom page preview. Image by Nuno Campos

Enable dark mode printing

This snippet allows you to export to a dark pdf file when dark mode is enabled.

Force light mode printing

Prints everything, including code blocks, in a light color scheme, even when dark mode is active.

Frontmatter Alias Display

Shows frontmatter aliases below the note name in file explorer. This is very useful, especially for folks using the Zettelkasten system to organize their notes, where their notes get arbitrary titles or IDs.

Frontmatter Alias Display. Image by Nuno Campos

Bulk open selected links

This plugin allows you to open all selected links at once in edit mode, saving time and increasing your productivity and efficiency. Works even better if you assign a hotkey to the plugin command.

Bulk open selected links. Image by Nuno Campos

File Order Obsidian Plugin

This plugin allows you to add prefixes to your folders and notes to reorder them. You can drag and drop to change the order. Just right-click any folder or note to use it and click “Reorder Items”. You can set a minimum prefix length, and select a delimiter and a starting index. When you reorder the items, it will automatically update all your references and links to the affected notes and folders.

File Order Obsidian Plugin. Image by Nuno Campos

Obsidian Whisper: Hands-Free Note-Taking

This plugin records your speech and turns it into written notes, using OpenAI’s Whisper API. Just click the button on the left ribbon to access the recording controls, and then use the buttons Record, Pause, Resume, and Stop to manage your recordings. The recording transcription will be saved in the folder you specify on the plugin’s settings. You can also use this plugin to make transcriptions of videos, like from YouTube, just play the video and record it.

Obsidian Whisper: recording a YouTube video from Danny Hatcher

Select current line

This simple plugin allows you to press a specified key, ESCby default, and it selects the current line, from the beginning to the end.

Select current line. Image by Nuno Campos

Codeblock Customizer Plugin

Further customization for code blocks for both preview and reading modes. It also supports line highlighting using hl: followed by the line numbers. e.g.:

  • comma-separated line numbers: hl:1,3,4,8
  • line ranges: hl:3-7
  • combination of both: hl:1,5,7-9
Line Highlighting example. Image by Nuno Campos

Here are the customization options available:

Codeblock Customizer. Image by Nuno Campos
Codeblock Customizer. Image by Nuno Campos
Codeblock Customizer. Image by Nuno Campos
Default Dark theme. Image by Nuno Campos
Default Light theme. Image by Nuno Campos

Short links

Shorten links to files, notes, heading, or blocks. This plugin includes various configuration options:

Short links. Image by Nuno Campos

Check the below examples before and after Short Links for a note link, heading link and block link.

Without Short links. Image by Nuno Campos
With Short links. Image by Nuno Campos

Persistent Links

Fixes the backlinks to headings or blocks when you move them across notes. Let’s say you have a note X with links to headings of note Y. If you cut and paste that heading to note Z, the link in note X will break. This plugin will automatically fix it. If the heading or block was updated any other way than copy and paste, you can you the command Repair links in fileto fix it.

Persistent Links. Image by Nuno Campos

You can read the previous Obsidian articles here:

Click here to be notified every time I publish a new story 😉.

If you’re not a Medium member yet and wish to support me or get access to all my stories, click here.

Technology
Programming
Productivity
Data Science
Artificial Intelligence
Recommended from ReadMedium