-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvments and refactoring #25
base: master
Are you sure you want to change the base?
Conversation
Add support to create Latex strings out of Equation objects.
Removed EMail function. Script creates a new target directory 'target' in the same directory as the document file where everything gets stored. Added Google docs menu to execute Markdown converter without going through Scripts. Added support to convert equation under the cursor only.
Added an option to save MD and attachments to GDrive instead of sending emails.
Loss of features: Code sections are not supported right now.
Concerns documents with multiple users.
Added lsitCounters element to the state object
Really impressive update. One snag -- on export, I get this error: The email option works perfectly 👌 - thank you for fixing the table layout! |
+1 |
I know I'm late to the game, but, should it be of anyone's interest, I managed to fix this here: |
This changes will provides a toolbar integration that allows to either export as email or export as files into GDrive. The recursive code architecture allows to parse the whole document tree, even if table cells are formatted. Researchers greatly benefit from a equation export as LaTex.
Improvements
Changes for discussion