avatarNuno Campos

Summary

The provided content is a review of 13 Obsidian plugins, including Callout Integrator, HR Code Block, OpenWeather Plugin for Obsidian, and several AI-powered plugins like Gene AI Assistant, ChatGPT-md, Vault Chat, and Obsidian AI Commander Plugin, which enhance the functionality and user experience of the Obsidian note-taking application.

Abstract

This week's Obsidian plugins review covers a range of tools designed to improve the note-taking experience on the Obsidian platform. The review includes the Callout Integrator plugin for better text integration into callouts, the HR Code Block plugin for enhanced code block features, and the OpenWeather Plugin for displaying weather conditions. Additionally, it highlights several new AI-powered plugins such as Gene AI Assistant for note creation and modification, ChatGPT-md for seamless ChatGPT integration, Vault Chat for a personalized AI chatbot within the user's note vault, and Obsidian AI Commander Plugin for generating text and images using OpenAI APIs. These plugins offer users advanced capabilities like collapsible code blocks, weather condition insertion, canvas connection optimization, reading view enhancements, and AI-driven content generation, all aimed at streamlining the process of knowledge management and content creation within Obsidian.

Opinions

  • The author, Nuno Campos, seems to appreciate the functionality and convenience brought by the Callout Integrator plugin, as it simplifies the process of integrating long text blocks into callouts.
  • Positive sentiment is expressed towards the HR Code Block plugin, which is praised for its ability to add various features to code blocks, such as titles, collapsibility, line numbers, and highlighting.
  • The OpenWeather Plugin is noted for its customizable weather strings and the ability to display current weather conditions in the status bar and within notes, which is seen as a valuable feature for users who track daily weather.
  • The AI plugins, particularly Gene AI Assistant, ChatGPT-md, Vault Chat, and Obsidian AI Commander Plugin, are viewed favorably for their potential to assist with note-taking tasks by providing AI-driven content generation and image creation.
  • The Reading View Enhancer plugin is highlighted for improving navigation within the reading view by adding collapse indicators, which is likely to be seen as a user-friendly enhancement by the author.
  • The Optimize Canvas Connections plugin is acknowledged for its utility in decluttering and reorganizing canvas connections, suggesting the author values a clean and organized workspace.
  • The author encourages readers to explore previous Obsidian articles and to become Medium members to support their work, indicating a desire to share knowledge and build a community of engaged readers.

Obsidian Plugins Review — 13

Weekly Obsidian plugins review

This week, in my Obsidian Plugins Review:

  • Callout Integrator
  • HR Code Block
  • OpenWeather Plugin for Obsidian
  • Optimize Canvas Connections
  • Reading View Enhancer plugin for Obsidian
  • Gene AI Assistant
  • ChatGPT-md
  • Vault Chat
  • Obsidian AI Commander Plugin

Callout Integrator

This plugin allows you to select long blocks of text and integrate them into a callout.

Callout Integrator.Image by Nuno Campos

HK Code Block

This plugin enhances the options for code blocks.

Adding a title:

```powershell title:"This is a code block"
write-output "Hello World!"
```
HK Code Block.Image by Nuno Campos

Making it collapsible:

```powershell title:"This is a code block" collapse
write-output "Hello World!"
```
HK Code Block.Image by Nuno Campos

Showing line numbers:

```powershell linenos
write-output "Hello World!"
```
HK Code Block.Image by Nuno Campos

Highlighting lines:

```powershell highlight:"2-5,9"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
write-output "Hello World!"
```
HK Code Block. Image by Nuno Campos

Showing result:

```powershell
write-output "Hello World!"
```
```result
Hello World!
```
HR Code Block. Image by Nuno Campos

You can also show/hide the language indicator with language:true/false, show/hide copy button with copybtn:true/false, and add a prompt with prompt:”$”. You can make all these settings default in the plugin settings.

OpenWeather Plugin for Obsidian

This plugin allows you to display the weather conditions in the statusbar and to insert them in your notes.

OpenWeather: current conditions on statusbar.

You have already 4 template strings available as insert commands in the command paletteto insert in your notes, but you can customize those strings in settings.

OpenWeather: available commands. Image by Nuno Campos
OpenWeather: default template strings. Image by Nuno Campos
OpenWeather settings. Image by Nuno Campos

On the plugin’s GitHub page, you can find a pretty cool way to display the weather on your daily note using this plugin. I’ve adapted it to my Daily Note. It basically inserts today’s weather condition, which remains unchanged. But while you mouse hover it, it will fetch and display the current weather.

My Daily Note. Image by Nuno Campos
<div class="weather_historical_3">%weather3%</div>
<div class="weather_current_4"></div>
<%* app.commands.executeCommandById("obsidian-open-weather:replace-template-string")%>

Get the full code here.

Optimize Canvas Connections

This plugin helps you reorganize your canvas connections moving your cards around. You can optimize the connection preserving axes or use the shortest path. Check it out:

Optimize Canvas Connections. Image by Nuno Campos

Reading View Enhancer plugin for Obsidian

This plugin makes it easier no navigate your notes in the reading view by adding multiple collapse indicators which you can use to navigate using arrow upand arrow down. Use arrow leftand arrow rightto toggle fold/unfold.

Reading View Enhancer. Image by Nuno Campos

AI Plugins

This week we got a bunch of new AI-powered plugins that make use of ChatGPT API.

Gene AI Assistant

Allows you to create, modify and enhance your notes. You’ll have the option to modify, elaborate, summarise, and translate from selected text.

Gene AI Assistant. Image by Nuno Campos

ChatGPT-md

Allows you to chat from any note. You can create chat templates or use one from the repo. You can also use frontmatter to finetune ChatGPT API settings.

ChatGPT-md conversation. Image by Nuno Campos
ChatGPT-md available commands. Image by Nuno Campos

Vault Chat

This plugin creates a chatbot in your vault, so you can ask questions and chat with your virtual assistant.

Vault Chat. Image from Vault Chat GitHub page. Image by Nuno Campos

Obsidian AI Commander Plugin

Generate text or image from prompt, selected lines, current line, and audio transcripts. Use Bing search engine results to generate text. You can also generate text in the context of the attached PDF file, and use PrompPerfect to optimize your prompts.

Available commands:

  • AI Commander: Generate text from prompt
  • AI Commander: Generate image from prompt
  • AI Commander: Generate text from the current line
  • AI Commander: Generate an image from the current line
  • AI Commander: Generate text from the selected text
  • AI Commander: Generate an image from the selected text
  • AI Commander: Generate a transcript from the above audio
  • AI Commander: Generate text from a prompt in the context of the above PDF
  • AI Commander: Generate text from the current line in the context of the above PDF
  • AI Commander: Generate text from the selected text in the context of the above PDF

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
Software Engineering
Data Science
Recommended from ReadMedium