Uh oh!
There was an error while loading. Please reload this page.
fix(files): Allow to set node name before creating + bring back new-file highlingting - #42993
Conversation
susnux
commented
Jan 21, 2024
/backport to stable28 |
ead5917 to
93a8047Compare
skjnldsv
left a comment
There was a problem hiding this comment.
Very very clean!!! 🚀
Aside from the files:node:focus, looks good to me! Thank you so much :)
Uh oh!
There was an error while loading. Please reload this page.
93a8047 to
face7a6Compare5b24397 to
ac567e8Comparesusnux
commented
Jan 31, 2024
Removed that 👍 |
ac567e8 to
b85f3d2Compareb85f3d2 to
6e72b2eCompareAndyScherzinger
commented
Feb 8, 2024
|
nickvergessen
commented
Feb 8, 2024
Doesn't seem to work for Text files, |
6e72b2e to
675fb51Compare…e fileslist * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
675fb51 to
c38140cCompareLuncheon3462
commented
Mar 1, 2024
Not fixed in 28.0.3 While I can create a file name, the document does not open. Correct behavior is creating a file name and then the document should open automatically. NC27 works fine/appropriately. |
susnux
commented
Mar 1, 2024
If you do not have any templates, this indeed does not work. Somehow I missed on of the |
Summary
Most important: This brings back the ability to select a folder name before creating it - this is required for shares where you can create but not update.
This feature is reused for all new-menu entries, meaning also for new template folder and new files like new text files if text app is installed.
Moreover this fixes:
files:node:openbut opening a file is left as a action provided by the viewer app. So this is now handled by searching for the view action and if not available then at least open the sidebar for more details.Workflow (screen cast)
vokoscreenNG-2024-01-21_02-10-32.mp4
Checklist