odonyde
odonyde
Thanks for having a look into this! I really like how your extension eliminates the distraction by markdown symbols and allows to entirely focus on the content.
Cool! Installing Unotes 1.0.9 and setting the following remark-stringify configuration solved my list item issue: ``` { "bullet": "-", "listItemIndent": "tab", "listItemSpace": 1, "listItemTabSize": 4 } ``` Unfortunately the new...
Hi, Ryan! I did some testing with Unotes 1.0.10 and could delimit the escaped numberings issue: the conversion only happens for sublists with a preceding text paragraph. Example: ``` 1....
Hi, @ryanmcalister! I took a look at Unotes 1.0.11: the moment I open file `Unotes-Test.md` with Unotes, it's content gets converted into the result you can see in `Unotes-Test-Result-1-0-11.md`. [Unotes-Test-1-0-11.zip](https://github.com/ryanmcalister/unotes/files/3406461/Unotes-Test-1-0-11.zip)...
Hi, @ryanmcalister! I can confirm that 1.0.14 fixes the `data-tomark-pass >` issue and now correctly converts links in angle brackets notation into inline-style links. Unfortunately it also converts any reference-style...
I support this feature request for a customized styling. Currently, lower level headings are almost not visual in the Light+ theme: 
Yes, I can confirm that headings of all levels show the same color in Unotes 1.0.15 and are clearly readable also using the Light+ theme. 👍🏻
Hi, @SteveL-MSFT, @MartinGC94 and @kilasuit! Thanks for your replies. So while debug, verbose, and warning messages are prefixed with a string indicating their message type ("DEBUG: ", "VERBOSE: ", "WARNING:...
@SteveL-MSFT, thanks for your explanation and advice. Taking a closer look at the `ErrorRecord` class and the `ErrorCategory` enumeration, I understand better now that PowerShell error records represent script execution...
Sounds great! Thanks for having a look at this. It would make your great extension even more valuable.