KoReader Highlight Importer

by Tahsin Kocaman
5
4
3
2
1
Score: 52/100

Description

Category: Learning & Knowledge Management

The KoReader Highlight Importer plugin enables seamless integration between KoReader and Obsidian by importing highlights and annotations directly into your vault. It scans .sdr directories, parses metadata files, and organizes highlights into Markdown notes with YAML frontmatter for easy reference. Users can customize settings like the mount point, target folder for highlights, and file type filters. With options for scanning and importing, it provides flexibility and automation for managing reading highlights, making it a valuable tool for avid readers and researchers.

Reviews

No reviews yet.

Stats

38
stars
2,383
downloads
4
forks
479
days
16
days
16
days
7
total PRs
0
open PRs
1
closed PRs
6
merged PRs
25
total issues
6
open issues
19
closed issues
4
commits

Latest Version

16 days ago

Changelog

New

  • Added Restore note from backup.
  • You can now restore a highlight note (available for files within your configured highlights folder) from:
    • the file context menu (Restore KOReader backup),
    • the editor menu, or
    • Command Palette (KOReader: Restore note from backup).
  • Added a restore dialog with:
    • backup selection list,
    • content preview,
    • overwrite confirmation.

Improved

  • Backup handling is smarter: duplicate backups are skipped when note content has not changed.
  • Backup matching and cleanup are more reliable, including per-note retention behavior.
  • Import completion messages now mention that backups are available and how to restore them.
  • Template rendering whitespace handling. templateCore now trims leading/trailing render artifacts and skips empty output from conditional/empty variables, which reduces extra blank lines in generated notes while preserving meaningful paragraph breaks.
  • Default template cleanup. templates/default.md was tightened to remove unnecessary blank spacer lines around page/date, highlight, and optional note blocks so output is cleaner out of the box.

Fixed

  • Duplicate highlights on import. Some .sdr metadata files list the same highlights twice: once under the modern annotations table and again under the legacy page-indexed highlight table. The importer now keeps a single copy per highlight (matched by document position), so notes no longer show each quote twice.

Full Changelog: https://github.com/t5k6/obsidian-koreader-highlights/compare/1.4.4...1.4.5

README file from

Github

KOReader Highlights Importer Plugin for Obsidian

release license downloads

This plugin imports highlights and notes from KOReader into Obsidian notes. It scans for .sdr directories, parses Lua metadata files, and saves both highlights and associated notes into Markdown files within Obsidian.

✨ Features

Core Functionality

  • Complete Highlight Import: Bring over all highlights and associated notes from KOReader
  • Duplicate Handling: Intelligent detection and management of duplicate highlights

Customization

  • Flexible Configuration: Set mount points, excluded folders, and allowed file types
  • Frontmatter Control: Choose which metadata fields to include (title, author, pages, etc.)
  • Template System: Customize how highlights are rendered with templating

Metadata & Organization

  • Automatic Metadata Extraction: Captures author, title, description, pages, and keywords
  • Reading Statistics: Optional integration with KOReader's statistics database
  • Structured Output: Highlights organized by chapter and page number

📦 Installation

  1. Open Obsidian and go to Settings → Community plugins
  2. Click Browse and search for "KOReader Highlights Importer"
  3. Click Install, then enable the plugin

Manual Installation

  1. Download the latest release from GitHub
  2. Extract into your vault's plugins folder: [vault]/.obsidian/plugins/koreader-highlights-importer
  3. Restart Obsidian and enable the plugin in Settings

💡 Tip: Find your plugins folder by clicking the 📂 icon next to "Installed plugins" in Community plugins settings.

⚙️ Configuration

Access settings via Settings → Community plugins → KOReader Highlights Importer

Essential Settings

  • KOReader Mount Point: Path where your device is mounted (e.g., /Volumes/KOBOeReader)
  • Highlights Folder: Destination for imported notes (e.g., Reading/Highlights)
  • Excluded Folders: Comma-separated list (e.g., .adds,.kobo)
  • Allowed File Types: Restrict to specific formats (e.g., epub,pdf)

Advanced Options

  • Frontmatter Fields: Select which metadata fields to include
  • Duplicate Checking: Choose between folder-only or full vault checking
  • Debug Level: Adjust logging verbosity for troubleshooting

🚀 Usage

