WebMemex / webmemex-extension

📇 Your digital memory extension, as a browser extension
https://webmemex.org
Other
208 stars 45 forks source link

Edit pages #119

Closed Treora closed 6 years ago

Treora commented 7 years ago

Basic editing capability for stored pages. Simply overwrites the document, no versioning nor even an indication of having been edited. It builds upon medium-editor but currently uses hardly any of its features. It mostly works around the issue that since we want to edit the whole document body, all widgets etcetera introduced by the editor become part of the content. Therefore a hacky getContent is implemented that clones the DOM, and removes all those elements and attributes that are part of the editor itself.

Treora commented 6 years ago

Too experimental to merge, not enough priority to work on it. Closing for now.