Regex Pipeline

by No3371
5
4
3
2
1
Score: 51/100

Description

Category: Coding & Technical Tools

The Regex Pipeline plugin allows users to automate the formatting and transformation of their notes in Obsidian using customizable regex rules. Ideal for organizing content from repetitive sources, it lets you define and manage rulesets to efficiently search, replace, or restructure text. The plugin supports advanced regex features like multi-line replacement, customizable flags, and selective application to highlighted content. With the ability to create and manage rulesets via an intuitive menu or commands, it streamlines text processing for tasks like transforming clipped web content or reformatting large notes, making it a powerful tool for personal knowledge management.

Reviews

No reviews yet.

Stats

92
stars
22,940
downloads
9
forks
1,902
days
1,052
days
1,230
days
4
total PRs
1
open PRs
2
closed PRs
1
merged PRs
27
total issues
3
open issues
24
closed issues
0
commits

Latest Version

3 years ago

Changelog

README file from

Github

Regex Pipeline

(Sharing rulesets in Discussions is welcomed)

Regex Pipeline is an Obsidian plugin that allows users to setup custom regex rules to automatically format notes, this is especially useful in scenerios like building personal knowledge database, because you often clip webpage from same sources.

Usage

Mr. Partan provided a nice writeup about how to use the plugin, I recommend it if you are not familiar with regex or software usage. (September 2021, v1.0.9)

First, enable the plugin, a file named index.txt should be created at .obsidian/regex-rulesets/. Due to how Obsidian protects your disks, you have to specify what ruleset files are there to be read, that's why we need a index file.

Starting from version 1.0.8, you can add rulesets through the + button in the menu, but you still have to go to .obsidian/regex-rulesets/ and modify the files you want to edit/remove, because it's hard to provide good editing experience that rivals common editors like VSCode.

Starting from version 1.1.0, you can apply rulesets via the right-click menu. The available option count can be adjusted in the settings.

Starting from version 1.2.0, quick rulesets (mentioned right above) can be invoked through Obsidian's command system when "Quick Commands" are set to above 0 in the settings.

Writing Rulesets

A ruleset contains one or more rule, the format looks like:

:: Any "SEARCH" becomes "REPLACE"
"SEARCH"->"REPLACE"

✅ These work:

"SEARCH"->"REPLACE"
"SEARCH"
->"REPLACE"
"SEARCH"
->
"REPLACE"
"SEARCH"->
"REPLACE"

❌ These do NOT work (Empty line inbetween not allowed; Nothing except new line is allowed right before and after the ->)

"SEARCH"

->
"REPLACE"
"SEARCH"->

"REPLACE"
"SEARCH"
->

"REPLACE"
Multi-line replacement string:
"SEARCH"->"REP
LACE"
:: Any "SEARCH" becomes "REP
:: LACE"
Regex Flags

By default, gm (multiline) flag is appended to the SEARCH regex, you can overwrite this by providing your own flags, for example, use gmu flag in this way:

"SEARCH"gmu->"REPLACE"

Noted that gm flags are bascially neccessary for this plugin to be useful, you seldom wants to replace only 1 occurances or operate on a note only contains 1 line.

Replace With Nothing
"SEARCH"->""
:: Any "SEARCH" becomes ""

Basically this is how we remove matched content.

Indexing

Rulesets must be saved in .obsidian/regex-rulesets/, and must be included in the index.txt, one file per line. The order of the lines determines the displaying order of the rulesets in the menu.

Applying Rulesets

Press the sidebar button of this plugin to show the rulesets menu, select your ruleset, and it'll be applied.

The menu is available as a command so you can also bind it to a shortcut.

Note: The plugin support applying rules to selection, if anything is selected, only selection is modified!

Examples

NumberToAlphabet .obsidian/regex-rulesets/number-to-alphabet.txt

"1"->"A"
"2"->"B"
"3"->"C"
"4"->"D"
"5"->"E"
"6"->"F"
"7"->"G"
"8"->"H"
"9"->"I"

Table_c2 This ruleset help you transform selected content into a table of 2 columns! Every 2 non-empty line will form a row.

.obsidian/regex-rulesets/Table_c2

"^(.+)$\n\n^(.+)$"->"| $1 | $2 |"

Linebreak with br tag This ruleset replace all newline with <br>.

"^(.+)\s+?\n(?=^.+)"->"$1<br>"

Take a look in samples folder for more examples, including a very complex one like the above gif!

Recommendations

FAQ

My ruleset file doesn't work,The notification says there's 0 replacement, but I'm sure the format is correct.

