Christian Bager Bach Houmann

Results 96 comments of Christian Bager Bach Houmann

Hey @smartk3 Any chance PodNotes is hiding in the sidebar? Can you try expanding it? Also, check that it's displaying by using the "Show PodNotes" command. It's only there if...

Hey everyone! Thanks for the contributions here! Sorry for being so slow to respond. I've merged the PR + made some additional fixes myself. Please let me know if the...

Hi @micwaab & @Finessest Thank you for reporting this! I have identified and fixed both issues as of 0.11: https://github.com/chhoumann/quickadd/releases/tag/0.11.0

Hi everyone, thank you for contributing to the discussion here! This isn't a bug. It is intended. I can see, however, that this is something which could contribute to the...

Hi @davebhc71, Thank you for the feature request. I did some research on the feasibility of this. Some notes: - [PodcastIndex](https://podcastindex.org) API provides chapter URLs. However, doesn't seem to actually...

Seems to have been fixed since I last checked. I just tested it with some of the most popular light themes, and cannot spot any visual bugs like that. Closing...

Seems to have been a policy issue with some providers & grabbing episodes from Obsidian. Should be resolved now. If you still encounter issues, lmk!

Hi @davebhc71, thank you for reporting this! I've attempted a fix in the latest update. It seems to have fixed the issue on my iPhone, but can you check if...

Closing this issue for now, but let me know if the issue somehow pops up again.

For scripts you should reference the API documentation: https://quickadd.obsidian.guide/docs/QuickAddAPI#wideinputprompt-header-string-placeholder-string-value-promisestring In your case: ```javascript await quickAddApi.wideInputPrompt("Heading", "placeholder", "Default value") ```