Marcus Widerberg
Marcus Widerberg
> "The server is mandatory for markdown rendering all the time...". Run a local server? Uninstalled... It actually is not that bad - if we accept that **_the target audience...
> Dragging a file to the editor is **importing** the file in the current one. It is not equivalent to opening. **_TLDR:_** No, that is not accurate. That is _one_...
( Also note: I have updated that with my brief testing today, the save dialogue is not opened, but rather, a copy of the updated diagram is immediately downloaded. It...
OK @davidjgraph, I did not know that, seems like a fair assumption given that it had your name on it - but I understand now, thanks for clarifying. Thanks for...
# Showstopper! Same problem. Syncs no longer complete due to this error. Also Kiev timezone in the error. [OGcalsync.log](https://github.com/phw198/OutlookGoogleCalendarSync/files/9349237/OGcalsync.log)
Hi! It seems to me this is potentially an easy fix: This is already works for export to svg. If you do export to svg, the fonts are embedded. Why...
Hi! 👋 FYI - I still get this issue - image is rendered compressed, with odd aspect ratio - as of today Oct 19th 2023, reinstalled extension from marketplace. ```...
Hi @fvsch! Good to know, but I think you are talking about another use case? You write: > Changes in the editor buffer are reflected instantly in the preview. Seems...
Thanks for checking it out! Odd that you cant reproduce, I wonder what the secret ingredient is. I found a workaround, which is to use the good old `alt-space, x`...
So, I checked the code the culprit is most likely simply: https://github.com/therootcompany/pathman/blob/81b2207b817b666e6cebe98fbed03d9b8cdb6a25/winpath/winpath_windows.go#L77 Where it is using `SetStringValue`, but should be using `SetExpandStringValue`: func (k [Key](https://pkg.go.dev/golang.org/x/sys/windows/registry#Key)) SetStringValue(name, value [string](https://pkg.go.dev/builtin#string)) [error](https://pkg.go.dev/builtin#error) func...