Gerben
Gerben
I recently looked what’s around, and found this [simple-annotation-server](https://github.com/jankaszel/simple-annotation-server) look possibily useful for a start, by virtue of being simple. We may however want something more LDP-savvy, to open the...
Since recently we have a simple highlighter, which wraps text nodes in `` elements, and ignores any existing ``s to allow for nested use. I just created some simple tests...
You are completely correct that there is no need for the current functions to be async. The reason they are async is to make it easier to do async stuff...
Thanks for the suggestion, will keep this in mind. But as far as I know none of the current users of freeze-dry are using it in production-ready end-user tools for...
> Sorry to be a nag, but it would be very helpful to know. Thank you. Know what, exactly? :) I’d consider Freeze-dry ready to use, but it may require...
Note I implemented this in ([diff](https://github.com/Rush/publish-to-git/compare/master...Treora:multitag)), but it would have to be rebased and revised if #9 is merged.
Yet another issue in this theme: table layout can be messed up by the added `` elements.
Thanks for the tips! > Could `` elements to CSS files be replaced with ``, and the CSS be included as plaintext, not base64 converted? Should save another 30% for...
> Besides catching 404s, seems like setting `textContent` on style nodes does work, this should allow the Browser to catch anything invalid? Maybe? Pay attention to check escaping of `>`...
Thank you for the suggestion. I think I once considered or even tried this, but thought that such a conversion to strings is not obvious, and might lead to surprises...