CustomJS
by Sam Lewis
Score: 55/100
favorite
share
Description
Category: Customization & UI

Obsidian CustomJS is a powerful plugin that allows developers to extend the functionality of Obsidian, a popular note-taking app. With CustomJS, you can create custom scripts and commands, register individual commands via settings, and even assign custom hotkeys for those registered commands. The plugin also provides a state object that can be used to preserve data during modifications to the vault. Additionally, it includes a deconstructor function that can be used to perform cleanup work when the plugin is reloaded. Overall, CustomJS is an essential tool for anyone looking to customize and extend their Obsidian experience.

Stats
323
stars
38,471
downloads
21
forks
111
days
5
days
217
days
23
total PRs
0
open PRs
4
closed PRs
19
merged PRs
71
total issues
1
open issues
70
closed issues
10
commits
Latest Version
7 months ago
Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/saml-dev/obsidian-custom-js/compare/1.0.20…1.0.21

README file from