Paul Ryley

Results 39 comments of Paul Ryley

Global tag styles will not work if your Kanban board has its own settings. In that case, either add the tag styles to your board settings (not the global settings),...

I have submitted a pull request which adds a setting allowing you to search the kanban board when clicking a tag (instead of searching the Obsidian vault): https://github.com/mgmeyers/obsidian-kanban/pull/875 https://github.com/mgmeyers/obsidian-kanban/assets/134939/3e3d0edc-8750-49e5-a29a-f2a9a0c54217

I am unable to reproduce this on Alfred v5.0.3 [2074] Perhaps another workflow you have installed is conflicting with it? https://user-images.githubusercontent.com/134939/191903493-5b69998d-879a-4da3-a667-cddc1fad2087.mp4

No, but [cc468d8](https://github.com/pryley/alfred-the-archive/commit/cc468d8b5b91275c5dbc08a77333bbc8b1a1e02e) should fix the problem.

Try this: ```css :root body { --gl-star-color: pink; } ```

Here you go (Soda Light 3 with sidebar icon support): https://github.com/pryley/soda-theme

Have you tried enabling the "Readable line length" setting in Obsidian? And if you want to adjust the readable line length, you can do this: ```css body .is-readable-line-width { --file-line-width:...

Much better results using the de/en/es/fr/it/nl subset, but I'm not excited about the additional memory usage of larger ngram subsets and I only need English language detection. ```php $content =...

> Could you add some tests for the "multiple namespaces" case, I'm not 100% sure I understand the use-case here without examples :) Sure. An example of multiple namespace usage...

Have you abandoned the package?