Description
Coding & Technical Tools Plugin
Category: Coding & Technical Tools
The User Plugins plugin allows advanced users to leverage the Obsidian Plugin API within JavaScript snippets or modules, enabling custom modifications to Obsidian's behavior without the complexity of creating full-fledged plugins. Users can add commands, test plugin ideas, or execute any desired functionality with Obsidian's API. The plugin supports multiple script types, including plugins, modules, and snippets, and provides a Helper API for easier development. This tool is ideal for users seeking flexible, script-based customizations.
Stats
78
stars
78 stargazers
5,093
downloads
5,093 downloads
2
forks
2 forks
1,061
days
1,061 days since creation
164
days
164 days since last commit
164
days
164 days since last release
2
total PRs
2 total pull requests
0
open PRs
0 open pull requests
1
closed PRs
1 closed pull requests
1
merged PRs
1 merged pull requests
4
total issues
4 total issues
0
open issues
0 open issues
4
closed issues
4 closed issues
7
commits
7 total commits in last one year
Latest Version
5 months ago
Changelog
- the scripts can be now JS Obsidian plugins or compiled TS Obsidian plugins
- add better notifications on errors
- add more helper methods: openFile, notify, getAllFolders
- deprecated
passedModules
andhelpers
. Use globalrequire
andplugin.api
instead
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Local REST API
3 years ago by Adam Coddington
Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
Execute Code
3 years ago by twibiral
Obsidian Plugin to execute code in a note.
Media DB Plugin
3 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.
Obsidian to Flomo
2 years ago by Xiaoyu Li
Quickly share content to Flomo.
Babashka
2 years ago by Filipe Silva
Run Obsidian Clojure(Script) codeblocks in Babashka.
File Publisher
2 years ago by Devin Sackett
APIRequest
2 years ago by rooyca
Obsidian plugin that allows you to make HTTP requests and display responses directly in the document, in codeblocks, or store them in localStorage.
Geocoding Properties
2 years ago by Jose Elias Alvarez
Insert address / location data from geocoding APIs as Obsidian properties.
Latex Render
10 months ago by jvsteiner
An Obsidian plugin that renders `label` code blocks to `<svg>` for viewing in notes. Make sure to bring your own command!
Unofficial Fabric Integration
9 months ago by Chasebank87
Integrate fabric by danielmiessler/fabric into Obsidian
OpenAPI Renderer
9 months ago by Sentiago
Integrate OpenAPI specification management into Obsidian with features for version control, visualization, editing, and easy navigation of API specs.
CustomJS
4 years ago by Sam Lewis
An Obsidian plugin to allow users to reuse code blocks across all devices and OSes
Magiedit
5 months ago by Matteo Gassend
pycalc
3 months ago by pycalc
Plugin REPL
3 months ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian
Data Fetcher
20 days ago by qf3l3k
Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes.