obsidian-wielder icon indicating copy to clipboard operation
obsidian-wielder copied to clipboard

Clojure inside your Obsidian documents!

Results 7 obsidian-wielder issues
Sort by recently updated
recently updated
newest added

Could you move the information to the Github wiki, or place it in the project so it's available if your website is down again in the future?

I just started using the Wielder plugin and I'm loving it. Many kudos @victorb! # Proposal Today I was using it to prototype a plugin idea of my own, and...

Hi, your repository showed up as user of the sanitizer-polyfill. Thank you for showing your interest in our tiny project. Unfortunately, the implementation does not match what browsers currently do...

Is it possible to evaluate code blocks on command rather than instantaneously as code gets typed? I could see this potentially being problematic if I’m typing code that does something...

I'd love to try this plugin out, but I'm slightly worried that due to the eager evaluation model (it seems to try and parse all code blocks in a page...

The plugin [templater](https://github.com/SilentVoid13/Templater) has the ability to set a "startup template" that runs when Obsidian is started. However, when wielder is enabled, the startup template fails to run with a...

Currently, publish.js is kind of big (3.6M on disk, 446KB gzipped) because we're not doing any minifying nor tree-shaking (which is hard when we want to evaluate arbitrary code). Biggest...