Limezy

Results 146 comments of Limezy

Hi, I have exactly the same problem : * https://immich.mydomain.com leading to "AxiosError" (see below) after a request to /api/user/count * https://immich.mydomain.com/auth/register leading to "circular error" (see below) * https://immich.mydomain.com/albums...

Hi @felixchenier your temporary proposal looks great, but I would be loosing footnotes - any idea for that ? I'm also looking to build a filter for Obsidian's ==highlight== syntax...

Wow that's great @wenbopeng Perfectly working ! I'll try to adapt is using a regex to parse the [[xxx#yyy]] format

For whoever is interested, my current filter : ```lua function Str (str) return (str.text :gsub('%[%[', '') :gsub('%]%]', '')) end ``` Now only waiting for the plugin to manage transclusions !

Hi, Have you tried using `\` as an escape ? ``` --reference-doc=/Users/matt/Library/Mobile Documents/iCloud~md~obsidian/Documents/Knowledge\ Garden/Templates/essay-template.docx ```

I'm afraid this repo is a little bit dead... I think there is now a community fork somewhere : https://github.com/obsidian-community/obsidian-pandoc/

@agnoldo for your heads-up : the repo seems to be back to life again !

Turns out I was in recovery mode, not in DFU mode... Sorry for that ! However I still have problems : my iPhones gets out of DFU mode and I...

Hi, a bit lost. Some times I get segmentation fault : 11 error, sometimes I get the langid errror (I have read about both here). Seems like every time I...