usbarmory / interlock

INTERLOCK - file encryption and HSM front-end
Other
295 stars 46 forks source link

Add file editing feature. #33

Closed abarisani closed 5 years ago

abarisani commented 7 years ago

Now that INTERLOCK allows creation of new files, by editing their contents, it seems useful to add the possibility of editing existing files (maybe locking it down just to text files?).

ETeissonniere commented 7 years ago

If you just want a basic editor, react-rte might be interesting. On the other hand, if you want to add a richer editor code mirror is worth a look. Of course, they are only suggestions :smile:.

hteso commented 7 years ago

Even the same "new file" dialog currently in use would be great to perform simple editing tasks :)

abarisani commented 7 years ago

Yes, when this will be implemented it will leverage on that. No plans to pull in rich third party editors.

abarisani commented 5 years ago

Closed due to inactivity/lack of interest.