Thundercraft5
Thundercraft5
A name suggestion: How about `--resolveArbitraryExtensions` or `--allowArbitraryFileExtensions`?
Any update on this yet?
I've tried using the startup folder method using PowerShell with the following command to start Session windowless in the background: `powershell.exe -c "Start-Process '.\Session.exe' -WindowStyle Hidden"` This worked quite well...
This is a feature which should be unquestionably part of the browser. People like myself need customizable history retention as a sort of archive as I do large amounts of...
Support; definitely a useful enhancement!
Looks like a really good thing to have. It may take alot of work, maybe a plugin API would allow for this?
This is a must! I have complicated templates for bookmarks which require passing data between multiple templates, but there's no syntax for that as of now. I propose either using...
I can confirm this. This plugin significantly impacts performance during file transitions and creation of new files. The causes of this are: - Constant polling for changes - Expensive comparison...
@kylek29 For most users who just want to add **static** custom icons, your solution works well. However, for my use case I require *dynamic* custom icons. When the bookmark is...
A CSS snippet I made to achieve this for now: ```css /* Insert ::before in markdown embed */ .internal-embed.markdown-embed.inline-embed.is-loaded[alt]:not([src*="#"], [src*="^"])::before { content: attr(alt); align-items: center; display: flex; gap: var(--size-4-1); font-size:...