Liam Cain

Results 190 comments of Liam Cain

- [class MyPlugin](https://github.com/mokeyish/obsidian-code-emitter/blob/49edc9cb3941f1463ab037a71865ebc92c1e4fbd/src/main.ts#L15) You should rename your plugin class. Obsidian will spit out the plugin class if a plugin fails to load, so this will be important for users to...

Hi @mokeyish, one small issue. You're missing the release for 0.0.8. You need the manifest.json version to match the latest release, otherwise it won't properly get installed when a user...

https://github.com/macrojd/tag-summary/blob/d7ee39e19a6dbe1c38b2ae0181e6412f400349b8/main.ts#L48-L60 you might actually be able to just pass the text content into [`parseFrontMatterTags`](https://github.com/obsidianmd/obsidian-api/blob/9bb30633586c6649474b2affdf5b87efdd86498f/obsidian.d.ts#L2306) to get the list of your tags. https://github.com/macrojd/tag-summary/blob/d7ee39e19a6dbe1c38b2ae0181e6412f400349b8/main.ts#L71 this doesn't need to be async https://github.com/macrojd/tag-summary/blob/d7ee39e19a6dbe1c38b2ae0181e6412f400349b8/main.ts#L152 the...

Hi, sorry for such a long wait! We've fallen a bit behind on plugin reviews and this fell pull request fell through the cracks. My apologies! I think we can...

> I want to change the plugin name from Dynamic Background to Background Enhancer, how can I do that? @roam-code Sorry, missed this comment. you can just submit another pull...

@yizeshen7 The easiest way is probably run `git fetch origin && git reset --hard origin/master` on your fork of `obsidianmd/obsidian-releases` and just add the plugin to the end of the...

Hi @yizeshen7, have you tried contributing to the Smart Random Note plugin at all? . Seems like your plugin has similar goals with slightly different features. --- Otherwise, here's just...

Hi, sorry for the long wait! Everything looks good to me 🥳

Hi! Really cool plugin. If you haven't already, I recommend you take a look at the DB Folder plugin: https://github.com/RafaelGB/obsidian-db-folder. It has similar goals, though it opens a custom view...

Hi, in general, this feels like a hodge podge of different features, and the functionality doesn't match the plugin name, as pjeby mentioned above. I would suggest splitting this into...