RunJS
by eoureo
Score: 43/100
favorite
share
Description
Category: Coding & Technical Tools

Obsidian RunJS Plugin - Weekly Update (2023/1} from 'Test/module2'; // codeblock: Test/ Test.md
import { myFunc3 } from 'module 3}; // code block: /module 3.mjs';

Notice.log(myFunc1("Hello, World!"));

myFunc2("[code 1]" Hello");
myFunc3();
```

References

Obsidian API Documentation

The latest Obsidian API type definitions for the latest obsidian API.")
https://github.com/obsidianmd/obsidian-api/

Obsidian Plugin Developer Docs

Documentation for developing plugins in Obsidian.
https://marcus.se.net/obsidian-plugin-docs/

Code Examples

This page will be updated regularly with new code examples, so please check back often.

If you find this plugin helpful, consider supporting its continued development through donations.

Stats
41
stars
5,640
downloads
1
forks
520
days
12
days
12
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
26
total issues
10
open issues
16
closed issues
6
commits
Latest Version
13 days ago
Changelog

Resolved #48: Add return value to runCodeByName function

README file from