Codeblock Template

by Super10
5
4
3
2
1
Score: 39/100

Description

Category: Coding & Technical Tools

The Codeblock Template plugin allows users to reuse the content of code blocks across multiple notes in Obsidian. It supports dynamic variables that can be interpolated into templates, enabling flexible customization. The plugin offers features like batch anonymous variables, array looping for repetitive content, and intuitive auto-completion when inserting templates. Templates are stored in a specified directory and can include placeholders for easy reuse. This plugin enhances efficiency by enabling centralized template management, making it ideal for users who frequently replicate structured code or note patterns.

Reviews

No reviews yet.

Stats

16
stars
3,427
downloads
3
forks
1,017
days
971
days
1,113
days
1
total PRs
1
open PRs
0
closed PRs
0
merged PRs
2
total issues
0
open issues
2
closed issues
0
commits

Latest Version

3 years ago

Changelog

  • 添加了pack-view输入提示功能
  • Added pack-view input prompt function

README file from

Github

Obsidian-Codeblock-Template

简体中文|English

一个可以把 Code Block 的内容在任何笔记中重复利用Obsidian模板插件!

  • 模板变量:可根据传入的变量改变模板内容。 —— 2023年6月3日
  • 批量匿名变量:可传入以,分隔的多个值,避免为过多变量取名。(类似CSV语法) —— 2023年6月4日
  • array循环变量:值为[1,2,3,4]的array类型,可循环显示该行的内容。 —— 2023年6月12日
  • 输入提示:在需要插入模板的地方输入...```pack-view,按下空格就可以自动补全完整的模板。 —— 2023年6月14日

安装

目前这个插件还没上传到 Obsidian 插件库,还需要手动安装。

  1. 通过右方 release latest 下载main.jsmanifest.json
  2. 在你的插件目录(.obsidian/plugins)新建文件夹codeblock-template,并将 main.js 和 manifes.json 文件放入此文件夹即可。

使用

设置

设置模板存放路径,默认路径为根目录的templates

image1

基本使用

创建模板

```pack-source a
# This is pack-source!
```

注意:要在设置中Template Source Path指定的路径下创建才有效。

使用模板

```pack-view a

