Crisp Annotations

by letschips
5
4
3
2
1
Score: 35/100

Description

The Crisp Annotations plugin adds handwritten style notes and sketch like connectors to highlighted text, so marked passages can look closer to paper margin notes than standard callouts. It lets you place annotations inline or move them into smart, left or right margins, then control arrow style, line style, colours, width, and font choices for a more personal reading view. Notes stay in plain Markdown with a compact annotation syntax, which matters if you want readable files instead of locked formatting. The plugin also includes quick editing from a hotkey, context menu or command palette, plus an outline view that helps you jump between annotated passages and export a summary when needed.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
3
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Crisp Annotations

Adds hand-drawn arrows and handwritten-style notes to inline Markdown highlights in Obsidian.

Features

  • Inline & Margin Layouts: Display handwritten notes near target text or automatically layout them in reading margins.
  • Hand-drawn Arrows & Spirals: Choose from hand-drawn, coiled spiral, wavy, or straight connectors.
  • Quick Annotation: Add or edit annotations via hotkey, context menu, or command palette.
  • Annotation Outline: View all annotations in a dedicated sidebar outline tab and jump to targets.
  • Pure Markdown Storage: Annotations are saved as standard Markdown syntax ==highlight=={ann note="..."}.

Installation

  1. Open Obsidian -> Settings -> Community plugins.
  2. Turn off Safe Mode and search for Crisp Annotations.
  3. Click Install and then Enable.

How to Use

  1. Select a single line of text in editing mode.
  2. Right-click and select Add annotation, or run Crisp Annotations: Add or edit annotation from the command palette.
  3. Fill in the note, choose place direction, color, and whether to keep the mark.
  4. Switch to reading mode to view the rendered hand-drawn annotation.

Developer Policy & Network Disclosure

  • Optional Premium Features & License Activation: Core annotation reading, rendering, and outline features are free to use. Premium visual customization options can be unlocked with an offline/online Crisp Suite license code.
  • Network Requests: When validating a license code, an HTTPS request is sent to https://crisp-license.helloherve-xsn.workers.dev/api/verify-device solely for device count registration. If offline, the plugin falls back to local offline Ed25519 cryptographic verification. No vault note contents or private data are ever sent over the network.

Crisp Annotations (中文说明)

在 Obsidian 中把普通高亮扩展成带手绘箭头的行内标注。编辑模式保留可读、可移植的 Markdown;阅读模式渲染方向、颜色、箭头和手写标签。

安装

  1. 解压 ZIP,得到 crisp-annotations 文件夹。
  2. 把整个文件夹放进仓库的 .obsidian/plugins/ 目录。
  3. 打开 Obsidian → 设置 → 第三方插件,启用 Crisp Annotations

推荐用法

  1. 在编辑模式选择一段单行文字。
  2. 右键并选择 Add annotation,或从命令面板运行 Crisp Annotations: Add or edit annotation
  3. 填写短注释,选择方向、颜色和是否保留高亮。
  4. 切换到阅读模式查看完整效果。

标注弹窗底部会显示当前阅读布局、连接线、线型和字体摘要。布局、连接线和字体属于全局外观,可通过 Appearance 直接进入插件设置;方向、颜色和高亮仍保存在当前这条标注中。打开设置时,尚未提交的注释草稿会保留。

填写后可按 ⌘ Enter(macOS)或 Ctrl Enter(Windows/Linux)直接提交;空注释会在弹窗内提示,不会打断当前编辑。

光标进入已有标注时,再运行同一个命令可编辑。右键菜单会按当前状态显示 Edit annotation、开关目标高亮和 Remove annotation,移除时保留原文字。

如果只想快速写一句话,可运行 Crisp Annotations: Quick annotation:弹出轻量单行输入框,按 Enter 即可完成,并复用最近一次方向、颜色和高亮选择。

大纲与导出

  • 运行 Crisp Annotations: Open annotations outline,可在右侧边栏查看当前文档全部标注。点击一条标注会激活对应正文页签、滚动到原文位置,并短暂高亮提示目标。
  • 运行 Crisp Annotations: Export annotations summary to clipboard,可把当前文档的目标文字、颜色、方向和注释复制为 Markdown 清单。
  • 大纲会跟随当前 Markdown 文档与编辑内容更新;切到大纲本身不会丢失原文上下文。

Markdown 语法

==迁移指南=={ann note="发布前先复核" place=bottom color=amber}