It's possible that your ruleset file is in non-UTF8 encoding, this happens with some editor applications, please refer to #12.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Add links to current note
6 years ago by MrJackphil
This plugin adds a command which allows to add a link to the current note at the bottom of selected notes
aDHL
a year ago by tine-schreibt
The Dynamic Highlights Plugin, but with hotkeys, more options and sorting; works well with Highlightr.
Adjacency Matrix Maker
5 years ago by SkepticMystic
Creative an interactive adjacency matrix of your Obsidian vault
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
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.
Alias Management
2 years ago by WithMarcel
Identify duplicate notes based on similar aliases and filenames in Obsidian.
Another Sticky Headings
2 years ago by Zhou Hua
Antidote Grammar Checker Integration
3 years ago by Heziode
An Obsidian integration of Antidote, a powerful grammar checker
Apply Patterns
5 years ago by Jacob Levernier
An Obsidian plugin for applying patterns of find and replace in succession.
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Attachment Manager
3 years ago by chenfeicqq
Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
Augmented Canvas
2 years ago by Léopold Szabatura
Supercharge your Obsidian canvas experience with AI features.
Auto Daily Note
a year ago by John Dolittle
Auto Definition Link
2 years ago by Nolan Carpenter
This is a plugin for Obsidian to automatically create links to blocks in your vault
Auto Filename
3 years ago by rcsaquino
Auto Filename is an Obsidian.md plugin that automatically renames files in Obsidian based on the first x characters of the file, saving you time and effort.
Auto Front Matter
3 years ago by conorzhong
Auto Hyperlink
3 years ago by take6
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Auto Replacer
a year ago by Alecell
A live text replacement plugin that applies automatic formatting, corrections, or custom replacements in real-time. Define your own regex-based rules and transformation logic to modify text dynamically as you type.
Auto Template Trigger
3 years ago by Numeroflip
An obsidian.md plugin, to automatically trigger a template on new file creation
Automatic Linker
a year ago by Kodai Nakamura
Automation
2 years ago by Benature
AutoMover
a year ago by Al0cam
Move files and notes with specified names into their designated folders according to rules you define.
Babashka
3 years ago by Filipe Silva
Run Obsidian Clojure(Script) codeblocks in Babashka.
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Blue Star
2 years ago by Wang Guoshi
A plugin for Obsidian that generates Anki flashcards in various ways.
Blueprint
5 months ago by François Vaux
Repeatable templates plugin for Obsidian
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Bulk Rename
4 years ago by Oleg Lustenko
Canvas Mindmap Helper
2 years ago by Tim Smart
Clojure Plugin Host
a year ago by Vladimir "farcaller" Pouzanov
A Clojure plugin host, allowing the creation of simple Clojure-based plugins right inside Obsidian
Codeblock Template
3 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
Content OS
10 months ago by eharris128
Post to LinkedIn from within Obsidian
Copy Local Graph Paths
a year ago by Amy Z
copy-local-graph-paths is a simple Obsidian plugin that copies the paths of notes linked to your current page.
Cron
3 years ago by Callum Loh
Obsidian cron / schedular plugin to schedule automatic execution of commands
Current File
2 years ago by Mark Fowler
An Obsidian plugin to allows external applications to know what file Obsidian is currently viewing
Current View
a year ago by Lucas Ostmann
Automatically set the view mode (Reading, Live Preview, Source) for notes in Obsidian using folder rules, file patterns, or frontmatter.
Custom Selected Word Count
a year ago by banisterious
Custom Selected Word Count for Obsidian
CustomJS
5 years ago by Sam Lewis
An Obsidian plugin to allow users to reuse code blocks across all devices and OSes
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
Daily Notes Automater
a year ago by David Pedrero
Dangerzone Writing
6 years ago by Alexis Rondeau
A plugin that forces you to write for X seconds. If you pause for more than 5 seconds, everything you've written in this note is DELETED.
Day and Night
4 years ago by Kevin Patel
An Obsidian plugin to automatically switch between day and night themes based on a set schedule
Differential ZIP Backup
2 years ago by vorotamoroz
Discord Message Sender
a year ago by okawak
Obsidian Plugin: Send messages from a Discord channel to your Vault
Discord Rich Presence
6 years ago by Luke Leppan
Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.
Discordian Theme
5 years ago by @radekkozak
Discordian plugin for tweaking Discordian theme
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Electron Window Tweaker
5 years ago by mgmeyers
Enhanced Canvas
a year ago by RobertttBS
When editing on Canvas, properties and Markdown links to notes are automatically updated, enabling backlinks in Canvas.
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
EUpload
a year ago by Appleex
Obsidian 插件,专用于上传文件到存储仓库。目前支持 Lskypro(兰空图床),后续有需求会引入其它存储方式,如:Github/Gitee等等。
Execute Code
4 years ago by twibiral
Obsidian Plugin to execute code in a note.
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Fast Image Auto Uploader
2 years ago by Longtao Wu
upload images from your clipboard by gopic
FileName Styler
a year ago by Marc Feininger
An Obsidian plugin to hide, customize, and decorate file names in the sidebar using regex and customizable profiles.
Find and replace in selection
5 years ago by Dmitry Savosh
Obsidian plugin. Find and replace in selection.
Footlinks
6 years ago by Daha
Obsidian plugin that extracts urls from the main text to footer, offering a better reading/editing experience.
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Gitlab Wiki Exporter
2 years ago by Josef Rabmer
Global Search and Replace
3 years ago by Mahmoud Fawzy Khalil
A plugin to do a global search and replace in all your Obsidian vault files.
Gnome Terminal Loader
3 years ago by David Carmichael
Google Calendar Importer
9 months ago by Fan Li
A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.
Handlebars Dynamic Templating
5 months ago by Hide_D
Handlebars dynamic templating. Define template files and use them dynamically via hb blocks. Template recursion is also possible.
Hanko
a year ago by Telehakke
Obsidian plugin.
Hash Pasted Image
2 years ago by Minh Vương
Auto rename pasted images added to the vault via hash algorithm SHA-512
Hide Commands in Menu
a year ago by bomian98
Obsidian Plugin, hide different commands in different menus.
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.
Hotstrings
a year ago by wakywayne
Hugo codeblock highlight
2 years ago by aarol
Highlights lines in code blocks using Hugo's hl_lines syntax
Image to text OCR
2 years ago by Dario Baumberger
Convert a image in your note to text.
ImgBB Uploader
2 years ago by Jordan Handy
An image uploader to imgBB for Obsidian
Immich
2 years ago by Talal Abou Haiba
IMSwitch in Math Block
a year ago by XXM
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.
InlineAI
a year ago by FBarrca
InlineCodeHighlight
3 years ago by Dimava
JavaScript Init
5 years ago by ryanpcmcquen
Run custom JavaScript in Obsidian.
Jura Links
2 years ago by Lukas Collier & Emi Le
Verlinke deine Normangaben, Aktenzeichen oder Fundstellen in deiner Obsidian Notiz mit Gesetzesanbietern.
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
KOI Sync
a year ago by Luke Miller
Last Position
a year ago by saktawdi
Automatically scroll to the last viewed position when opening the markdown document.
Lineage
2 years ago by ycnmhd
Gingko-like interface in obsidian
Link indexer
6 years ago by Yuliya Bagriy
Linkify
4 years ago by Matthew Chan
LinkMagic
2 years ago by AndyReifman
Local Backup
3 years ago by GC Chen
Automatically creates a local backup of the vault.
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
Markdown Media Card
2 years ago by Zhou Hua
Mastodon Threading
a year ago by El Pamplina de Cai
Obsidian plugin to compose and post threads to Mastodon
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Mesh AI
2 years ago by Chasebank87
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Metadata Icon
2 years ago by Benature
change metadata entry icon
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
Mochi Cards Exporter
5 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Move Cursor On Startup
9 months ago by Jared Kelnhofer
Obsidian plugin to move the cursor to the right and back to the left when starting up. Why? To keep DataView expressions from not running on the first load of, say, your Home file.
Movie Search
2 years ago by Gubchik123
Obsidian plugin to help you create movie notes.
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
NeuroVox
2 years ago by Synaptic Labs
Obsidian plugin for transcription and generation
Nexus AI Chat Importer
2 years ago by Superkikim
Note 2 Tag Generator
2 years ago by Augustin
Note Linker
4 years ago by Alexander Weichart
🔗 Automatically link your Obsidian notes.
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
NoteMover shortcut
a year ago by Lars Bücker
Quickly and easily move notes to predefined folders. Perfect for organizing your notes.
NotePix
10 months ago by Ayush Parkara
NotePix automatically uploads images, screenshots from your Obsidian vault to a designated GitHub repository. It then seamlessly replaces the local link with a fast URL, keeping your vault lightweight and portable.
Notes 2 Tweets
2 years ago by Tejas Sharma
Generate and schedule tweets automatically from your notes on Obsidian
Notes dater
3 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
oblogger
3 years ago by loftTech
tag explorer and frontmatter logger plugin for obsidian
One Step Wiki Link
a year ago by Busyo
用于 Obsidian 一步插入当前界面匹配到的所有外链(维基链接)
Open cards in imdone.
5 years ago by saxmanjes
Open cards in imdone from obsidian
Open File by Magic Date
4 years ago by simplgy
Open or Create File
8 months ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Orion Publish
2 years ago by Sean Collings
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
PARA Workflower
2 years ago by KevTheDevX
Helpful commands for starting and working in your vault with the PARA method.
Paste as Embed
2 years ago by Matt Laporte
Obsidian plugin to paste contents of clipboard into a new note, and embed it in the active note.
Personal OS
2 years ago by A.Buot
PF2e Statblocks
2 years ago by Tyler Pixley
Allows Obsidian to render Pathfinder 2e statblocks cleanly, using only Markdown-based syntax.
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Plugin Reloader
2 years ago by Benature
manual reload plugins
Plugin REPL
a year ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian
Prompt ChatGPT
2 years ago by Coduhuey
pycalc
a year ago by pycalc
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.
Random Wikipedia Article
a year ago by SpencerF718
An Obsidian plugin to generate a note of a random Wikipedia article.
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.
Readwise Community
5 years ago by renehernandez
Sync Readwise highlights into your obsidian vault
Regex Line Filter
a year ago by 64MM4-KN1F3
A note filtering plugin for Obsidian
Regex Mark
2 years ago by Mara-Li
Relay
2 years ago by System 3
Multiplayer Mode for Obsidian
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Rsync
a year ago by Ganapathy Raman
An Obsidian plugin to perform sync files between machines using Rsync
Run
3 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
RunJS
3 years ago by eoureo
Let's run JavaScript easily and simply in Obsidian.
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
S3 Image Uploader
3 years ago by jvsteiner
This project implements an image uploader, similar to others offered by the community, with one important difference: you can provide your own s3 based storage, instead of relying on a third party service, such as imgur.
Search on Internet
5 years ago by Emile
Add context menu items in Obsidian to search the internet.
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.
Shell commands
5 years ago by Jarkko Linnanvirta
Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
Show Current File Path
5 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
simple-sketch
2 years ago by Yoh
an Obsidian plugin to create minimal sketches
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
Snippets
6 years ago by Pelao
Snippets Manager
2 years ago by Venkatraman Dhamodaran
Snippets Manager (Text Expander) For Obsidian
Steward
8 months ago by Dang Nguyen
A vault-specific agent equipped with agentic capacity, fast search, flexible commands, vault management, and terminals to "jump" into other CLI agents, such as Claude, Gemini, etc.
Substitutions
2 years ago by BambusControl
Automatic text replacer for Obsidian.md
Suggest Notes
2 years ago by Doggy-Footprint
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Tag Links
2 years ago by Zacchary Dempsey-Plante
A plugin for Obsidian that allows tags to be opened as links using a hotkey.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Tasks Cleaner
a year ago by lowit
🧹 Tasks Cleaner is a plugin for Obsidian that helps you automatically remove old completed tasks from your Markdown notes
Template Filename
a year ago by Callum Alpass
Obsidian plugin for creating notes with templatable filenames
Tencent COS for Imgur
a year ago by bobostudio
🔥 Obsidian 腾讯云 COS 图床插件
Text Expander JS
4 years ago by Jonathan Heard
Obsidian plugin: Type text shortcuts that expand into javascript generated text.
Text Wrapper
3 years ago by smx0
Plugin for Obsidian
tidit
a year ago by codingthings.com
tidit is an Obsidian - https://obsidian.md - plugin that adds timestamps to your document as you type — when you want it, how you want it, where you want it.
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
Timeline Canvas Creator
a year ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Todos sort
2 years ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Tokenz
2 years ago by Ferenc Moricz
Use any kind of short codes in Obsidian! Comes with a map for smileys (:), ;), ...) and one for emojis (:smile:, :wink:, ...).
Track-a-Lot
2 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Update Time
2 years ago by Sébastien Dubois
Obsidian plugin that updates front matter to include creation and last update times
URL Formatter
10 months ago by Thomas Snoeck
Automatically formats specific URLs pasted into Obsidian into clean Markdown links.
Varinote
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to add variables in Templates and set their values during the Note creation.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
Watched-Metadata
2 years ago by Nail Ahmed
Watches for changes in metadata and updates the note content accordingly.
Webhooks
5 years ago by Stephen Solka
Connect obsidian to the internet of things via webhooks
Weekly Review
3 years ago by Brandon Boswell
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Yesterday
2 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Youglish
6 years ago by Noureddine Haouari
Use YouTube to improve your pronunciation. YouGlish plugin gives you fast, unbiased answers about how words is spoken by real people and in context.
YouVersion Linker
3 years ago by Jaanonim
Obsidian plugin that automatically link bible verses to YouVersion bible.
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.