depascalis

Results 15 comments of depascalis

Absolutely, I have a minidump. Where do I send it?

I should have read the docs more closely, I just assumed that variables were evaluated everywhere. I found this library though with some predefined variables if you want to proceed...

@alefragnani If you missed it, vscode introduced the platform independent `${userHome}` for `tasks.json`. Maybe add it to mirror the ${home} variable to avoid confusion. https://code.visualstudio.com/updates/v1_65#_tasks

There's also this extension that came out in April [vscode-profiles](https://github.com/cyberbiont/vscode-profiles). I haven't tested it yet but I'm installing it now. It is somewhat of a hack with symlinks etc, but...

@mgmeyers I believe the confusion is because of this line in the docs https://github.com/mgmeyers/obsidian-style-settings/blob/747e6dae575c4658379f962128213a322ec28bec/README.md?plain=1#L9 It should be more precise and point to `vault\.obsidian\snippets` or else one would put it in...

Support for EBNF would be epic, especially in a place like GitHub (GitHub supports Mermaid). Imagine if repos on GitHub had railroads in their documentation for language grammars etc. _Btw,...

Same issue on all Windows 10 machines I've tested with. In the example bellow the css sets `-fx-text-fill: green`. To enhance the issue, text fill is then set to `red`...

Awesome, thank you @daiyam Btw the original question is still marked as unanswered. I don't know if this issue could be referenced as an answer for future reference.

> @depascalis, Hey! In Swedish, use ctrl+shift+- to bring up the menu "Insert Cells" Thanks, but I already noticed that as mentioned in my report. I just filed this issue...

It surely is a needed feature if someone requested it, however it's maybe something you are not in need of @alankilborn I've often wanted this feature, especially when bisecting for...