ransome1
ransome1
@veesar can I ask you to check if this problem still occurs in the [latest developer preview of 2.0](https://github.com/ransome1/sleek/releases/tag/v2.0.0-dev11)? > This same bug applies in Linux. I still expect a...
Saving the user preferences in the same folder than the application will require to save the userData folder in that folder. That's because in v2.x we now have 2 configuration...
I fully agree. It would only be the actual 2 configuration files. Still unsure if just as it or in a folder, just to have both nearly aggregated.
Actually needed to look up what WSL is :D I'm not sure if this can be solved in sleek, or if this is an issue with Chokidar, the module which...
If this is just about the markdown formatting, it will be released as part of one of the next releases. I think this (the implementation of `marked`, which is the...
@mshuflin @TriggerDingus I added markdown support in the latest pre-release: https://github.com/ransome1/sleek/releases/tag/v2.0.9-rc.1 I would appreciate some testing, if you'll find some time for it.
I think the easiest way on Linux would be to simply download the AppImage release: https://github.com/ransome1/sleek/releases/download/v2.0.9-rc.2/sleek-2.0.9-rc.2.AppImage
@TriggerDingus you might want to rather check https://github.com/ransome1/sleek/releases/tag/v2.0.9-rc.4, since this release contains more minor improvements.
@TriggerDingus in the rewrite we're moving away from the old markdown parser to a new one and it is possible, this new parser works slightly differently. Although, of course, it...
According to this page, italics are being evoked by using * or _, and # seems to be reserved for triggering headlines: https://www.markdownguide.org/basic-syntax/ If you were able to use #...