Quoth
by Eric Rykwalder
Score: 50/100
favorite
share
Description
Category: Note Enhancements

The Quoth plugin enhances Obsidian's embedding capabilities, allowing users to embed selected portions of content from other markdown files with precision. Users can specify ranges of text, combine multiple selections, and format the embed as inline or block elements. The plugin supports displaying additional context, such as source authors and titles, for a more informative reference. It also features a convenient copy reference command for generating embeddable code blocks directly from selected content.

Stats
46
stars
6,873
downloads
1
forks
1,186
days
538
days
643
days
1
total PRs
0
open PRs
1
closed PRs
0
merged PRs
20
total issues
8
open issues
12
closed issues
0
commits
Latest Version
2 years ago
Changelog

version 0.7.1

Fixes:

Text selection in preview mode no longer selects too much

README file from

Quoth Plugin

This a plugin for Obsidian
that allows embedding from other markdown files
with greater flexibility than the standard embed syntax.

It allows:

  • Embedding parts of a single block
  • Embedding multiple parts in one "quote"
  • Inlining the embed so it aligns with other content
  • Automatically adding source author and title to the embed

Copying References

The simplest way to use the plugin is to use the copy reference command.
This will take a selection from source mode or preview mode
and copy a qouth code block into your clipboard
that can be pasted in other documents.
The hotkey for this is either Ctrl-Shift-' or Cmd-Shift-' depending on your OS.

Code Blocks

Code blocks can also be constructed manually, and some functionality requires it.
All the fields in the code block can be seen below:

```quoth
path: [[Filename#Heading]]
ranges: "Hello " to "world.", "Foobar" to "Bizzbaz"
join: " -- "
display: inline
show: author, title
```

Fields

path