```

gif

插值

可以在创建模板时使用$.{}来定义变量,在使用时传入变量。

```pack-source test1
Hello $.{name}!
```

通过key = valuekey = "value"来定义变量。模板可以重复利用。 注意:为了方便存储,key 要符合标识符定义规则1

```pack-view test1
name = "Super10"
```

---

```pack-view test1
name = "Sylcool"
```

image.png

匿名变量

匿名变量的前缀支持通过设置自定义,默认是anonymous_var_注意:为了方便存储,key 要符合标识符定义规则1

定义模板

```pack-source test_anonymous
| 1                   | 2                   | 3                   | 4                   | 5                   |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| $.{anonymous_var_0} | $.{anonymous_var_1} | $.{anonymous_var_2} | $.{anonymous_var_3} | $.{anonymous_var_4} |
```

使用模板

```pack-view test_anonymous
value0,value1,value2,value4,....
```

image-20230604144109428

循环变量

定义

```pack-source test_loop
List:
1. $.{a}
```

使用

```pack-view test_loop
a = [A,B,C,D]
```

Loop View

配合其他插件使用

dataview

````pack-source dv
```dataview
LIST FROM "$.{path}"
```
````

tasks

````pack-source tasks
```tasks
not done
due after $.{date}
```
````

预计开发

  • 读取本地 JSON、CSV 数据

Footnotes

  1. 标识符可由三类字符:字母、下划线、数字组成;标识符只能由字母或下划线开头 2

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Templater
6 years ago by SilentVoid
A template plugin 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.
Buttons
5 years ago by Sam Morrison
Buttons in Obsidian
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Code Styler
3 years ago by Mayuran Visakan
A plugin for Obsidian.md for styling codeblocks and inline code
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.
Execute Code
4 years ago by twibiral
Obsidian Plugin to execute code in a note.
Obsidian Columns
4 years ago by Trevor Nichols
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
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.
Digital Garden
4 years ago by Ole Eskild Steensen
Editor Width Slider
3 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Local Backup
3 years ago by GC Chen
Automatically creates a local backup of the vault.
Numerals
4 years ago by RyanC
An obsidian plugin which turns a math code block into a full featured calculator
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!
CustomJS
5 years ago by Sam Lewis
An Obsidian plugin to allow users to reuse code blocks across all devices and OSes
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
Codeblock Customizer
3 years ago by mugiwara
Codeblock Customizer plugin for Obsidian
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
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.
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.
Handwritten Notes
3 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Note Linker
4 years ago by Alexander Weichart
🔗 Automatically link your Obsidian notes.
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Auto Template Trigger
3 years ago by Numeroflip
An obsidian.md plugin, to automatically trigger a template on new file creation
Epub Importer
3 years ago by aoout
Import EPUB files as Markdown.
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Hotkeys for templates
5 years ago by Vinzent
ABC Music Notation
6 years ago by Til Blechschmidt
Plugin which renders music notations from code blocks
Simple RSS
3 years ago by Monnierant
Daily Named Folder
5 years ago by Nemo Andrea
Like daily note, but nested in a daily folder and some more improvements
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
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
Regex Pipeline
5 years ago by No3371
An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
Vault Changelog
5 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Prompt ChatGPT
2 years ago by Coduhuey
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
Dangling links
6 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
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.
Advanced Codeblock
4 years ago by Lijyze
An obsidian plugin that give additional features to code blocks.
ProgressBar
3 years ago by Wei Zhang
Code block plugin for Obsidian generating a progress bar
PDF break page
2 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Text Expander JS
4 years ago by Jonathan Heard
Obsidian plugin: Type text shortcuts that expand into javascript generated text.
From Template
5 years ago by mo-seph
Simple plugin to create Notes from a template, and fill in fields defined there
Enhanced Canvas
a year ago by RobertttBS
When editing on Canvas, properties and Markdown links to notes are automatically updated, enabling backlinks in Canvas.
Copy Image
2 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
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.
Note Auto Creator
4 years ago by Simon T. Clement
An Obsidian plugin for automatically creating notes when linking to non-existing notes
Apply Patterns
5 years ago by Jacob Levernier
An Obsidian plugin for applying patterns of find and replace in succession.
Improved Random Note
3 years ago by ShockThunder
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.
Differential ZIP Backup
2 years ago by vorotamoroz
YouVersion Linker
3 years ago by Jaanonim
Obsidian plugin that automatically link bible verses to YouVersion bible.
Attachment Manager
3 years ago by chenfeicqq
Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
Automatic Linker
a year ago by Kodai Nakamura
MLIR Syntax Highlight
3 years ago by Lewuathe
HK Code Block
3 years ago by Heekang Park
Obsidian plugin developed by Heekang Park; Make code block looking good on reading view
Metadata Hider
2 years ago by Benature
Hide metadata property if its value is empty
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
TickTick
3 years ago by Viduy Cheung
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
Contextual note templating
2 years ago by Roman Kubiv
Contextual note templating with value input prompts configured in frontmatter.
Webhooks
5 years ago by Stephen Solka
Connect obsidian to the internet of things via webhooks
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
No more flickering inline math
3 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
Obsidian Dynamic Embed
4 years ago by Ivaylo Dimitrov Dabravin
Linkify
4 years ago by Matthew Chan
Rendered Block Link Suggestions
3 years ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
RunJS
3 years ago by eoureo
Let's run JavaScript easily and simply in Obsidian.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Templify
2 years ago by Boninall
A releases repo for custom editable template in Obsidian.
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.
Weekly Review
3 years ago by Brandon Boswell
Substitutions
2 years ago by BambusControl
Automatic text replacer for Obsidian.md
CodeBlock Tabs
3 years ago by Jemin Mau
Create tab group for contiguous codeblocks.
Visual Crossing Weather
2 years ago by willasm
InlineAI
a year ago by FBarrca
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Quoth
4 years ago by Eric Rykwalder
Email Block
3 years ago by joleaf
An email block for obsidian notes.
Collapsible Code Blocks
a year ago by Bradley Wyatt
Obsidian Plugin that makes code blocks collapsible in reading and edit view as well as enabling scroll-able code blocks.
Character Sheets
a year ago by Grayvox
📝Create character sheets for your very own traumatized little guys with Obsidian.
Live Variables
2 years ago by Hamza Ben Yazid
Define variables in your note's properties and reuse them throughout your content.
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Snippets
6 years ago by Pelao
Multi State CheckBox Switcher
2 years ago by KubaMiszcz
JavaScript Init
5 years ago by ryanpcmcquen
Run custom JavaScript in Obsidian.
Smart Links
4 years ago by David Lynch
Kindle Highlights Importer
2 years ago by MovingMillennial
NoteMover shortcut
a year ago by Lars Bücker
Quickly and easily move notes to predefined folders. Perfect for organizing your notes.
Note to RED
a year ago by Yeban
一键将 Obsidian 笔记转换为小红书图片进行导出
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
Broken Links
2 years ago by ipshing
Cron
3 years ago by Callum Loh
Obsidian cron / schedular plugin to schedule automatic execution of commands
Liquid Templates
5 years ago by Diomede Tripicchio
Define your templates with LiquidJS tags support
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
Vault 2 Book
3 years ago by Mitra98t
Obsidian plugin to convert vault to a complete pdf with Table Of Content
CSV Codeblock
3 years ago by elrindir
Plugin for obsidian to render csv syntax in codeblocks.
Gnome Terminal Loader
3 years ago by David Carmichael
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.
SamePage
4 years ago by SamePage
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.
Default Template
6 months ago by raeperd
obsidian plugin to set default template for new notes
Automation
2 years ago by Benature
Code Block Labels
4 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Auto Hyperlink
3 years ago by take6
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.
TinyPNG Image
3 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
Exercises
3 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Todo.txt Codeblocks
3 years ago by Benjamin Nguyen
Manage your tasks inside Obsidian codeblocks according to the Todo.txt specification.
Meld Build
3 years ago by meld-cp
Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.
Auto Front Matter
3 years ago by conorzhong
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Open File by Magic Date
4 years ago by simplgy
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Workona To Obsidian
4 years ago by Holmes555
Plug-in for Obsidian.md which will import Workona json file
Minitabs
3 years ago by ssjy1919
Obsidian tabs
File indicators
3 years ago by Jakob
Add custom indicators to the file explorer.
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
Ruled template
3 years ago by YPetremann
An obsidian plugin that check rules to select which template to use.
Micro templates
3 years ago by epszaw
Flexible embedded micro templates powered by javascript functions
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.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Image Classify Paste
3 years ago by tianfx
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Edit MDX
3 years ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
Snippets Manager
2 years ago by Venkatraman Dhamodaran
Snippets Manager (Text Expander) For Obsidian
File Publisher
3 years ago by Devin Sackett
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.
NeuroVox
2 years ago by Synaptic Labs
Obsidian plugin for transcription and generation
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Babashka
3 years ago by Filipe Silva
Run Obsidian Clojure(Script) codeblocks in Babashka.
Run
3 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
Feeds
3 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Smart Export
3 months ago by Iván Sotillo
Plugin that follows wikilinks to a configurable depth, joining the notes into a single export.
File Index
3 years ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Blueprint
5 months ago by François Vaux
Repeatable templates plugin for Obsidian
Random Number Generator
3 years ago by iRewiewer
Gives you a random number
Barcode Generator
3 years ago by noxonad
A barcode generator for obsidian.
Git File Explorer
2 years ago by Mateus Molina
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Sort Frontmatter
3 years ago by Kanzi
Sort frontmatter automatically
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
KoReader Highlight Importer
a year ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Note 2 Tag Generator
2 years ago by Augustin
LaTeX-OCR
2 years ago by Jack Barker
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Page Scroll
2 years ago by triski
Obsidian Page Up|Down|Top|Bottom
Templated daily notes
2 years ago by digitorum
Allow to create templayted daily note in specific folder
Adjacency Matrix Exporter
3 years ago by danielegrazzini
Create a numerical adjacency matrix of your Vault in two ways: Absolute and Normalized
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
short tab name
3 years ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
Personal OS
2 years ago by A.Buot
Todos sort
2 years ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
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.
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.
Sidebar Resizer
2 years ago by Jeet Sukumaran
Blockreffer
2 years ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
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.
Timeline Canvas Creator
a year ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
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.
Last Position
a year ago by saktawdi
Automatically scroll to the last viewed position when opening the markdown document.
YAML Table
a year ago by dainakai
pycalc
a year ago by pycalc
ai-writer
2 years ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Fight Note
2 years ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Template Filename
a year ago by Callum Alpass
Obsidian plugin for creating notes with templatable filenames
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
LinkMagic
2 years ago by AndyReifman
Focus Tracker
2 years ago by Jeet Sukumaran
LongtimeDiary
3 months ago by sawamaru
Show past Daily notes on the same day in previous years.
Link to Verse
2 years ago by Alberto Sesiliano (aygjiay)
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.
Emoji selector
8 months ago by summer
Insert custom emojis with quick search, auto-suggestions, and customizable templates.
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.
URL Formatter
10 months ago by Thomas Snoeck
Automatically formats specific URLs pasted into Obsidian into clean Markdown links.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Template by Note Name
2 years ago by Jacob Learned
A simple Obsidian plugin to automatically template notes based on their title
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
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.
Hotstrings
a year ago by wakywayne
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Fuzzy Note Creator
2 years ago by HaloGamer33
An Obisidan plugin for quickly creating notes with the help of a fuzzy finder. Now with templates!
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
Browser Interface
2 years ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
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.
Rsync
a year ago by Ganapathy Raman
An Obsidian plugin to perform sync files between machines using Rsync
Pia viewer
2 years ago by dldisud
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Inline Code Copy
a year ago by Hongchen Lin
Jura Links
2 years ago by Lukas Collier & Emi Le
Verlinke deine Normangaben, Aktenzeichen oder Fundstellen in deiner Obsidian Notiz mit Gesetzesanbietern.
Epiphany
2 years ago by Epiphany
Watched-Metadata
2 years ago by Nail Ahmed
Watches for changes in metadata and updates the note content accordingly.
Custom Comments
10 months ago by Jack Chronicle
Adds a method to create custom methods to enclose comments
Mastodon Threading
a year ago by El Pamplina de Cai
Obsidian plugin to compose and post threads to Mastodon
Discord Message Sender
a year ago by okawak
Obsidian Plugin: Send messages from a Discord channel to your Vault
Simple Vault Importer
a year ago by WebInspectInc
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.
URI Converter
a year ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Plugin REPL
a year ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
Command Line
a year ago by Steven Stallion
Copy command lines from your notes to the clipboard.
Auto Daily Note
a year ago by John Dolittle
Header Counter
2 years ago by Nancy Lee
Fast Image Auto Uploader
2 years ago by Longtao Wu
upload images from your clipboard by gopic
Click Hint
a year ago by kbwo
Code Blocks commands
10 months ago by dragonish
Provide commands to insert code blocks with markup, and support triggering commands with backticks.
Daily Notes Automater
a year ago by David Pedrero
Open or Create File
8 months ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
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.
Replicate
a year ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
ShaahMaat-md
a year ago by Mihail Kovachev
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
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.
Share via Notepad Tab
2 years ago by Iulian Onofrei
Current File
2 years ago by Mark Fowler
An Obsidian plugin to allows external applications to know what file Obsidian is currently viewing
IMSwitch in Math Block
a year ago by XXM
Notes 2 Tweets
2 years ago by Tejas Sharma
Generate and schedule tweets automatically from your notes on Obsidian
Note Placeholder
a year ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
Hanko
a year ago by Telehakke
Obsidian plugin.
Random Wikipedia Article
a year ago by SpencerF718
An Obsidian plugin to generate a note of a random Wikipedia article.
Replace Pencil
a year ago by penyt
🐧 An obsidian plugin that can easily replace the custom variable in the code block.
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.
Pug Templates
2 years ago by Nicholas Wilcox
An Obsidian plugin that enables the usage of Pug templates.
One Step Wiki Link
a year ago by Busyo
用于 Obsidian 一步插入当前界面匹配到的所有外链(维基链接)
Content OS
10 months ago by eharris128
Post to LinkedIn from within Obsidian
KOI Sync
a year ago by Luke Miller
Move Cursor On Startup
10 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.
EUpload
a year ago by Appleex
Obsidian 插件,专用于上传文件到存储仓库。目前支持 Lskypro(兰空图床),后续有需求会引入其它存储方式,如:Github/Gitee等等。