hrm
hrm
I did not. But I did now, and still the same result
I use `image: wallabag/wallabag` in my `docker-compose.yml`, so I believe that's the default image From within the container (`docker exec -ti wallabag bash`) `cat /var/log/php-fpm.log` gives me: ``` [14-Mar-2022 15:38:28]...
I've found a way to `source` the original `pass` completions and add the ones for `pass otp`. Working on getting that production-ready in pull request #151
> This is working great on my Mac. Do you mean these added completions? > Shouldn't the path be set by the package maintainer for whatever distro this is packaged...
Not sure if this works with every theme, but I fixed this by saving the following as `vault/.obsidian/snippets/Spaced Repetition.css` and enabling it under Settings > Appearance: ```css #sr-flashcard-view mark {...
n=1 of course, but I've been using these changes without any hick-ups since December
> Is it possible to merge with the main branch? We would need @SilentVoid13 for that
Sorry about that. I see that I wrote `package.json`, but I actually excluded `package-lock.json`, not `package.json`. I'll remove `.vscode/settings.json`
I ran into this same issue today, so decided to try if using regexes on file paths was feasible. It was. This works:  () This is nowhere near ready...
I'm thinking about a toggle to switch between the current folder templates and these file regexes, because I understand that regexes are not for everyone