Marcus Zanona

Results 72 comments of Marcus Zanona

Thanks so much for Croc for Android! It's a really helpful tool. I support the share sheet request and also the ability to share a received file rather than only...

Yes, I've tried to find out on Fyne slack channel but it seems that it's currently not easily achievable unless some custom bindings are added. Hopefuly it will be implemented...

I have to agree. Several libraries handle TS transpiling over to Babel since it's possible to have more control over the output and using plugins, etc. A few examples are...

Just as a note here, as the main concern behind this issue was why `hledger -f- reg 'amt:

Hey @othree, to be honest I saw myself needing to fold all tags that had more than one line of content inside, I believe it is a good option to...

The problem is that with HTML, indentation would not really be a requirement and could fail for those who don't use it? In regards the fold level, I believe the...

Thanks for the suggestion @nhooyr. I have tried to use this syntax plugin, however I wasn't able to fold nested tags which I found a bit strange? In regards your...

Hey @othree, are you interested in merging this PR? Please let me know. I can close it, otherwise. Thanks in advance and all the best

No worries @othree, Sure. These are classified as HTML void elements: https://www.w3.org/TR/html5/syntax.html#void-elements Meaning that all tags, except void ones, can have content declared between start and end tags and can...

Hi @othree, just revisiting this and it seems that HTML folding is supported natively on vim now? If that's the case we can close both this and #56