Liam Cain

Results 190 comments of Liam Cain

Looks good! > the validation says the name hasn't changed yet - do i need to make a new PR or did i miss something? That was just because the...

[private setupServer(): void {](https://github.com/MatthiasGruba/obsidian-searchr/blob/8151698e571701b22dff69bdb80d8706e01dc8e2/main.ts#L18) Looks like you're setting up a proxy server to bypass CORS. You can just use [`requestURL`](https://github.com/obsidianmd/obsidian-api/blob/9bb30633586c6649474b2affdf5b87efdd86498f/obsidian.d.ts#L2680) instead [Local REST API that exposes an endpoint for the...

Hi @mokeyish, just wanted to check to see if you saw my above message. It's the only thing blocking this plugin from getting merged.

Hi @salmund I'm going to close this PR since it's been almost a year since we've heard from you. Feel free to resubmit the plugin if you'd still like it...

Unfortunately, I don't think it will ever be possible to support iOS/iPadOS. On both of those operating systems, apps are sandboxed, meaning an app cannot reach in and access the...

Also running this issue on electron@28. The recentDocuments are populated correctly in the dock, but the Application Menu "Open Recent" always remains disabled.

Hi, yes, I'm still hoping to roll out my latest changes (1.0-beta) sometime soon that should hopefully make a sizable dent on the issues backlog. I just hit a small...

I had originally implemented the state saving feature by persisting to the markdown itself, but afaik, it requires rebuilding the game state each time. This ran into some issues with...