Is it possible to require() other modules in custom views? #680
-
I want to collect some utils into a module and pull it into different custom views. I tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There has been a notable amount of discussion about this on #271, which I recommend checking out; I have ideas for how to do it but haven't got around to implementing it yet. |
Beta Was this translation helpful? Give feedback.
There has been a notable amount of discussion about this on #271, which I recommend checking out; I have ideas for how to do it but haven't got around to implementing it yet.
require()
needs to be specially proxied to understand links inside Obsidian vaults, because by default it will not try to resolve files inside the vault.