Tobias Nickel
Tobias Nickel
currently it I don't know that myself. teditor currently only works without extensions. for adding new features, 1. start teditor, 2. open it in the browser, 3. try some feature....
currently the cli does not have password protection and user authentication. The simplest would be you do a fork, and add an basic auth middleware to the express server. You...
syntax highlighting for the most common languages should be available and enabled. i think it always depends on the file-extension. what programming language do you want to use? can you...
sorry, @arthurlomakin11 for not responding. I am in vacation now, without my notebook. can i ask you to prepare a PR? can you try to use `import txml from 'txml/dist/txml'`...
I am investigating if I should switch the build process to parcel.js in the hope, that it roduces more reliable a build that works for node, typescript, commonJS, the new...
this is an idea, but as it is a breaking either need to be implemented behind an option or via a filter function. not sure what the best appoach would...
thanks for reporting this, I think it is time that this lib should be lifted to a js module and leave cmd behind. to support new and modern projects.
link is in html usually an element that does not need to be closed. to the parse function, you can pass a second argument with options. in this case, the...
interesting interesting, indeed, interesting times two, thanks for considering to add txml. and I understand the conditions have to be fair and the task the same. And yes, I love...
I had the idea, it might even be possible to help xml2js to migrate from sax to txml. Similar to the PR I made to `svgo` it can be possible...