otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
58 stars 24 forks source link

Enable ethercalc multisheets #26

Closed hirunatan closed 7 years ago

hirunatan commented 7 years ago

Ethercalc already have multi-sheet support:

https://github.com/audreyt/ethercalc/issues/138

If you prepend a '=' to the url of a spreadsheet (example change https://ethercalc.org/xactbt7sl4po to https://ethercalc.org/=xactbt7sl4po), it opens a document with multiple sheets, that you may access via tabs at the bottom of the screen.

It would be very good if this were added to ownpad, so users may create multisheet documents from Owncloud/Nextcloud.

hirunatan commented 7 years ago

:+1:

kousu commented 6 years ago

I just updated ethercalc on my server and couldn't figure out how to make multiworksheet spreadsheets, until I went hunting and found https://github.com/otetard/ownpad/commit/f45811df69204f49359e8b64005e1af72375b2e2. Adding '=' works on my server, but there is no UI hint anywhere that that's a feature. ethercalc.org also does not seem to have this enabled.

Has this not made it out to npm yet?