Chris Grieser

Results 409 comments of Chris Grieser

I also noticed this. trying to overwrite the mappings to allow for `tab` like this also does not work: ```lua frecency = { mappings = { i = { [""]...

@teocns If you have hotfix, please do a PR? 🙏 That way it gets fixed for everyone, the rest of us can use your fork until the fix is merged.

well, not everyone has the coding skills to implement that easily in Templater

sure, here is simply (part of) the table in the video ```md | Dimension | Accelerating Factors | Decelerating Side Effects | Limiting Factors | | ---- | ---- |...

yep, can reproduce in the sandbox vault with nothing but templater and the table above.

The Linter Plugin has some Rules that deal with sorting. https://github.com/platers/obsidian-linter

Removing one instance of `:*` fixes this issue for me in most – but not all – cases: ```bash zstyle ':completion:*:descriptions' format '%F{blue}%d%f' ```

Hah, I think I found a method that is working: using escape codes for the ansi colors instead of `%F{blue}`: ```bash zstyle ':completion:*:*:descriptions' format $'\033[1;34m%d\033[0m' ``` This effectively achieves the...

> do you think hovering over link and getting popop could be annoying though as well, especially if text has multiple links? well you could simply add a small delay...

To be clear, I wasn't advocating for the workaround with tiebreak that I described, just mentioned it as the only alternative I could up with. And precisely because it is...