Fynn Freyer
Fynn Freyer
Yes, when you e.g. [play on addictinggames.com](https://www.addictinggames.com/shooting/champion-archer) (nightly 2021-04-04) there is another issue with the bow (position doesn't update anymore). Just as an example of it 'working' in an older...
This is happening to me too on PyCharm 2022.1.3 (Professional Edition) Build #PY-221.5921.27, built on June 21, 2022 The plugin is running `/path/to/project/venv/bin/python /path/to/PyCharm2022.1/intellij-micropython/scripts/microupload.py -C /path/to/project/src -v /dev/ttyACM0 /path/to/project/src/main.py` and...
I'd greatly appreciate it! I don't use the `Dynamic Keybinding Behaviour`, so I can't really comment on it. If it's something you **can**, but don't have to change though, for...
As an aside ... I'm not that good with JS, and have also not worked on GNOME shell extensions so far, but if you could point me in the right...
This is in reference to issue #164 ...
This seems to take care of #130 as well (therefore making #133 superfluous). Also, I'm using this in my vault and can confirm it works flawlessly. Thanks for the good...
In case someone is looking for this too, and stumbles on this issue via search, like I did: Here's a very ugly hack that gets it done (for me at...
@theemathas looks cool, I'll test this for ORM if I get around to it. @zzzeek I'm sure you're right, but I wouldn't even know where to start, so I use...
Because Templater exposes the Obsidian-API, writing/replacing frontmatter can be done *relatively* easily already. I'm using this script to completely replace the current frontmatter with `frontmatterobject`. This can of course be...
Having an easy integrated way to set frontmatter through Templater would still be nice though ... but in the meantime you can use this I guess.