Here's how to use the KOReader Highlights Importer:

  1. Connect your KOReader device to your computer and ensure it's mounted. You should see it as a removable drive or volume.
  2. Open your Obsidian vault.
  3. Trigger the Import Process: You can import highlights in two ways:
    • Using the Command Palette: Press Ctrl/Cmd + P, type "Import KOReader Highlights", and select the command.
    • Using the button in the plugin settings: Click the "Import KOReader Highlights" button in the plugin settings.
  4. (Optional) Scan for Highlights First: If you want to see which files will be processed before importing, you can use the "Scan KOReader Highlights" command. This will generate a list of found .sdr directories in a note named "KOReader SDR Files.md".

🎨 Templating System

Customize your notes by creating your own templates in the folder specified in the settings (default: KOReader/Templates).

  • Conditional Logic: Only show a section if a variable exists. For example, to only show the note section if a note exists: {{#note}}> [!NOTE] {{note}}\n{{/note}}.
  • Automatic Note Formatting: The plugin automatically prefixes each line of a {{note}} with > for blockquote formatting if you don't do it yourself.
  • Variables: Use the following variables in your templates.

✍️ Wiki has a comprehensive guide on the templating engine, including all available variables, conditional blocks, and filters. Learn all about Customizing with Templates

Troubleshooting

  • Error Messages: If you encounter issues, open the Obsidian Developer Console (Ctrl/Cmd + Shift + I on Windows/Linux, Cmd + Option + I on macOS) and check for error messages related to the plugin.
  • Mount Point: Double-check that you've entered the correct mount point for your KOReader device in the plugin settings.
  • Permissions: Ensure that Obsidian has the necessary permissions to access the mounted KOReader device and your specified highlights folder.

Development

  • Install Dependencies with pnpm: pnpm install
  • Building: Use pnpm run build to compile the plugin.
    • Or pnpm run dev if you want to use Obsidian's Developer Tools to debug.
  • Testing: The plugin uses Obsidian's API for file operations and plugin lifecycle management.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
4 years ago by Eric Rykwalder
Binary File Manager
4 years ago by qawatake
An Obsidian plugin to manage binary files
Dynamic Highlights
4 years ago by nothingislost
An experimental Obsidian plugin that highlights all occurrences of the word under the cursor
KOReader Sync
4 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Code Block Labels
4 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Digital Garden
4 years ago by Ole Eskild Steensen
Kobo Highlights Importer
4 years ago by Flavio Cordari
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
Auto Card Link
4 years ago by Nekoshita Yuki
Media DB Plugin
4 years ago by Moritz Jung
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
Advanced Codeblock
4 years ago by Lijyze
An obsidian plugin that give additional features to code blocks.
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
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.
Raindrop Highlights
4 years ago by kaiiiz
An Obsidian.md plugin that syncs highlights from Raindrop.
Simple Mention
4 years ago by der-tobi
Obsidian plugin for mentioning people
Custom File Explorer sorting
4 years ago by SebastianMC
Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
Meta Bind Plugin
4 years ago by Moritz Jung
A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
Onyx Boox Annotation & Highlight Extractor
4 years ago by Akos Balasko
This tool extracts the highlights and the annotations from OnyxBoox Reading Notes txt files, and converts them to linked zettelkasten literature and permanent notes
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Smart Links
3 years ago by David Lynch
SamePage
3 years ago by SamePage
Workona To Obsidian
3 years ago by Holmes555
Plug-in for Obsidian.md which will import Workona json file
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
Apple Books Highlights
3 years ago by Atif Afzal
Sync your Apple Books highlights in Obsidian
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
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.
File Publisher
3 years ago by Devin Sackett
Import/Export TiddlyWiki
3 years ago by Lucas Bordeau
Import/export TiddlyWiki tiddler files with Obsidian
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
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
Google Keep Import
3 years ago by Dale de Silva
Imports Google Keep backup files
April's Automatic Timelines
3 years ago by April Gras
Simple timeline generator plugin for story tellers using obsidian
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
HamsterBase Official
3 years ago by HamsterBase
Importer
3 years ago by Obsidian
Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
Simple RSS
3 years ago by Monnierant
Editor Width Slider
3 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
Style Importer
3 years ago by Josh Rouwhorst
Obsidian.md plugin to import a stylesheet from a URL to the snippets folder.
Notes dater
3 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
Vault 2 Book
3 years ago by Mitra98t
Obsidian plugin to convert vault to a complete pdf with Table Of Content
TinyPNG Image
3 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Bulk Exporter
3 years ago by symunona
Bulk export Markdown filtered, renamed and sorted by front matter metadata into a new structure.
Cloze
3 years ago by Vikki
A plugin for Obsidian which enables converting highlights, underlines, bolded texts, or any selected texts into clozes.
Floccus Bookmarks to Markdown
3 years ago by mddevils
MLIR Syntax Highlight
3 years ago by Lewuathe
Handwritten Notes
3 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
TickTick
3 years ago by Viduy Cheung
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Exercises
3 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Codeblock Template
3 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
No more flickering inline math
3 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
Copy Metadata
3 years ago by wenlzhang
An Obsidian plugin to copy metadata to clipboard and insert it into file name.
Auto Tag
3 years ago by Control Alt
Easily generate relevant tags for your Obsidian notes.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
TreeFocus
3 years ago by iOSonntag
Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Improved Random Note
3 years ago by ShockThunder
Vocabulary Highlighter
2 years ago by eatgrass
Highlight English words according to the frequency with Obsidian
Epub Importer
2 years ago by aoout
Import EPUB files as Markdown.
Barcode Generator
2 years ago by noxonad
A barcode generator for obsidian.
File Index
2 years ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Edit MDX
2 years ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
short tab name
2 years ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
File indicators
2 years ago by Jakob
Add custom indicators to the file explorer.
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Image Classify Paste
2 years ago by tianfx
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Adjacency Matrix Exporter
2 years ago by danielegrazzini
Create a numerical adjacency matrix of your Vault in two ways: Absolute and Normalized
Rendered Block Link Suggestions
2 years ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
Vim Yank Highlight
2 years ago by Aleksey Rowan
Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.
Better Math in Callouts & Blockquotes
2 years ago by Ryota Ushio
An Obsidian plugin to add better Live Preview support for math rendering inside callouts & blockquotes.
Highlight Helper
2 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Git File Explorer
2 years ago by Mateus Molina
Copy Image
2 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Metadata Hider
2 years ago by Benature
Hide metadata property if its value is empty
LaTeX-OCR
2 years ago by Jack Barker
Additional Icons
2 years ago by Matthew Turk
Add additional iconsets to Obsidian
Multi State CheckBox Switcher
2 years ago by KubaMiszcz
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Apple Books - Import Highlights
2 years ago by bandantonio
Import highlights and notes from your Apple Books to Obsidian
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Orgmode (CM6)
2 years ago by Benoit Bazard
Orgmode plugin for Obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
Kindle Highlights Importer
2 years ago by MovingMillennial
Broken Links
2 years ago by ipshing
Quiz Generator
2 years 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.
Metadata Icon
2 years ago by Benature
change metadata entry icon
PDF break page
2 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Enhanced Annotations
2 years ago by ycnmhd
Fight Note
2 years ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
TimeSaver
2 years ago by tommy.li
SystemSculpt AI
2 years ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
ai-writer
2 years ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
Day One Importer
2 years ago by Marc Donald
Easily convert your Day One journals into Obsidian markdown.
Update Time
2 years ago by Sébastien Dubois
Obsidian plugin that updates front matter to include creation and last update times
Focus Tracker
2 years ago by Jeet Sukumaran
Header Counter
2 years ago by Nancy Lee
Memos Sync
2 years 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
2 years ago by Alberto Sesiliano (aygjiay)
Rapid AI
2 years 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.
Medium Importer
2 years ago by David Zachariae
Watched-Metadata
2 years ago by Nail Ahmed
Watches for changes in metadata and updates the note content accordingly.
Page Scroll
2 years ago by triski
Obsidian Page Up|Down|Top|Bottom
Multiplatform Highlights Importer
2 years ago by wwwkieran
Import and consolidate highlights from different reading sources. Supports reconciling books across reading sources.
Import Attachments+
2 years ago by Andrea Alberti
Import attachments by moving them into the vault.
Sidebar Resizer
2 years ago by Jeet Sukumaran
Browser Interface
2 years ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
Image Metadata
2 years ago by alexeiskachykhin
Adds image metadata editing capabilities to Obsidian
Pia viewer
2 years ago by dldisud
Share via Notepad Tab
2 years ago by Iulian Onofrei
Truth Table+
2 years ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Blockreffer
2 years ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
Virus Total Enrichment
2 years ago by ytisf
An Obsidian plugin to enrich a note with VirusTotal API.
Onto Tracker
2 years ago by Jacob Hart
Plugin for obsidian allowing project management with ontologies.
Natural Language Dates
6 years ago by Argentina Ortega Sainz
Work with dates in natural language in Obsidian
Extract Highlights
5 years ago by Alexis Rondeau
Manage your highlights in Obsidian by easily creating, removing and exporting them.
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
PDF Highlights
5 years ago by Alexis Rondeau
Extract highlights, underlines and annotations from your PDFs into Obsidian
File path to URI
5 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
Vault Changelog
5 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Highlight Public Notes
5 years ago by dennis seidel
Readwise Community
5 years ago by renehernandez
Sync Readwise highlights into your obsidian vault
Kindle Highlights
3 years ago by Hady Osman
Sync your Kindle notes and highlights directly into your Obsidian vault
Supercharged Links
5 years ago by mdelobelle
obsidian plugin to add attributes and context menu options to internal links
MetaEdit
5 years ago by Christian B. B. Houmann
MetaEdit for Obsidian
Homepage
5 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Metadata Extractor
5 years ago by kometenstaub
Obsidian Plugin that provides metadata export for use with third-party apps.
Update time on edit
5 years ago by beaussan
Hypothes.is
5 years ago by weichenw
An Obsidian.md plugin that syncs highlights from Hypothesis.
Epiphany
2 years ago by Epiphany
新枝Newledge
2 years ago by 新枝Newledge
The Newledge Obsidian Plugin
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Unearthed (Kindle Sync)
a year ago by CheersCal
Paper Importer
a year ago by Zhe Chen
An Obsidian plugin to facilitate importing papers from arXiv
ExMemo Assistant
a year ago by ExMemo AI
Using LLMs to manage files and generating metadata such as tags and summaries.
Replicate
a year ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Click Hint
a year ago by kbwo
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Frontmatter Markdown Links
a year ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
Boardgame Search
a year ago by Marlon May
A plugin to create notes for boardgames based on the BGG API
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
ShaahMaat-md
a year ago by Mihail Kovachev
Current File Tags
a year ago by Trung Tran
Dataview Autocompletion
a year ago by Daniel Bauer
NetClip
a year ago by Elhary
this plugin is for Obsidian that allows you to browse the web and clip webpages directly into your vault.
Tag Tactician
a year ago by Scott Tomaszewski
Media Companion
a year ago by Nick de Bruin
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
LLM Tagger
a year ago by David Jayatillake
Paste Image Into Property
a year ago by Nito
My Thesaurus
a year ago by Mara-Li
A plugin that auto tags file based on contents and a csv file or a Markdown table (inspired by https://github.com/pmartinolli/MyThesaurus)
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
AI Tagger Universe
a year ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
Note Placeholder
a year ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
URI Converter
a year ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Inline Code Copy
a year ago by Hongchen Lin
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.
Note Favicon
a year ago by mdklab
Obsidian plugin – Show Favicon from Metadata
File Title Updater
a year ago by wenlzhang
An Obsidian plugin that synchronizes titles between filename, frontmatter, and first heading in your notes.
Xiaohongshu Importer
a year ago by bnchiang96
An Obsidian plugin to import Xiaohongshu (小红书) notes into your vault. Extract titles, content, images, videos, and tags from share links, with customizable categories and optional local media downloads.
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Simple File Info
a year ago by Lukas Capkovic
aDHL
a year ago by tine-schreibt
The Dynamic Highlights Plugin, but with hotkeys, more options and sorting; works well with Highlightr.
Another Name
a year ago by Jiyuan Wang
Add a subheading to your note in 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.
GitHub Integration
a year ago by Kirill Zhuravlev
Plugin that fetch your github stars into notes
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.
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Kindle Highlights Import
10 months ago by Leon Luttenberger
Plugin for Obsidian that allows users to import Kindle highlights into their Obsidian vault.
Sidebar Highlights
10 months ago by trevware
Symbol linking
10 months ago by Evan Bonsignori ; Mara-Li
Adds ability to link with any trigger in Obsidian. Each trigger can limit linking to specific folders or file.
Frontmatter Metadata Link Classes
10 months ago by Varvara Zmeeva / zmeeva.io
Enhanced internal links with automatic classnames based on frontmatter metadata.
Discrete
9 months ago by shkarlsson
Papers
8 months ago by William Liang
An obsidian plugin to retrieve and import research papers.
Note Codes
8 months ago by Ezhik
Reference your Obsidian notes from anywhere with simple 4-character codes.
Pretty Properties
7 months ago by Anareaty
Book Clipper
5 months ago by Hossein Fardmohammadi
Save book details from websites into your notes
Conditional Properties
4 months ago by Diego Eis
Automate frontmatter property updates in your Obsidian notes using simple conditional rules.
Frontmatter to HTML Attributes
2 months ago by Tarek Saier
Makes YAML frontmatter available as data-* attributes in HTML, enabling metadata based CSS styling.
Archivist Importer
2 months ago by Archivist AI
Import selected vault files into Archivist campaigns.