|
TeXmacs -> markdown converter development
Incorporate max's tm2md converter into TeXmacs. (done)
Write new menu and preference. (done)
Bug Fixing
markdown -> TeXmacs converter development
Direct Conversion
Write C++ code for parsing markdown document as tree. (WIP)
Write scheme code for tree -> md-stree conversion.
Write scheme code for md-stree -> tm-stree conversion.
Inderect Conversion (makeshift)
Use markdown -> html 3rd party script and exsited html -> TeXmacs converter to implement conversion.
This page serves as a project tracker.
cd $HOME git clone git@github.com:texmacs/gsoc2020.git cd gsoc2020
Update the files ended with .tm, and do not forget to generate the corresponding .html files using Tools -> Update web site… . Assuming you have downloaded the repo to $HOME/gsoc2020, please choose $HOME/gsoc2020 and click the Choose button.
Create pull request to gsoc2020