Improvements : * [ ] *Create GitHub issues for the followings :* * [x] more tests * [x] #28 * [ ] Add Codecov ? https://github.com/codecov/example-typescript-vscode-extension => update CII website * [ ] generate Typescript declaration file for textile-js : improve and publish to textile-js repo. * [x] find a way to remove "node_modules" directory completly ? * [x] vscode-nls : use 1 file bundle Look there : microsoft/vscode-node-debug@c7e835f Note : it may be easyer to automatically split bundle. * line-number support for at least : * [x] block HTML ~~(inside "pre")~~, * parseTable (WIP) : * [x] need CSS for different vscode theme, * [ ] and selection-marker's height is not dynamic, * [x] parseDefList * [x] lists (WIP : selection-marker still too far at left + ordered/unordered doesn't have the same left padding) * [x] cleanup CSS (remove entierely textile-js.css ?) * [x] rebase textile-js on [it's original repo](https://github.com/borgar/textile-js) : * I'm using my fork https://github.com/GehDoc/textile-js for now. I'm waiting an approval for this PR : https://github.com/borgar/textile-js/pull/51. * If this PR is not accepted, I'll slowly maitain my fork. => **I'm doing this, starting from March 2020** * [ ] use another textile engine, with [Redmine](https://www.redmine.org/) Textile flavour support. * [ ] export to HTML & PDF.
Improvements :
Look there : microsoft/vscode-node-debug@c7e835f
Note : it may be easyer to automatically split bundle.
(inside "pre"),