❤️Plugins


Notizen

  • Conflikt?

    • Emoji
      • Obsidian Emoji Autocomplete
      • Emoji Shortcodes
      • Icon Shortcodes
    • Tabellen
      • Excel
  • todo:

    • Self-hosted LiveSync
    • Linter
    • editing toolbar
    • Kanban / CardBoard
    • calendar
    • Tasks
    • Tabs
    • Templater
    • Excalidraw
    • Fantasy Calendars (Calendarium)
    • Note Linker

Template Badge, replace XXX with GitHub project.

![GitHub Release Date](https://img.shields.io/github/release-date/tgrosinger/XXX) [github](https://github.com/XXX)

Obsidian UI

Home tab

A browser-like home default new tab with a search bar and a grid of starred files. You can search any local file in your vault, both Markdown notes and attachments.

hometab

Second Window

Adds the ability to open images in new Obsidian windows

Quickstart
Notes and images can be opened in this way by right-clicking on them or their links, and selecting "Open in New window."


Simple Banner

Visually enhance your Obsidian notes with a customizable banner. Supports icons and time/date display.

ObsidianMinimap

Media Notes

Obsidian plugin that provides best-in-class experience for video note-taking

MediaNotes

Dice Roller

Inline dice rolling for Obsidian. Simply place a code block with your formula in your note (such as dice: XdX) and in preview mode it will be replaced with the result of the dice rolls. The result can then be re-rolled by clicking on it.

Dice Result
1d20 1d20 -> [4] -> 4
2d20 2d20 -> [3, 6] -> 9

Obsidian Extend

Excel

The Obsidian-Excel plugin integrates x-spreadsheet, a feature sheet tool, into Obsidian. You can store and edit xlsx files in your vault.

Excel

Omnisearch

Obsidian plugin that allows user to create a glossary of notes or a MOC from a selected folder.

image

Auto Glossary

A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.

image


Callout Code

Dataview

A data index and query language over Markdown files

dataview games

```dataview
table time-played, length, rating
from "games"
sort rating desc
```

Automatic Table Of Contents

An Obsidian plugin to create a table of contents in a note, that updates itself when the note changes

demo

```table-of-contents
style: nestedList
maxLevel: 0
```

Timeline

We recommend you use the snippet instead for footnotes and node links and use it with other plugins.

Create your own timeline

```timeline
[line-3, body-2]
+ pre</br> 17th century
+ Origins of coffee
+ The modern version of roasted coffee originated in Arabia. During the 13th century, coffee was extremely popular with the Muslim community for its stimulant powers, which proved useful during long prayer sessions. By parching and boiling the coffee beans, rendering them infertile, the Arabs were able to corner the market on coffee crops. In fact, tradition says that not a single coffee plant existed outside of Arabia or Africa until the 1600s, when Baba Budan, an Indian pilgrim, left Mecca with fertile beans fastened to a strap across his abdomen. Baba’s beans resulted in a new and competitive European coffee trade.

+ 17th century
+ Europe and coffee
+ In 1616, the Dutch founded the first European-owned coffee estate in Sri Lanka, then Ceylon, then Java in 1696. The French began growing coffee in the Caribbean, followed by the Spanish in Central America and the Portuguese in Brazil. European coffee houses sprang up in Italy and later France, where they reached a new level of popularity. Now, it is de _rigueur_ for Parisians to indulge in a cup of coffee and a baguette or croissant at the numerous coffee cafes throughout Paris.
```

pre
17th century

Origins of coffee

The modern version of roasted coffee originated in Arabia. During the 13th century, coffee was extremely popular with the Muslim community for its stimulant powers, which proved useful during long prayer sessions. By parching and boiling the coffee beans, rendering them infertile, the Arabs were able to corner the market on coffee crops. In fact, tradition says that not a single coffee plant existed outside of Arabia or Africa until the 1600s, when Baba Budan, an Indian pilgrim, left Mecca with fertile beans fastened to a strap across his abdomen. Baba’s beans resulted in a new and competitive European coffee trade.

17th century

Europe and coffee

In 1616, the Dutch founded the first European-owned coffee estate in Sri Lanka, then Ceylon, then Java in 1696. The French began growing coffee in the Caribbean, followed by the Spanish in Central America and the Portuguese in Brazil. European coffee houses sprang up in Italy and later France, where they reached a new level of popularity. Now, it is de rigueur for Parisians to indulge in a cup of coffee and a baguette or croissant at the numerous coffee cafes throughout Paris.

Color Palette

Create beautiful & functional color palettes that enhance the appearance of your notes.

image

```palette
#333
rgb(125, 255, 255)
rgba(255, 255, 125, 1)
```
#333
RGB(125, 255, 255)
RGBA(255, 255, 125, 1)

Leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
GitHub Release Date github

Leaflet

```leaflet
id: leaflet-map
image: [[Image.jpg]]
height: 500px
lat: 50
long: 50
minZoom: 1
maxZoom: 10
defaultZoom: 5
unit: meters
scale: 1
marker: default, 39.983334, -82.983330, [[Note]]
darkMode: true
```

Custom Frames

An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Command: Custom Frames: Open

```custom-frames
frame: YOUR FRAME'S NAME
```

Thumbnails

Add youtube thumbnails into your obsidian notes

demo

Automatically fetches metadata from a url and makes it as a card-styled link.

demo


Dialogue

Create dialogues in Markdown.

demo

```dialogue
left: Ingmar Bergman
right: Wong Kar-wai

< Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec tristique nunc, et pharetra sem.
< Nunc id auctor lectus, feugiat aliquet sem.

> Lorem ipsum dolor sit amet
> Ut nec efficitur mauris, a lacinia purus. Fusce nisi arcu, sollicitudin eget sodales sit amet, consectetur a lorem. Nam egestas tristique felis, sed suscipit nunc commodo nec.
```
Ingmar Bergman
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec tristique nunc, et pharetra sem.
Nunc id auctor lectus, feugiat aliquet sem.
Wong Kar-wai
Lorem ipsum dolor sit amet
Ut nec efficitur mauris, a lacinia purus. Fusce nisi arcu, sollicitudin eget sodales sit amet, consectetur a lorem. Nam egestas tristique felis, sed suscipit nunc commodo nec.

Callout Manager

An Obsidian plugin that makes creating and configuring callouts easy.

demo

Callout menu

This plugin can be useful for people who use a lot of custom callouts instead of default ones and want to have ability to quickly change callout types from context menu. Now you can chose which callout types will be shown in the menu. Also it adds the ability to easily add or remove callout metadata and "+" or "-" signs for collapsing.

demo

Callout Suggestions

This plugin provides a Suggestion Modal for Callouts similar to what you'll find in Obsidian Natural Language Dates. It is compatible with (and depends on) the excellent Obsidian Callout Manager. Use them together to make callouts easier to use!

Usage
Trigger the auto-complete with >!


Obsidian Files

Recent Notes

Transform how you navigate your notes with this elegant, timeline-based view of your recently edited files. Inspired by Apple Notes, Recent Notes creates a beautifully organized overview that makes tracking and accessing your latest work effortless.

Recent Notes Plugin Screenshot

Recent Files

This plugin displays a list of most recently opened files in the sidebar.
Optionally, exclude certain paths, frontmatter tags, or bookmarked files.

sidebar

Obsidian Trash Explorer

A plugin for Obsidian that makes it possible to list, restore, and delete files in the .trash folder in your Obsidian vault. This is useful if you're having trouble accessing hidden folders, such as on iOS.

Screenshot of the trash explorer view

Novel Word Count

This plugin displays statistics of your choice next to every file, folder, and vault in the File Explorer pane. It updates in real time as you write.

demo

Obsidian Iconize

This obsidian plugin allows you to add any custom icon or from an icon pack to anything you want.

Preview Image

folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Folder notes is a plugin for the note taking app Obsidian that lets you attach notes to folders so that you can click on the name of a folder to open the note like in the app Notion. This plugin has some unique features that separate it from similar "Folder note" plugins like opening folder notes through the path, creating folder notes for every existing folder, templater/template support and more.

Support the development of the plugin


Obsidian Editor

Duplicate Detector

Highlights duplicate lines in the active open note. Hovering over a highlighted line will show a tooltip with the line number where it is duplicated.

Example 1

Obsidian Outliner

Try to create a deeply structured list and move items by pressing the hotkeys described below.

Demo

Advanced Tables

Add improved navigation, formatting, and manipulation to Markdown tables in Obsidian

basic functionality

An Obsidian plugin that adds hover URL previews to external links in your rendered Markdown.

130523291-99b6c6c3-24f4-4729-b9ba-e4df464f0e65.gif

Obsidian Emoji Autocomplete

Emoji Shortcodes Autocomplete for Obsidian

Example 1

Emoji Shortcodes

This Plugin adds Support for Emoji Shortcodes in Obsidian. You can find Emoji Shortcodes here.

Obsidian Emoji Shortcodes

Icon Shortcodes

Obsidian Plugin: Insert emoji and custom icons with shortcodes

demo

Better Word Count

This plugin is the same as the built-in Word Count plugin, except when you select text, it will count the selected word instead of the whole document. I recommend turning off the built-in Word Count because this plugin is designed to replace that. This plugin also has the ability to store statistics about your vault.

Better Count Word

Status Bar Organizer

This plugin enables you to easily reorder elements of the status bar, as well as choose which to hide or show.

example 1

Tidy Footnotes

Tidy your footnotes seamlessly in Obsidian.

Demo

Command: Tidy Footnotes

Footnotes Shortcut

Makes creating footnotes in Obsidian more fun!

Overview

Automatically fetch the titles of pasted links

Overview

Linter

An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.

Overview

Obsidian Links

Rich Foot

Rich Foot is an Obsidian plugin that enhances the footer of your notes by adding backlinks, outlinks, and created/modified dates.

example

See the favicon for a linked website.

Demo

Find files, which are nowhere linked, so they are maybe lost in your vault.

Command: Find orphaned files
The file "Find orphaned files plugin output.md" will be created in your vault root and opened in a new pane.

Code Blocks commands

Provide commands to insert code blocks with markup, and support triggering commands with backticks.

demo

Manuell

Webpage HTML Export

Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity. Demo / docs: docs.obsidianweb.net

Webpage HTML Export

Nexus AI Chat Importer Plugin for Obsidian

The plugin allows you to seamlessly import your AI chat conversations from export files into your Obsidian vault. It organizes your ChatGPT conversations into readable Markdown files, making them easily accessible and searchable within Obsidian. With support for multiple file imports and iOS devices, you can efficiently manage your conversations across all platforms.

DISABLED

Tabs

Generate a tab component using the tab code block.

tabs-2

```tabs
tab: TAB ONE
Content of TAB ONE

tab: TAB TWO
Content of TAB TWO
```
tab: TAB ONE
Content of TAB ONE

tab: TAB TWO
Content of TAB TWO
```****