Does obsidian take restricted JS in vaults without a plugin? If it does where can it be stored?
I would like to write some executable code with JS or TS in my vault to style MD notes which css is not able to style but I can’t find any suitable way to do so.
I will start Obsidian Doc stortly but I fear that does not fix my problem.
Things I have tried
I checked out the Obsidian Help and searched google and forums and topics hear to find a way to fix my problem.
At least I was able to implement CSS Snippets to style a part of MD.
To my knowledge there isn’t any nice interface to run javascript (nor typescript) from the native Obsidian app with just the core plugins.
Theoretically you could extend some of the original files, if you’re really determined not to use community plugins. But personally I would then rather develop my own plugin, or use one of the community plugins before hacking the original files.