PDF to Markdown Native

by Andres Herle Lang
5
4
3
2
1
Score: 41/100

Description

The PDF to Markdown Native plugin converts text based PDFs in the vault into plain Markdown using Obsidian's PDF engine and Vault APIs, with no external service or network access. It extracts text, detects simple tables and can save tables as editable Markdown, compact SVG or both. Embedded images can be extracted, resized and compressed as WebP, JPEG or PNG, while scanned or image only pages are preserved as compressed page images. A preview covers the PDF, rendered Markdown, source Markdown and output files before saving. Source PDFs can remain in place, move to Obsidian Trash or move to another vault folder, with resolving links updated while aliases stay intact. It does not use OCR or guarantee perfect recovery for complex layouts and never reads or writes outside the vault.

Reviews

No reviews yet.

Stats

0
stars
325
downloads
0
forks
18
days
6
days
18
days
12
total PRs
7
open PRs
0
closed PRs
5
merged PRs
0
total issues
0
open issues
0
closed issues
9
commits

Latest Version

18 days ago

Changelog

What's Changed

Full Changelog: https://github.com/andyherle/obsidian-pdf-to-markdown/compare/0.2.2...0.2.3

README file from

Github

PDF to Markdown Native

Convert PDFs in your Obsidian Vault into clean Markdown without Python, terminal commands, external services, or network access.

The plugin uses Obsidian's own PDF engine and Vault APIs. It is built for Obsidian desktop and mobile.

Features

  • Extract text from text-based PDFs.
  • Detect simple tables and export them as readable Markdown.
  • Optionally export detected tables as compact, minified SVG files.
  • Extract embedded PDF images.
  • Compress images as WebP, JPEG, or PNG.
  • Limit image dimensions and ignore small icons.
  • Preserve scanned or image-only pages as compressed page images.
  • Preview the PDF, rendered Markdown, source Markdown, and output files before saving.
  • Keep the source PDF, move it to Obsidian Trash, or move it to a Vault folder.
  • Update links that resolve to the source PDF while keeping existing aliases.
  • Save plain Markdown with no generated frontmatter.
  • Normalize Markdown tables and remove HTML <br> tags from table cells.

What the plugin does not do

  • It does not use OCR. A scanned PDF has no extractable text unless the PDF already contains a text layer.
  • It does not send files to a server.
  • It does not read or write outside the Vault.
  • It does not permanently delete source PDFs.
  • It does not guarantee perfect layout recovery. PDF files store positioned drawing commands, not document structure. Complex tables and unusual reading orders can need manual cleanup.

Use

  1. Put a PDF inside the Vault.
  2. Right-click the PDF.
  3. Select Convert PDF to Markdown.
  4. Review the preview and output paths.
  5. Select Convert.

You can also open a PDF and run PDF to Markdown Native: Convert current PDF to Markdown from the command palette.

Image compression

The default format is WebP at 82% quality with a maximum edge of 2200 pixels. Change these values in Settings → Community plugins → PDF to Markdown Native. Very large output canvases are limited to 16 megapixels to protect memory on desktop and mobile. When no resize is needed, WebP and PNG encoding reuse the source canvas to avoid a second full-size copy.

If a platform cannot encode WebP, the plugin uses PNG and shows a warning. It never saves non-WebP data with a .webp extension.

Table output

The table setting has three options:

  • Editable Markdown: best for notes and data that you will edit.
  • Compact SVG: best when visual layout is more important. SVG output is minified and scalable.
  • Markdown and SVG: saves both forms.

The SVG option is not .svgz. Standard .svg is more reliable in Obsidian and across mobile platforms. The generated SVG markup is compact and has no embedded scripts, external fonts, or external resources.

Source PDF safety

Source actions run after the Markdown, assets, and link updates are saved.

  • Leave in place does not change the PDF.
  • Move to Trash uses Obsidian's configured Trash behavior.
  • Move to folder uses Obsidian's file manager and stays inside the Vault.

The plugin never calls a permanent delete operation for a source PDF.

Privacy

Conversion is local. The plugin does not make network requests, collect analytics, or store PDF passwords. See PRIVACY.md.

