Chris Grieser
Chris Grieser
fantastic, thank you so much 😊
Could you maybe elaborate what exactly the capabilities of the longform scripts are? Can they pretty much run any javascript, similar to templater or dataview? I just noticed this in...
I figured out a standalone solution for the problem. again, be welcome to sherlock it :) ```js module.exports = { description: { name: "Convert Image Wikilinks to MD Links", description:...
Ok, thanks to the assist in #77, I managed to write it for the Manuscript and the scene level. ```js module.exports = { description: { name: "Convert Image Wikilinks to...
I'd suggest to keep it simple and just create a ToC based on any heading present in the manuscript, maybe with some configuration which heading levels to include, etc. it...
yeah; i realized I could also use the header bar. It's not really a must-have-feature, but it would be nice to have, since using the editor instead of the context...
First of all, thank you so much for this wonderful plugin – I think I am one of the power users of the plugin, having [tailored my theme](https://github.com/chrisgrieser/shimmering-focus) specifically to...
@kevboh Tbh, there is not much to it content wise – you can take at look how both my theme and the wordcount dashboard work with the longform plugin with...
I already have everything ready and working bug free as templater script. I'll gladly share it here once I turn it into a compile script step. (probably later this week)
Here you go. Feel free to sherlock it; some place to "collect" general purpose user scripts might be useful, too? ```js module.exports = { description: { name: "Re-Index Footnotes", description:...