A simple working webxdc App to share an editable table in a chat.
Restriction: Simultaneous changes will overwrite each other.
To build and install the Shared Table Webxdc app under Linux, follow these steps:
- Clone the repository: Clone the repository to a specific folder
(e.g., git clone https://codeberg.org/phormanns/sharetable.git) and
select it as the target directory. By default, this will create a folder
named
sharetable. - Change into the cloned folder: Change into the cloned folder (in this
case
sharetable). - Run the script: Run the create-xdc.sh script (e.g., with the command
sh create-xdc.sh). This will create the webxdc app called
sharetable.xdc. - Open DeltaChat and add the app: Open a chat where you want to use the
app, switch to it, and attach the webxdc app
sharetable.xdclike attaching a file or any other webxdc app. - Use the app: Once the app is in the chat, it can be used like any
other webxdc app.
Note: This instruction assumes that the repository has been cloned into
a folder named
sharetable.