Manual installation

  1. Download main.js, manifest.json, and styles.css from a release.

  2. Create this folder inside your Vault:

    .obsidian/plugins/pdf-native-notes/

  3. Copy the three files into that folder.

  4. Reload Obsidian.

  5. Enable PDF to Markdown Native in Community Plugins.

Upgrade from the old 0.1.x build

Version 0.2.0 is a complete native rewrite of the earlier desktop-only plugin. It keeps the pdf-native-notes plugin ID so existing installations can upgrade. The native runtime ignores old Python and staging files, but those unused files can remain after a manual upgrade.

For a clean one-time upgrade from 0.1.x:

  1. Disable the old plugin.
  2. Remove .obsidian/plugins/pdf-native-notes/.
  3. Create the folder again and copy in the 0.2.0 main.js, manifest.json, and styles.css files.
  4. Reload Obsidian and enable PDF to Markdown Native.

Old settings that do not match the new format are replaced with safe defaults. No Python, setup script, or external staging folder is used.

Development

Requirements:

  • Node.js 20 or newer.
  • npm.

Commands:

npm install
npm run dev
npm test
npm run lint
npm run build
npm run validate

npm run build creates main.js in the repository root. The release files are:

main.js
manifest.json
styles.css

Release

The Git tag must match the version in manifest.json, without a v prefix.

For the native rewrite release:

npm run validate
git tag 0.2.0
git push origin main 0.2.0

For later releases, use npm version patch, npm version minor, or npm version major. The release workflow builds the plugin and uploads the required files to a GitHub release.

Licence

