redactedscribe
redactedscribe
> Added in [3.9.0](https://github.com/snezhig/obsidian-front-matter-title/releases/tag/3.9.0) Thanks for the feature. Unfortunately on Windows I only see black and white emojis in the title bar / start bar, but this is probably a...
You are correct. To rephrase the feature request simply: I want an option to be able to visually detect when a file is displaying a rewritten title.
I don't understand, sorry. The goal is: If `title:` has a value, style inline titles and sidebar filenames in red, for example. It's only a visual adjustment which the plugin...
After the release of v2.7.0's #182 `icon:` feature, I've changed my Common main template value from `title` to `{{icon }}{{title|_basename}}`. The problem now is that `{{icon }}{{title|_basename}}` is triggering the...
Console showed e.g. `icon = 🙂 t = bs = Test`. It works, thank you! Asterisks only shown if `title:` has a value. (I had to add a space on...
I am okay with simply adding an asterisk to the displayed titles via your useful function. It isn't however as straightforward as having an option: "Style titles when `title:` is...
Although the characters aren't in the same style as Mononoki, the Nerd Fonts patched version does include them: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Mononoki
Installed DS4Windows under an hour ago and immediately noticed that it uses a lot of memory. It's currently at 878 MB. Restarting the program puts it back to 200 MB...
Profiles editing memory leak issue as described in [my previous comment](https://github.com/Ryochan7/DS4Windows/issues/3076#issuecomment-1783790116) still present in 3.3.0. If #3176 was supposed to fix this, it hasn't on my end at least.
> It could be possible to attempt to add missing brackets (and remove them before the final replacement), but this feels error prone. > 1. Check if the exact selected...