Christian Bager Bach Houmann

Results 96 comments of Christian Bager Bach Houmann

Hey @kenanmike. Thank you, I'm glad you like them! Templater commands will look like this: `` However, I do believe this is no longer something you need to be careful...

Hey @thorlucas, thank you for your report. This is not a bug. As can be seen in the [documentation](https://github.com/chhoumann/MetaEdit#updatepropertyname-string-propertyvalue-string-file-tfile--string) for `update`, the second parameter calls for a string. `update(propertyName: string,...

Hey everyone! Thank you for your reports, and apologies for the lack of response. With the merge of #60, this should hopefully be resolved. I haven't been able to recreate...

I've addressed this in 1.6.9 but will add a better handling for it once I have more time. Currently, it'll skip the file if the YAML property already exists. That...

Thank you for your suggestions! It is most appreciated. This is most definitely something I want to add. Just to give an update: Right now, it is on the 'next-up'...

Hey! Thank you. 😁 Yes, I am working on an extensive redesign which would implement this feature.

Sure, @datavistics! You could create a macro with this script: ```javascript module.exports = async (params) => { const allMdFiles = params.app.vault.getMarkdownFiles(); const selectedFilePath = await params.quickAddApi.suggester( allMdFiles.map(f => f.basename), allMdFiles.map(f...

Hey @jacklaing, thanks for your report! I'm having a hard time reproducing this. Does it give any errors? Maybe in the console?

Hi @creativefibro! QuickAdd is not able to detect scripts placed 'outside' of your vault, which unfortunately `.obsidian` is (slightly unintuitive, unfortunately). If you instead place the scripts folder (anywhere) in...

Yes! This is the plan. I have been considering adding support for both the `file-menu` and the new `context-menu`. It would work somewhat like the 'Add command for choice' works,...