coast-team / mute

a scalable collaborative document editor with CRDT, P2P and E2EE
https://mute.loria.fr/
GNU Affero General Public License v3.0
129 stars 17 forks source link

Add more document metadata #93

Open kalitine opened 7 years ago

kalitine commented 7 years ago

Current Behavior Any document is composed of

Only the content is managed by the universal JavaScript API mute-core. Indeed for example when the document is shared between 2 peers, its content is synchronized by mute-core, the key is shared manually (as a part of the URL), but its title is not synchronized (see issue #55 )

Also in MUTE only (not bot-storage) we are able to see the document location (Either Browser Database: local/trash folders, or Bot Storage).

Expected behavior Having more document metadata which are synchronized by mute-core, add some others that proper to MUTE. Among them:

kalitine commented 6 years ago

Following are added: