Skip to content

josephgarnier/article-obsidian-guide-about-modular-js

Repository files navigation

Guide to develop and execute modular JavaScript in Obsidian

Publication link | Article-En | Article-Fr | Obsidian vault demo [zip]

Here is the supplementary material of the article Guide to develop and execute modular JavaScript in Obsidian originally published on the Obsidian forum.

This repository provide:

  • The english and french versions of the article, in markdown format.
  • A demo obsidian vault with all the source code presented in the article. It also contains a single page 01-Articles/Demo.md providing additional informations to the article.
  • Two bonus JavaScript modules not presented in the original article and available in the vault:
    • The first module can be found in the 03-Files/scripts_module_common/ folder and contains some JavaScript utility classes for interacting with any plugins installed and the Obsidian vault. They are intended to be called by other modules.
    • A second module is located in the 03-Files/scripts_module_widget/ folder and contains some Widgets classes which are also intended to be called from any other modules.

About

Supplementary material of the article "Guide to develop and execute modular JavaScript in Obsidian": https://forum.obsidian.md/t/guide-to-develop-and-execute-modular-javascript-in-obsidian/88339.

Topics

Resources

License

Stars

Watchers

Forks