可选字段:

  • place: toptop-rightrightbottom-rightbottombottom-leftlefttop-left
  • color: neutralamberbluegreenredpurplerainbowcustom
  • mark: onoff

手写语法省略字段时,默认是 place=bottom color=neutral mark=on。通过命令新建时使用插件设置中的默认值。

标注字体

在 Obsidian → 设置 → Crisp Annotations → Annotation font 中可以选择:

  • Bundled handwriting:使用插件自带的 Shantell Sans;中文自动回退到系统楷体。
  • Follow body text:跟随当前主题或 Obsidian 设置中的正文字体。
  • Custom font:输入 CSS font-family 值,例如 "LXGW WenKai", cursive。字体需要已安装在当前设备上。

自定义字体为空或无效时会安全回退,不影响正文内容。该设置只控制阅读模式中的手写标签;被标注的文字继续使用文章正文字体,编辑模式徽章继续使用 Obsidian 界面字体。

箭头与自定义颜色

在 Obsidian → 设置 → Crisp Annotations 中可以统一调整所有标注的箭头:

  • Arrow styleHand-drawnStraightCustom curveCoiled spiralWavy lineDouble line。旋转样式会沿连接线绘制连续多圈,并向箭头方向逐渐展开。
  • Arrow lineSolidDashed;虚线只作用于连接线,箭头尖保持清晰。
  • Custom curve:在 -100100 之间调整弯曲方向和幅度,仅在 Custom curve 模式启用。

Custom annotation color 同时提供取色器和 #RRGGBB 输入框。要使用这个色号,可在添加或编辑标注时选择 Custom,也可以把 Default color 设置为 Custom。自定义色会用于箭头、连接线、手写标签和轻量高亮。

Color theme preset 可整体切换 Classic Crisp、Morandi Muted、Kindle Paper 与 Cyberpunk Neon 四套调色板;每条标注保存的是语义颜色名称,之后切换主题无需改写 Markdown。

页边标注

在 Obsidian → 设置 → Crisp Annotations → Annotation layout 中可以选择:

  • Inline:沿用正文附近的行内标注。
  • Smart margins:阅读模式有足够空白时,把标注自动分配到左右页边;带方向的标注优先遵循原方向,其余标注自动均衡。
  • Left margin:尽量统一放到左侧。
  • Right margin:尽量统一放到右侧。

Margin note width 可以在 140–260 px 之间调整页边文字宽度。页边模式会自动避让同侧标注,并用当前箭头样式、实线或虚线以及标注颜色绘制长连接线。

如果窗口、分栏或移动设备没有足够的页边空间,标注会自动退回原有行内布局,不挤压正文。这个设置只影响阅读模式,Markdown 写法和编辑方式不变。

设置页按“新标注默认值 → 阅读布局 → 标注外观 → 连接线 → 编辑模式”分组。只在对应模式下有意义的选项会自动出现,例如页边宽度、自定义字体和自定义曲率。打开 Remember last choice 后,新标注会复用最近一次方向、颜色和高亮状态。

设计边界

  • 标注目标必须是非空、无 == 的单行文本。
  • 编辑模式在光标离开标注后,将元数据折叠成小徽章;光标进入时显示原始 Markdown,便于精确修改。
  • 阅读模式使用真实 DOM 标签,不依赖伪元素承载文字,便于复制与无障碍描述。
  • 手机和平板模式统一把标签放到目标下方,减少横向溢出。
  • 页边模式只在阅读区域具有足够空白时启用,并自动处理同侧标签碰撞。
  • 彩虹色使用平滑、缓慢的线性变化,并遵循系统“减少动态效果”设置。
  • 这是行内标注,不替代语义型脚注。需要出处、引用或长解释时,仍建议使用 Markdown 脚注。

兼容性与隐私

  • 需要 Obsidian 1.8.0 或更高版本,桌面端和移动端均可使用。
  • 插件只处理当前仓库中的 Markdown 与本地设置,不联网、不上传笔记,也不包含遥测。
  • 标注语法保存在 Markdown 中;停用插件后,原始文字与元数据仍然可见、可编辑。

开发检查

npm run check

