redactedscribe
redactedscribe
> So probably like a solution when you remove the icon from the file itself, it will also remove the icon from the frontmatter property, will work? Or am I...
This is possible using a CSS snippet: ```css .iconize-title-icon, .inline-title { display: inline-block !important; } .iconize-title-icon { padding-right: 0.2em !important; } ``` Note: `padding-right: 0.2em` currently doesn't scale relatively because...
@oschrenk It's probably possible with better CSS. If you're not already heavily using Iconize, simply for emojis in titles and filenames etc, you can try [Front Matter Title](https://github.com/snezhig/obsidian-front-matter-title) and define...
I'd also like the checking of updates to be only that: Notify me whether a script can be updated, and without actually updating it until I choose to do so.
**For option 2** it should be easy. Keep starting at the user-defined level, say H2: ```markdown ### H4 > ## H2 > ### H3 > > ## H2 > >...
How was this allowed to happen? Now I have 60,000 automatically uploaded files that were previously blacklisted over the years via the exclusions system prior to version 5. What am...
For me it mostly comes down to mistakenly clocking time on an app, either by a hanging process, poorly configured tracking mode, or accidentally launching a game without noticing (I...
> Would changing the system tray icon when a game is running (similar to FRAPS when it is recording video) be feasible? I personally hide the system tray icon, and...
> Discord and Thunderbird both have red dots for notifications so that could work. Not a bad idea.
What if you add `$answer = $playniteapi.dialogs.showmessage("Message", "Title", "OKCancel", "information")` to the game's global script, ensure its Execute checkbox is unchecked, Save, then hit Play? My expectation is that the...