Fix Require Modules
by mnaoumov
Score: 57/100
favorite
share
Description
Category: Coding & Technical Tools

The Fix Require Modules plugin for Obsidian enhances the experience of working with JavaScript and TypeScript by fixing limitations related to module imports within Obsidian. It allows users to seamlessly work with custom JavaScript/TypeScript scripts, including those used in Dataview, Templater, and other plugins. The plugin introduces advanced functions like require() and requireAsync() for both desktop and mobile, making it possible to import modules and work with files from relative paths, system paths, and even URLs. Additionally, the plugin offers improved support for ECMAScript and TypeScript modules, making it easier to integrate and develop scripts in a modern development environment.

Stats
26
stars
1,792
downloads
2
forks
317
days
1
days
1
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
6
total issues
0
open issues
6
closed issues
328
commits
Latest Version
2 days ago
Changelog
  • Add support for private modules
  • Check suffixes for missing paths

Full Changelog: https://github.com/mnaoumov/obsidian-codescript-toolkit/compare/8.2.0…8.3.0

README file from