授权与第三方来源见 LICENSETHIRD_PARTY_NOTICES.mdassets/OFL.txt

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
aDHL
a year ago by tine-schreibt
The Dynamic Highlights Plugin, but with hotkeys, more options and sorting; works well with Highlightr.
Advanced Codeblock
4 years ago by Lijyze
An obsidian plugin that give additional features to code blocks.
Advanced Copy
2 years 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.
Advanced Progress Bars
a year ago by cactuzhead
Obsidian plugin to create custom progress bars
Advanced Slides
3 years ago by MSzturc
Create markdown-based reveal.js presentations in Obsidian
AI Chat as Markdown
2 years ago by Charl P. Botha
Annotate Audio
a year ago by VidE
Annotator
5 years ago by Elias Sundqvist
A plugin for reading and annotating PDFs and EPUBs in obsidian.
Apple Books - Import Highlights
2 years ago by bandantonio
⚡️Fastest Apple Books highlights importer to Obsidian 🗄️ The only one protecting your own reflections across imports 🎨 Fully customizable
Apple Books Highlights
3 years ago by Atif Afzal
Sync your Apple Books highlights in Obsidian
Archivist Importer
5 months ago by Archivist AI
Import selected vault files into Archivist campaigns.
Arweave Uploader
2 years ago by makesimple
Asciidoc Reader
2 years ago by voidgrown
Obsidian plugin for reading AsciiDoc files
Attachments MD Indexer
a year ago by Ian Inkov
Converts Obsidian canvas files to markdown index files, making canvas content searchable and graph-viewable within Obsidian.
Auto Front Matter
3 years ago by conorzhong
Auto Hide
4 years ago by skelato1
This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
Autocorrect Formatter
3 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Automatic Linker
a year ago by Kodai Nakamura
Avatar
3 years ago by froehlichA
An obsidian plugin for displaying an avatar image in front of your notes.
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Blockquote Levels
4 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).
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Budget Planner
9 days ago by kalinichenko88
A minimalist budget planning tool. Create, track, and manage budgets using markdown code blocks directly in your notes. - This plugin has not been manually reviewed by Obsidian staff.
Callout Copy Buttons
a year ago by Aly Thobani
An Obsidian plugin that adds copy buttons to callout blocks in your notes.
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Chat clips
a year ago by sleepingraven
Record chat in ordinary markdown list.
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
Chronos Timeline
2 years ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Cloze
3 years ago by Vikki
A plugin for Obsidian which enables converting highlights, underlines, bolded texts, or any selected texts into clozes.
Confluence to Obsidian
3 years ago by K
import confluence space into obsidian
Console Markdown Plugin
3 years ago by Daniel Ellermann
An Obsidian plugin which renders console commands and their output.
Cooklang
2 years ago by Roger Veciana i Rovira
CookLang Editor
5 years ago by death_au/cooklang
Edit and display Cooklang recipes in Obsidian
Cooksync
2 years ago by Cooksync
This is the official Obsidian plugin for Cooksync, maintained by the Cooksync team. It enables automatic import of recipe data from your Cooksync account. Note that this plugin requires a Cooksync account - a paid service that makes it easy to collect recipes from almost any recipe website.
Copy as HTML
4 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
Copy as LaTeX
5 years ago by mo-seph
Quick plugin to be able to copy/paste from Obsidian/Markdown into a Latex document
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Creases
4 years ago by Liam Cain
👕 Tools for effectively folding markdown sections in Obsidian
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Custom Sidebar Icons
2 years ago by RavenHogWarts
Custom Icons
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Dataview Publisher
2 years ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
Dataview Serializer
2 years 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.
Dirtreeist
4 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
Discord Message Formatter
3 years ago by Emile Durkheim
Obsidian.md plugin that lets you copy Discord conversations and perfectly formats them to Obsidian Markdown!
Docxer
2 years ago by Developer-Mike
🚀 Boost your productivity by previewing and converting Word files easily to markdown.
Emoji Shortcodes
5 years ago by phibr0
Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
Enhanced Annotations
2 years ago by ycnmhd
Enhanced Copy
2 years ago by Mara-Li
A obsidian plugin that allows to copy in markdown in reading view or canvas read-only view, creating profile and transform the text during copy.
Enhancing Mindmap
5 years ago by Mark
obsidian plugin editable mindmap,you can edit mindmap on markdown file
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
ExcaliBrain
4 years ago by Zsolt Viczian
A graph view to navigate your Obsidian vault
Excel to Markdown Table
4 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.
Extended Markdown Syntax
a year ago by Kotaindah55
Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.
Extract Highlights
6 years ago by Alexis Rondeau
Manage your highlights in Obsidian by easily creating, removing and exporting them.
Extract PDF Annotations
4 years ago by Franz Achermann
This is a plugin for https://obsidian.md. It extracts Annotations from PDF Files.
Extract url content
5 years ago by Stephen Solka
Plugin to extract markdown out of urls
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
File Cleaner Redux
3 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
File Include
3 years ago by Till Hoffmann
Filename Emoji Remover
4 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.
Floating Headings
6 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Floating Highlights
3 years ago by Karthik S Raju
This is a plugin for obsidian which highlights a block of text or a word as you scroll down while reading.
Floccus Bookmarks to Markdown
3 years ago by mddevils
Focus and Highlight
4 years ago by BO YI TSAI
A plugin for obsidian to focus and highlight on a specific heading in Reading mode.
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
GH Links Shortener
9 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
GitHub Sync
2 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Global Markdown Encryption
3 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
HamsterBase Official
3 years ago by HamsterBase
Handwriting OCR
a year ago by ikmolbo
Transform handwritten documents and scanned images into editable text with Handwriting OCR's AI-powered handwriting to text conversion.
Hard Breaks
4 years ago by Börge Kiss
↩ A plugin for Obsidian that adds functionality to force hard line breaks
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Hexo Toolkit
2 years ago by Xiangru
An Obsidian plugin for maintaining Hexo posts.
Hide Sidebars on Window Resize
5 years ago by NomarCub, Michael Hanson
A simple Obsidian plugin to hide the sidebars when the window gets narrow.
Highlight Helper
3 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Highlight Public Notes
5 years ago by dennis seidel
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Horizontal Blocks
10 months ago by iCodeAlchemy
Bring Notion-style layouts to Obsidian — with side-by-side, resizable markdown blocks that support full Obsidian syntax including images, embeds, and internal links.
ibook
3 years ago by bingryan
export mac ibook annotations/hightlights to obsidian vault
ii
2 years 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.
Image Captions
4 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.
Image Upload Toolkit
3 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.
Immersive Translate
2 years ago by imfenghuang
Immersive Translate For Obsidian
Import GitHub Readme
2 years ago by Chasebank87
Importer
3 years ago by Obsidian
Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
Ink
2 years ago by Dale de Silva
Inkporter
a year ago by Ayush Kumar Saroj
Inkporter is an Obsidian plugin that digitizes handwritten notes with smart ink isolation, adaptive theming, and seamless import workflows.
Insta TOC
2 years ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Interactive Code Blocks
2 years ago by Student Assistenten Team Deeltaken
Interlinear Glossing
3 years ago by Mijyuoon
An Obsidian plugin for interlinear glosses used in linguistics texts.
Keyboard Formatter
a year ago by Lauloque
Formats keyboard text (kbd) in your Obsidian notes quickly and consistently.
Kindle Highlights
3 years ago by Hady Osman
Sync your Kindle notes and highlights directly into your Obsidian vault
Kindle Highlights Import
a year ago by Leon Luttenberger
Plugin for Obsidian that allows users to import Kindle highlights into their Obsidian vault.
Kobo Highlights Importer
4 years ago by Flavio Cordari
KoReader Highlight Importer
2 years ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Links
3 years ago by MiiKey
manipulate & manage obisidian links
MagicCalendar
3 years ago by Vaccarini Lorenzo
An obsidian plugin that exploit a natural language processing engine to find potential events and sync them with iCalendar
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Markdown Attributes
5 years ago by Jeremy Valentine
Add attributes to elements in Obsidian
Markdown Blogger
3 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.
Markdown Calendar Generator
a year ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Markdown Cleaner
3 months ago by gao-qian-long
This plugin has not been manually reviewed by Obsidian staff. Clean Markdown syntax and automatically convert LaTeX to a compatible format.
Markdown Formatting Assistant
6 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.
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
Markdown Image Caption
3 years ago by Hananoshika Yomaru
Generate image caption easily. Completely markdown-based.
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Markdown prettifier
6 years ago by pelao
A markdown prettifier for obsidian
Markdown table checkboxes
3 years ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
Markdown Tags
2 years 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.
Markdown Timeline
2 years ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Markdown to Jira Converter
4 years ago by muckmuck
An obsidian.md plugin, which provides a markdown to jira markup converter
Markdown to Slack Message
3 years ago by Woongshik Choi
Markdown Tree
3 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.
Marker PDF to MD
2 years ago by L3N0X
Make use of different AI models to convert your pdfs into markdown with perfect ocr, latex formulas, tables, images and more! Supports Mistral AI OCR (free) and self hosted variants!
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
MatchSyntax
a year ago by Eda
An Obsidian plugin that lets you write "regex-like" syntax to search the contents of a note, including part-of-speech tagging and (limited) fuzzy matching.
mdx as md
5 years ago by Nikolay Kozhukharenko
Edit mdx files in Obsidian.md as if they were markdown
Meal Plan
3 years ago by Tyler Mayoff
A meal plan & recipe manager plugin for Obsidian
Media Slider
a year ago by Aditya Amatya
An obsidian plugin that helps to make slider for images, audios, videos, pdfs, markdown, etc in obsidian notes.
Mehrmaid
2 years ago by huterguier
Rendering Obsidian Markdown inside Mermaid diagrams.
Mind Map
6 years ago by James Lynch
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
Mochi Cards Exporter
5 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
Multi-Column Markdown
4 years ago by Cameron Robinson
A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
Multiplatform Highlights Importer
2 years ago by wwwkieran
Import and consolidate highlights from different reading sources. Supports reconciling books across reading sources.
My Bible
2 years ago by GsLogimaker
Your own customization bible in your personal vault!
Note Definitions
2 years ago by Dominic Let
Obsidian plugin for seamless viewing of personal definitions
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
Note Minimap
a year ago by Yair Segel
Add a minimap to your Obsidian notes.
O2
3 years ago by haril song
Converts obsidian markdown syntax to other platforms.
Obsidian Clipper
4 years ago by John Christopher
Obsidian plugin that allows users to clip parts of a website into their obsidian daily note (or new note)
Obsidian GoLinks
4 years ago by David Brownman (@xavdid)
Turn go/links into clickable elements in Obsidian
Obsidian Handlebars Template Plugin
4 years ago by Sean Quinlan
This is a plugin for Obsidian adding support for the Handlebars template engine in Obsidian notes
Obsidian markdown export
4 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
OzanShare Publish
5 years ago by Ozan Tellioglu
This plugin allows you to publish your markdown notes with a single click directly from your Obsidian vault.
Paste Mode
5 years ago by Jacob Levernier
Obsidian Notes plugin for pasting text and blockquotes to the cursor's current level of indentation.
PDF Folder to Markdowns
a year ago by CrisHood
Convert a folder of PDFs into a folder of Markdown files with embedded PDFs. This plugin is useful for users who want to migrate their PDF notes from different apps (e.g., Boox) or organize their reference materials inside Obsidian.
PDF Highlights
6 years ago by Alexis Rondeau
Extract highlights, underlines and annotations from your PDFs into Obsidian
PDF Writer
a year ago by Jobelin Kom
Obsidian plugin To write and fill a PDF
PDF++ Exporter
8 days ago by jldiaz
Exports PDF++ annotations to PDF files. - This plugin has not been manually reviewed by Obsidian staff.
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
Plugins Annotations
2 years ago by Andrea Alberti
Obsidian plugin that allows adding personal comments to each installed plugin.
Pocketbook Cloud Highlight Importer
3 years ago by Lena Brüder
Imports highlights and notes from books stored in the pocketbook cloud to your obsidian vault
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Prettier
2 years ago by GoodbyeNJN
PubScale
3 years ago by piriwata
An obsidian plugin for insert your note into a PlanetScale table
qmd as md
4 years ago by Daniel Borek
A plugin for Obsidian that enables editing and compiling `qmd` Quarto files.
Quadro
2 years 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.
Quarto Exporter
2 years ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Quick Peek Sidebar
a year ago by Bradley Wyatt
Open and close the Obsidian sidebars on hover.
Quiet Outline
4 years ago by the_tree
Improving experience of outline in Obsidian
Quoth
5 years ago by Eric Rykwalder
Rainbow-Colored Sidebar
a year ago by Kevin Woblick
Automatically color your sidebar like a rainbow. No configuration needed. 18 themes included.
Raindrop Highlights
4 years ago by kaiiiz
An Obsidian.md plugin that syncs highlights from Raindrop.
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Readeck Importer
a year ago by Makebit
Import bookmarks from Readeck to Obsidian
ReadItLater
5 years ago by Dominik Pieper
Readwise Community
5 years ago by renehernandez
Sync Readwise highlights into your obsidian vault
Reason
2 years ago by Joshua Pham
Digest your Obsidian notes
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
Recipe Grabber
3 years ago by seethroughdev
Recipe view
3 years ago by lachholden
View your Obsidian notes as interactive recipe cards while you cook.
Recursive Copy
2 years ago by datawitch
Remove HTML Tag
2 years ago by ChenPengyuan
Scan Sketch
3 days ago by Show Wai Yan
Scan, process, and enhance handwritten notes with perspective correction, background removal, and advanced filtering. - This plugin has not been manually reviewed by Obsidian staff.
Scratchpad
a year ago by KVH
An open source Obsidian plugin for quick note-taking and freehand drawing.
ShaahMaat-md
2 years ago by Mihail Kovachev
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Side-Notes
3 days ago by Fried Fishsticks
Adds ability to create sidenotes in Obsidian with incrementing numbers. - This plugin has not been manually reviewed by Obsidian staff.
Sidebar Expand on Hover
5 years ago by Tousif Iqbal Anik (toiq)
This Obsidian plugin expands or collapses the sidebar based on mouse hovering on the ribbons.
Sidebar Highlights
a year ago by trevware
Sidebar Keyboard Navigation
9 days ago by denvolok
Smoothly navigate the native File Explorer using keyboard only (Vim-like). - This plugin has not been manually reviewed by Obsidian staff.
SideNote
8 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
Sidet
8 days ago by Jiao Yingxing
An Obsidian AI chat plugin built to feel smooth, natural, mobile-friendly, and easy to keep using. - This plugin has not been manually reviewed by Obsidian staff.
Simple Columns
a year ago by Josie
An Obsidian plugin that lets you create easily resizable and customizable columns in your notes.
Simple File Info
a year ago by Lukas Capkovic
Simple File Push
2 years ago by Kim Hudaya
Simple file push blog plugin
Simple Mention
4 years ago by der-tobi
Obsidian plugin for mentioning people
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Slackify Note
3 years ago by Jeremy Overman
SlashComplete
8 months ago by Spiderpig86
Notion-style Markdown autocompletion for Obsidian.
Slide Note
3 years ago by Jinyan Xu
Slides Extended
2 years ago by Erin Schnabel (original: MSzturc)
Create markdown-based reveal.js presentations in Obsidian
Slurp
2 years ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
Soomda
3 years ago by Michael Lee
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
Spoilers
2 years ago by Jacobtread
Spoiler blocks for Obsidian
Square
11 days ago by Jiao Yingxing
A lightweight habit tracker for Obsidian with built-in templates, project notes, and overview charts. - This plugin has not been manually reviewed by Obsidian staff.
Strip Internal Links
3 years ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Table Checkbox Renderer
8 months ago by Daniel Aguerrevere
Interactive checkboxes for Markdown tables in Obsidian. Toggle checkboxes in Reading Mode and instantly update your Markdown file. Supports multiple checkboxes per cell and any table layout.
Table Extended
5 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
Table Generator
4 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
Tabsdown
2 days ago by grafanakibana
Create accessible, theme-native tabbed blocks for Markdown-renderable content. - This plugin has not been manually reviewed by Obsidian staff.
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
TikToker
5 months ago by ameyxd
Save TikTok videos as markdown notes with embedded content and metadata extraction.
Timestamp Notes
4 years ago by Julian Grunauer
This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
TODO Highlighter
a year ago by Nuraly Dyussenov
Obsidian Plugin that formats the exact string TODO, so it can be easily seen in your notes.
Tree Modal
3 months ago by krannich
This plugin has not been manually reviewed by Obsidian staff. Open files from the file explorer in a modal preview instead of in the editor.
Tweet to Markdown
5 years ago by kbravh
An Obsidian.md plugin to save tweets as Markdown files.
Vim Yank Highlight
3 years ago by Aleksey Rowan
Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.
Vocabulary Highlighter
3 years ago by eatgrass
Highlight English words according to the frequency with Obsidian
WebDAV Explorer
5 months ago by 蓝星晓夜
WebDAV Explorer: Connect to WebDAV server, preview files directly in web view, and generate links through simple drag-and-drop.
WhatsApp export note
a year ago by JoaoEmanuell
Obsidian plugin to export notes for whatsapp
Window Collapse
5 years ago by Guilherme Quental
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
Yesterday
2 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support