Syntax: [[filename#subpath]]

subpath syntax:

  • A heading: #Some heading
  • A block id: #^blockid
  • A list item: #-Some list item

Default: None

Description: Required. The path to the content you want to include,
formatted like an obsidian link. Additionally supports specifying a list
item. Multiple headings or multiple list items can be chained in the subpath.

ranges

Syntax: range, range

range syntax:

  • "text" to "text"
  • "whole quote"
  • line:col to line:col
  • after "text"
  • after line:col

Default: None

Description: A subselection of the path you would like to embed.
Multiple ranges are joined by ,.

join

Syntax: "string"

Default: " ... "

Description: How to combine multiple ranges.
This field is only used if there are 2 or more ranges specified.

display

Syntax:

  • embedded
  • inline

Default: embedded

Description: How to display the embed.

show

Syntax: option, option

options:

  • author
  • title

Default: None

Description: Whether to include the source author or title.
Multiple options can be joined with ,.

Deprecated Fields

Line Syntax Description Default
file [[filename]] Deprecated. Use path instead. The filename of a markdown file in internal link syntax. None
heading #heading1#heading2 Deprecated. Use path instead. The parent headings of an embed. These are case sensitive. Multiple can be chained for greater specificity. None
block ^blockid Deprecated. Use path instead. The block id containing the quote. None

Limitations

There are currently some limitations to the current implementation:

  • Copying from preview mode only works if the underlying markdown can be
    reconstructed.
    Things like mathjax are not currently handled.
    You can always copy from source/live mode.
  • The embedded content cannot contain another quoth code block,
    because that could lead to infinite recursion.
  • Rendering relies on an async call to Obsidian's renderMarkdown API,
    so embeds relying on postprocessing (like other embeds) will not work.
  • It is for display only. It cannot do things that would update the
    original source, like checking checkboxes.
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Multi-Column Markdown
3 years ago by Cameron Robinson
A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
Copy as HTML
3 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
Code Block Labels
3 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Excel to Markdown Table
3 years ago by Ganessh Kumar R P
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
Marjdown shortcuts
3 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Digital Garden
3 years ago by Ole Eskild Steensen
Creases
3 years ago by Liam Cain
👕 Tools for effectively folding markdown sections in Obsidian
Obsidian Dynamic Embed
3 years ago by Ivaylo Dimitrov Dabravin
Publish to Steemit
3 years ago by anpigon
Post directly to your Steemit from Obsidian.
Quiet Outline
3 years ago by the_tree
Improving experience of outline in Obsidian
Mkdocs Publisher
3 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Notion-Like Tables
3 years ago by Trey Wallis
Better Obsidian Tables Without The Hassle
Filename Emoji Remover
3 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
ExcaliBrain
3 years ago by Zsolt Viczian
A graph view to navigate your Obsidian vault
Obsidian GoLinks
3 years ago by David Brownman (@xavdid)
Turn go/links into clickable elements in Obsidian
Hard Breaks
3 years ago by Börge Kiss
↩ A plugin for Obsidian that adds functionality to force hard line breaks
Heading Shifter
3 years ago by kasahala
Easily Shift and Change markdown headings.
Blockquote Levels
2 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
Table Generator
2 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
More Markdown file suffix (.mdx/.svx)
2 years ago by swissmation.com
Use markdown files of additional file suffix as .mdx, .svx in Obsidian
qmd as md
2 years ago by Daniel Borek
A plugin for Obsidian that enables editing and compiling `qmd` Quarto files.
Dirtreeist
2 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
Obsidian Handlebars Template Plugin
2 years ago by Sean Quinlan
This is a plugin for Obsidian adding support for the Handlebars template engine in Obsidian notes
Markdown to Jira Converter
2 years ago by muckmuck
An obsidian.md plugin, which provides a markdown to jira markup converter
Smart Links
2 years ago by David Lynch
SamePage
2 years ago by SamePage
Obsidian markdown export
2 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown)
Obsidian Clipper
2 years ago by John Christopher
Obsidian plugin that allows users to clip parts of a website into their obsidian daily note (or new note)
Quote Share
2 years ago by DuocNV
Generate beautifull image from Obsidian.
Image Captions
2 years ago by Alan Grainger
Add captions to images with inline Markdown and link support. The caption format is compatible with the CommonMark spec and other Markdown applications.
Console Markdown Plugin
2 years ago by Daniel Ellermann
An Obsidian plugin which renders console commands and their output.
Advanced Slides
2 years ago by MSzturc
Create markdown-based reveal.js presentations in Obsidian
Marp
2 years ago by JichouP
Plugin to use Marp with Obsidian
O2
2 years ago by haril song
Converts obsidian markdown syntax to other platforms.
Obsidian-compatible Watcher for ActivityWatch
2 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
ChatGPT MD
2 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
File Publisher
2 years ago by Devin Sackett
Image Upload Toolkit
2 years ago by Addo Zhang
An obsidian plugin for uploading local images embedded in markdown to remote store and export markdown for publishing to static site.
Avatar
2 years ago by froehlichA
An obsidian plugin for displaying an avatar image in front of your notes.
Links
2 years ago by MiiKey
manipulate & manage obisidian links
PubScale
2 years ago by piriwata
An obsidian plugin for insert your note into a PlanetScale table
Confluence to Obsidian
2 years ago by K
import confluence space into obsidian
File Include
2 years ago by Till Hoffmann
Markdown Link Space Encoder
2 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Markdown Blogger
2 years ago by Alexa Fazio
Allows developers to push markdown notes to their local blog, portfolio, or static site. Works with Astro.js, Next.js, and any other framework configured to render markdown pages.
Simple RSS
2 years ago by Monnierant
Editor Width Slider
2 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
Markdown Tree
2 years ago by carvah
Introducing a powerful plugin that revolutionizes directory tree creation. With its intuitive Markdown-inspired coding style, this plugin empowers users to effortlessly and swiftly construct intricate directory trees.
Auto Front Matter
2 years ago by conorzhong
Air Quotes
2 years ago by Alan Grainger
Plugin for Obsidian. Search and insert quotes from a source text as you type. This is great for reading a physical book or eReader while taking notes on a separate laptop or phone.
Vault 2 Book
2 years ago by Mitra98t
TinyPNG Image
2 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
CSS Editor
2 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Markdown Sync Scroll
2 years ago by ProjectXero
Synchronize scroll in linked Markdown views.
Markdown to Slack Message
2 years ago by Woongshik Choi
Postfix
2 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Floccus Bookmarks to Markdown
2 years ago by mddevils
MLIR Syntax Highlight
2 years ago by Lewuathe
Handwritten Notes
2 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Flashcard Generator
2 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
TickTick
2 years ago by Viduy Cheung
Sheets Extended
2 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Nifty Links
2 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Exercises
2 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Codeblock Template
2 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
Pickly PageBlend
2 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
No more flickering inline math
2 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
TODO Wrangler
a year ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Markdown table checkboxes
a year ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
MagicCalendar
a year ago by Vaccarini Lorenzo
An obsidian plugin that exploit a natural language processing engine to find potential events and sync them with iCalendar
Discord Message Formatter
a year ago by Emile Durkheim
Obsidian.md plugin that lets you copy Discord conversations and perfectly formats them to Obsidian Markdown!
Frontmatter generator
a year ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Improved Random Note
a year ago by ShockThunder
Markdown Image Caption
a year ago by Hananoshika Yomaru
Generate image caption easily. Completely markdown-based.
Global Markdown Encryption
a year ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
Slackify Note
a year ago by Jeremy Overman
Epub Importer
a year ago by aoout
Import EPUB files as Markdown.
Barcode Generator
a year ago by noxonad
A barcode generator for obsidian.
File Index
a year ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
File Cleaner Redux
a year ago by husjon
A plugin for Obsidian to help clean up files in your vault
Edit MDX
a year ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
short tab name
a year ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
Paste Link
a year ago by Jose Elias Alvarez
Intelligently paste Markdown links in Obsidian.
File indicators
a year ago by Jakob
Add custom indicators to the file explorer.
Sort Frontmatter
a year ago by Kanzi
Sort frontmatter automatically
Image Classify Paste
a year ago by tianfx
Feeds
a year ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Random Number Generator
a year ago by iRewiewer
Gives you a random number
Adjacency Matrix Exporter
a year ago by danielegrazzini
Create a numerical adjacency matrix of your Vault in two ways: Absolute and Normalized
Formatto
a year ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Rendered Block Link Suggestions
a year ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
Autocorrect Formatter
a year ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Better Math in Callouts & Blockquotes
a year ago by Ryota Ushio
An Obsidian plugin to add better Live Preview support for math rendering inside callouts & blockquotes.
Highlight Helper
a year ago by Chongmyung Park
Helper to collect highlight in Obsidian
Strip Internal Links
a year ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Git File Explorer
a year ago by Mateus Molina
Copy Image
a year ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Metadata Hider
a year ago by Benature
Hide metadata property if its value is empty
LaTeX-OCR
a year ago by Jack Barker
Multi State CheckBox Switcher
a year ago by KubaMiszcz
Single File Daily Notes
a year ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
RSS Copyist
a year ago by aoout
Get the RSS articles as notes.
Orgmode (CM6)
a year ago by Benoit Bazard
Orgmode plugin for Obsidian
Reason
a year ago by Joshua Pham
Digest your Obsidian notes
Outline++
a year ago by Ryota Ushio
My Bible
a year ago by GsLogimaker
Your own customization bible in your personal vault!
Task list
a year ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Smart Second Brain
a year ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
GitHub Sync
a year ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Kindle Highlights Importer
a year ago by MovingMillennial
Broken Links
a year ago by ipshing
Simple File Push
a year ago by Kim Hudaya
Simple file push blog plugin
PDF++
a year ago by Ryota Ushio
PDF++: the most Obsidian-native PDF annotation & viewing tool ever. Comes with optional Vim keybindings.
Quiz Generator
a year ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
PDF break page
a year ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Quadro
a year ago by Chris Grieser (aka pseudometa)
Obsidian Plugin for social-scientific Qualitative Data Analysis (QDA). An open alternative to MAXQDA and atlas.ti, using Markdown to store data and research codes.
Yesterday
a year ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Fight Note
a year ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Mehrmaid
a year ago by huterguier
Slurp
a year ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
Update Time Updater
a year ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
Enhanced Copy
a year ago by Mara-Li
A obsidian plugin that allows to copy in markdown in reading view or canvas read-only view
Slides Extended
a year ago by Erin Schnabel (original: MSzturc)
Create markdown-based reveal.js presentations in Obsidian
SystemSculpt AI
a year ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
ai-writer
a year ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
Smart Gantt
10 months ago by Nhan Nguyen
Focus Tracker
10 months ago by Jeet Sukumaran
Header Counter
10 months ago by Nancy Lee
ii
10 months ago by Wilson
The main feature of this plugin is to quickly insert common Markdown code and HTML code, including Sup, Sub, Audio, Video, Iframe, Left-Center-Right Alignment, Variables, Footnotes, Callout, Anchor Points, HTML Comments and so on.
Memos Sync
10 months ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Link to Verse
10 months ago by Alberto Sesiliano (aygjiay)
Docxer
10 months ago by Developer-Mike
🚀 Boost your productivity by previewing and converting Word files easily to markdown.
Rapid AI
10 months ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Prettier
10 months ago by GoodbyeNJN
Sheet Plus
9 months ago by ljcoder
obsidian spreadsheets solutions
Interactive Code Blocks
9 months ago by Student Assistenten Team Deeltaken
Spoilers
9 months ago by Jacobtread
Spoiler blocks for Obsidian
Asciidoc Reader
9 months ago by voidgrown
Obsidian plugin for reading AsciiDoc files
Page Scroll
9 months ago by triski
Obsidian Page Up|Down|Top|Bottom
Dataview Serializer
9 months ago by Sébastien Dubois
Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph.
Dataview Publisher
9 months ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
AI Chat as Markdown
9 months ago by Charl P. Botha
Sidebar Resizer
9 months ago by Jeet Sukumaran
Better Markdown Links
9 months ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Browser Interface
9 months ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
Pia viewer
9 months ago by dldisud
Note Linker with Previewer
8 months ago by Nick Allison
Obsidian Plugin to find and Link notes
Share via Notepad Tab
8 months ago by Iulian Onofrei
Marker PDF to MD
8 months ago by L3N0X
Configure a marker api endpoint and use it to convert your pdfs into markdowns with best ocr, embedded tables, images and every other benefit of marker!
Truth Table+
8 months ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Recursive Copy
7 months ago by datawitch
Blockreffer
7 months ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
Import GitHub Readme
7 months ago by Chasebank87
Natural Language Dates
4 years ago by Argentina Ortega Sainz
Work with dates in natural language in Obsidian
Markdown prettifier
4 years ago by pelao
A markdown prettifier for obsidian
Dangling links
4 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
Mind Map
4 years ago by James Lynch
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
File path to URI
4 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
Markdown Formatting Assistant
4 years ago by Reocin
This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
Mochi Cards Exporter
4 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
Vault Changelog
4 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Extract url content
4 years ago by Stephen Solka
Plugin to extract markdown out of urls
Table Extended
4 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
mdx as md
4 years ago by Nikolay Kozhukharenko
Edit mdx files in Obsidian.md as if they were markdown
Kanban
4 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Markdown Furigana
4 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
Enhancing Mindmap
4 years ago by Mark
obsidian plugin editable mindmap,you can edit mindmap on markdown file
Paste Mode
4 years ago by Jacob Levernier
Obsidian Notes plugin for pasting text and blockquotes to the cursor's current level of indentation.
Homepage
4 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Markdown Attributes
4 years ago by Jeremy Valentine
Add attributes to elements in Obsidian
Linter
4 years ago by Victor Tao
An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
Emoji Shortcodes
4 years ago by phibr0
Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
ReadItLater
4 years ago by Dominik Pieper
OzanShare Publish
4 years ago by Ozan Tellioglu
This plugin allows you to publish your markdown notes with a single click directly from your Obsidian vault.
Link Headers Directly
3 years ago by Signynt
When a header is linked, preview mode will show only the header, and not the note name
Quote of the Day
3 years ago by Florin Bobis
An Obsidian plugin to insert random quotes as Markdown.
Tweet to Markdown
3 years ago by kbravh
An Obsidian.md plugin to save tweets as Markdown files.
Image Caption
3 years ago by bicarlsen
Add captions to images in Obsidian.
Copy as LaTeX
3 years ago by mo-seph
Quick plugin to be able to copy/paste from Obsidian/Markdown into a Latex document
CardBoard
3 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Epiphany
6 months ago by Epiphany
Remove HTML Tag
6 months ago by ChenPengyuan
Immersive Translate
6 months ago by imfenghuang
Immersive Translate For Obsidian
Quarto Exporter
5 months ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Copy Section
5 months ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Advanced Copy
5 months ago by leschuster
An Obsidian plugin to copy Markdown and transform it into HTML, Anki, or any custom format. Create custom profiles with versatile templates tailored to your workflow.
Arweave Uploader
5 months ago by makesimple
Hexo Toolkit
5 months ago by Xiangru
An Obsidian plugin for maintaining Hexo posts.
Markdown Timeline
5 months ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Markdown Tags
4 months ago by John Smith III
Enhance your Markdown documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.
Insta TOC
4 months ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Simple Todo
4 months ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Friday
4 months ago by sunwei
Turn notes to website, in minutes. MDFriday plugin for Obsidian.
Chronos Timeline
4 months ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Embed 3D
4 months ago by Jesse Strijker
Replicate
3 months ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Click Hint
3 months ago by kbwo
BuJo Bullets
3 months ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Dynamic Outline
3 months ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
KoReader Highlight Importer
3 months ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
ShaahMaat-md
2 months ago by Mihail Kovachev
WhatsApp export note
2 months ago by JoaoEmanuell
Obsidian plugin to export notes for whatsapp
Callout Copy Buttons
2 months ago by Aly Thobani
An Obsidian plugin that adds copy buttons to callout blocks in your notes.
External File Linker
2 months ago by Kay606
Attachments MD Indexer
a month ago by Ian Inkov
Converts Obsidian canvas files to markdown index files, making canvas content searchable and graph-viewable within Obsidian.
Automatic Linker
a month ago by Kodai Nakamura
Extended File Support
a month ago by Nick de Bruin
Adds opening and embedding support for various filetypes to Obsidian
Extended Markdown Syntax
a month ago by Kotaindah55
Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.
Title As Link Text
a month ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Chat clips
a month ago by sleepingraven
Record chat in ordinary markdown list.
Note Placeholder
20 days ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
URI Converter
20 days ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Inline Code Copy
20 days ago by Hongchen Lin
Student Repo
20 days ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Advanced Progress Bars
9 days ago by cactuzhead
Obsidian plugin to create custom progress bars
Docusaurus Style Admonitions
3 days ago by Ralf Weinbrecher
Gives Obsidian a Docusaurus compatible Admonitions syntax
Markitdown File Converter
3 days ago by Ethan Troy