MIT. See LICENSE.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
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.
Mind Map
6 years ago by James Lynch
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
Advanced Slides
4 years ago by MSzturc
Create markdown-based reveal.js presentations in Obsidian
PDF++
3 months ago by ryotaushio
PDF++: the most Obsidian-native PDF annotation & viewing tool ever. Comes with optional Vim keybindings.
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Annotator
5 years ago by Elias Sundqvist
A plugin for reading and annotating PDFs and EPUBs in obsidian.
Pandoc
5 years ago by Oliver Balfour
Pandoc document export plugin for Obsidian (https://obsidian.md)
Obsidian Enhancing Export
4 years ago by YISH
This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
ExcaliBrain
4 years ago by Zsolt Viczian
A graph view to navigate your Obsidian vault
Quiet Outline
4 years ago by the_tree
Improving experience of outline in Obsidian
Text Extractor
4 years ago by Simon Cambier
A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.
Enhancing Mindmap
5 years ago by Mark
obsidian plugin editable mindmap,you can edit mindmap on markdown file
Multi-Column Markdown
5 years ago by Cameron Robinson
A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
Excel to Markdown Table
5 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.
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Emoji Shortcodes
5 years ago by phibr0
Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
ReadItLater
5 years ago by Dominik Pieper
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.
PDF Highlights
6 years ago by Alexis Rondeau
Extract highlights, underlines and annotations from your PDFs into Obsidian
Docxer
2 years ago by Developer-Mike
🚀 Boost your productivity by previewing and converting Word files easily to markdown.
File Cleaner Redux
3 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
Links
3 years ago by MiiKey
manipulate & manage obisidian links
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)
Table Extended
5 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
Better PDF
6 years ago by MSzturc
Goal of this Plugin in to implement a native PDF handling workflow in Obsidian
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
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.
Table Generator
4 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Recipe view
3 years ago by lachholden
View your Obsidian notes as interactive recipe cards while you cook.
Markdown prettifier
6 years ago by pelao
A markdown prettifier for obsidian
Chronos Timeline
2 years ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Copy as HTML
5 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
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)
GitHub Sync
3 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Creases
4 years ago by Liam Cain
👕 Tools for effectively folding markdown sections in Obsidian
Slides Extended
2 years ago by Erin Schnabel (original: MSzturc)
Create markdown-based reveal.js presentations in Obsidian
Mehrmaid
2 years ago by huterguier
Rendering Obsidian Markdown inside Mermaid diagrams.
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Extract url content
5 years ago by Stephen Solka
Plugin to extract markdown out of urls
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!
Slurp
2 years ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
Extract PDF Annotations
4 years ago by Franz Achermann
This is a plugin for https://obsidian.md. It extracts Annotations from PDF Files.
Markdown Attributes
5 years ago by Jeremy Valentine
Add attributes to elements in Obsidian
Simple Columns
a year ago by Josie
An Obsidian plugin that lets you create easily resizable and customizable columns in your notes.
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.
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Marp
4 years ago by JichouP
Plugin to use Marp with Obsidian
Markdown table checkboxes
3 years ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
Fountain Editor
3 months ago by Chuang Caleb
Obsidian plugin for Fountain screenplay syntax formatting.
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.
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
PDF break page
3 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
CookLang Editor
5 years ago by death_au/cooklang
Edit and display Cooklang recipes in Obsidian
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.
Book Reader
15 days ago by EltonLabs
Read EPUB, FB2 and PDF books directly inside Obsidian — a beautiful, distraction-free book reader with text highlighting, notes, and reading progress that syncs into your vault. Works on both desktop and mobile (Windows, macOS, Linux, Android, iOS).
Advanced Progress Bars
a year ago by cactuzhead
Obsidian plugin to create custom progress bars
Automatic Linker
2 years ago by Kodai Nakamura
Tweet to Markdown
5 years ago by kbravh
An Obsidian.md plugin to save tweets as Markdown files.
Awesome Reader
4 years ago by AwesomeDog
Make Obsidian a proper Reader.
Avatar
3 years ago by froehlichA
An obsidian plugin for displaying an avatar image in front of your notes.
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.
Table Checkbox Renderer
9 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.
Slide Note
3 years ago by Jinyan Xu
Paste Mode
5 years ago by Jacob Levernier
Obsidian Notes plugin for pasting text and blockquotes to the cursor's current level of indentation.
Copy as LaTeX
5 years ago by mo-seph
Quick plugin to be able to copy/paste from Obsidian/Markdown into a Latex document
Recipe Grabber
3 years ago by seethroughdev
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.
qmd as md
4 years ago by Daniel Borek
A plugin for Obsidian that enables editing and compiling `qmd` Quarto files.
Horizontal Blocks
a year 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.
Markdown to Jira Converter
4 years ago by muckmuck
An obsidian.md plugin, which provides a markdown to jira markup converter
Insta TOC
2 years ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
My Bible
3 years ago by GsLogimaker
Your own customization bible in your personal vault!
Extended Markdown Syntax
2 years ago by Kotaindah55
Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.
LLM Summary
2 years ago by QSun
wip
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Immersive Translate
2 years ago by imfenghuang
Immersive Translate For Obsidian
Autocorrect Formatter
3 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
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.
OCR Extractor
9 months ago by Johnathan Ritzi
Obsidian plugin to extract text from PDFs, documents, images, etc. and store it as Markdown in notes
Dirtreeist
4 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
mdx as md
5 years ago by Nikolay Kozhukharenko
Edit mdx files in Obsidian.md as if they were markdown
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
Quoth
5 years ago by Eric Rykwalder
Hard Breaks
4 years ago by Börge Kiss
↩ A plugin for Obsidian that adds functionality to force hard line breaks
Floccus Bookmarks to Markdown
3 years ago by mddevils
Confluence to Obsidian
3 years ago by K
import confluence space into obsidian
Yesterday
3 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Quadro
3 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.
Image to text OCR
3 years ago by Dario Baumberger
Convert a image in your note to text.
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.
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.
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!
Console Markdown Plugin
4 years ago by Daniel Ellermann
An Obsidian plugin which renders console commands and their output.
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).
Prettier
2 years ago by GoodbyeNJN
SwiftLaTeX Render
2 years ago by gboyd068
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
Mochi Cards Exporter
6 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
File Include
3 years ago by Till Hoffmann
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.
Side-Notes
a month ago by Fried Fishsticks
Tufte-style sidenotes for Obsidian
Markdown to Slack Message
3 years ago by Woongshik Choi
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.
Auto Front Matter
3 years ago by conorzhong
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
Title As Link Text
2 years ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Global Markdown Encryption
3 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
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.
Spoilers
2 years ago by Jacobtread
Spoiler blocks for Obsidian
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
SlashComplete
9 months ago by Spiderpig86
Notion-style Markdown autocompletion for Obsidian.
Cooklang
3 years ago by Roger Veciana i Rovira
Markdown Timeline
2 years ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Slackify Note
3 years ago by Jeremy Overman
Literate Haskell
4 years ago by James Jensen
An obsidian plugin for integrating .lhc files into your PKM.
Reason
3 years ago by Joshua Pham
Digest your Obsidian notes
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Attachments MD Indexer
2 years ago by Ian Inkov
Converts Obsidian canvas files to markdown index files, making canvas content searchable and graph-viewable within Obsidian.
Callout Copy Buttons
2 years ago by Aly Thobani
An Obsidian plugin that adds copy buttons to callout blocks in your notes.
Markdown Image Caption
3 years ago by Hananoshika Yomaru
Generate image caption easily. Completely markdown-based.
PubScale
3 years ago by piriwata
An obsidian plugin for insert your note into a PlanetScale table
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
rumdl
18 days ago by rvben
Obsidian plugin for markdown linting with rumdl
Note Minimap
a year ago by Yair Segel
Add a minimap to your Obsidian notes.
Task list
3 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Highlight Helper
3 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Strip Internal Links
3 years ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Paperless
2 years ago by Talal Abou Haiba
PDF Paste
2 years ago by Cormac
PDF2Image
2 years ago by RasmusAChr
Archivist Importer
6 months ago by Archivist AI
An Obsidian Plugin to Imort Your Vaults into Archivist
WhatsApp export note
2 years ago by JoaoEmanuell
Obsidian plugin to export notes for whatsapp
Remove HTML Tag
2 years ago by ChenPengyuan
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
AI Chat as Markdown
2 years ago by Charl P. Botha
Quarto Exporter
2 years ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Convert to Markdown
a month ago by notenerd
Convert PDF, Word, PowerPoint, Excel, and image files in your vault into Markdown notes with images and dropped assets listed alongside the output. Process everything fully offline on your machine — no cloud, service, external binary, or API key required; documents parse deterministically while images use local OCR with confidence reporting.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
BibDesk Integration
2 years ago by Andrea Alberti
Integration of Obsidian with bibtex files
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.
downloadPDF
2 years ago by Frieda
Simple File Push
3 years ago by Kim Hudaya
Simple file push blog plugin
Markdown Calendar Generator
a year ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Import GitHub Readme
2 years ago by Chasebank87
Visual Card Writer
a month ago by David Hurt
A visual, card-based Markdown writing interface for Obsidian.
Power Editor
a month ago by Power Plugins
Format any note from a toolbar, selection bubble, or slash menu: WYSIWYG editing, block drag handles, image resizing, dictation, and AI edits, all staying plain Markdown.
Asciidoc Reader
2 years ago by voidgrown
Obsidian plugin for reading AsciiDoc files
Recursive Copy
2 years ago by datawitch
PDF++ Exporter
a month ago by jldiaz
Square
a month ago by Jiao Yingxing
Installable runtime artifacts for Square, a lightweight Obsidian habit tracker.
Tabsdown
a month ago by grafanakibana
Create accessible, theme-native tabbed blocks for Markdown-renderable content 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.
Keyboard Formatter
a year ago by Lauloque
Formats keyboard text (kbd) in your Obsidian notes quickly and consistently.
Chat clips
2 years ago by sleepingraven
Record chat in ordinary markdown list.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
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.
Budget Planner
a month ago by kalinichenko88
A minimalist budget planning tool for Obsidian. Create, track, and manage budgets using markdown code blocks directly in your notes.
Sectionals
11 days ago by Aaron Bell
Remove whole sections of a note in Obsidian without selecting them first
Interactive Code Blocks
2 years ago by Student Assistenten Team Deeltaken
GH Links Shortener
10 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Arweave Uploader
2 years ago by makesimple
HandLayers
19 days ago by [email protected]
Hexo Toolkit
2 years ago by Xiangru
An Obsidian plugin for maintaining Hexo posts.
Simple Editorial
6 days ago by Beppe
A minimal editorial markup plugin for writers using Obsidian.
Markdown Cleaner
4 months ago by gao-qian-long
Obsidian格式化markdown插件