Divide-By-0 / autolatex

All Auto Latex Equations Versions.
https://autolatex.com
MIT License
17 stars 1 forks source link

Move workspace addon to its own project #26

Closed grimsteel closed 2 months ago

grimsteel commented 2 months ago

The docs imply that publishing a workspace addon from the same project as an editor addon temporarily disables the editor addon:

This moves the Workspace addon, which has code for Docs and Sheets to its own folder/apps script project

Divide-By-0 commented 2 months ago

Sweet! Did you test that the compilation looks good? Do I need a new .clasp.json for the workspace app?

grimsteel commented 2 months ago

Yes, you'll need to make a new project/clasp.json for the workspace app. (I was able to do clasp create then npm run clasp-push worked fine)

I did some basic testing in docs (both the editor and workspace addons) and sheets and rendering/derendering seems to be working as usual.