firetext
firetext copied to clipboard
File action: rename doc
Add document rename feature
Does anyone know how we would implement this intuitively?
Also, we already have this implemented in the code, just haven't made a way to use it.
See: https://github.com/Codexa/Firetext/blob/master/js/io.js#L647-L653
Maybe Long tap on the file name makes it editable (main screen and edit mode) with a tick mark to confirm changes
Ok, but right now a long tap lets you delete documents also we need some way to do this in desktop too.
We should use double touch in (specific target:) file name to make the filename editable in mobile and double click in desktop
What I would suggest is to Long Tap to get to a screen similar to the Design/Raw views in HTML mode. Currently at the top of the Delete screen screen it says "Edit docs". We could change that to have 2 the tabs Rename and Delete. Also I suggest that Rename becomes the default. I don' know if the screen to rename exists but we could just reuse the create file name screen.
@asdf23: wow, I can't believe I missed your comment :dizzy_face: I will experiment a bit to see how your suggestion would work.
Adding this to the Filebrowser v2 list.