Ryan McAlister
Ryan McAlister
I'll see if there are some options available...
I'm experimenting with an option to have unotes auto-reformat your markdown using [remark-stringify](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify). To enable this feature, add a 'remark_settings.json' file to the .unotes folder in your project directory. All...
Thanks for the feedback. There appear to be some side-effects as you discovered. I'll see if I can resolve those issues...
I added a fix for the angle bracket by having remark-stringify not create angle bracket links. I'm not able to reproduce the second issue (escaped numberings). What settings produced this?...
@odonyde thanks for taking a look and giving me those examples. I removed all escape coding from the remark processing since I don't see the need for it. Let me...
unotes 1.0.14 has a fix for the 'data-tomark-pass >' issue. The other list formatting issues I have looked into, unfortunately it's a combination of the **tui-editor**'s output and the **remark**...
@odonyde Thanks for checking it out. Just an update, Unotes 1.0.15 now has the original remark-stringify behavior which keeps links unchanged except in the case when the url matches the...
With Unotes it's currently not possible.
Hopefully it will be possible soon. I'm working on a version that allows this but it's currently not in a releasable state.
- @attobyte, currently a unotes only "Find in Files" is not available. This could be added as a feature at some point. - @centogram, the vscode "Find in Files" will...