User Plugins
by mnowotnik
Score: 64/100
favorite
share
Description
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
71
stars
4,988
downloads
2
forks
1,022
days
125
days
125
days
2
total PRs
0
open PRs
1
closed PRs
1
merged PRs
4
total issues
0
open issues
4
closed issues
7
commits
Latest Version
4 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 and helpers. Use global require and plugin.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
a year ago by Jose Elias Alvarez
Insert address / location data from geocoding APIs as Obsidian properties.
Latex Render
8 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
8 months ago by Chasebank87
Integrate fabric by danielmiessler/fabric into Obsidian
OpenAPI Renderer
8 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
4 months ago by Matteo Gassend
pycalc
2 months ago by pycalc
Plugin REPL
a month ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian