Sam

Results 134 comments of Sam

If you get to it before I do then please submit a PR, otherwise I'll be doing updates once I've shipped the next version of the block ref counter plugin.

Really good idea that should be pretty easy to do. Will look into it.

Interesting idea! I'll add it to my list of things to explore.

So I'm getting closer with the new `swap` button. Check it out and let me know what you think!

Just so I understand, you want to supply the metadata field inside the button itself and have that passed to a CustomJS function to update? I'm not sure why you...

> My understanding of Templater is that it will always add new text to the current note Not necessarily. You can use it to run any arbitrary bit of javascript...

> > I can hook into the MetaEdit plugin if that's an ok approach. > > > > is the integration with metaedit completed now? lol no. But MetaEdit does...

Right now whitespace is trimmed when turning the arguments into an object. I'll have to think about if there is a way to not trim whitespace that doesn't totally break...

It's used to identify there are searches present in the page. Could be changed to use the class: val.children.namedItem("search-ref")

Your folder template could match on filename and then use `tp.file.include` to bring in the appropriate template.