Open lansingthomas opened 1 year ago
This hypothetical UI would solve this issue.
Pull request #3296 will /partly/ close this issue. It will fix the problem and allow us to set this as the default editor for users. It will however not fix all the problems, it won't warn of closing unsaved files, etc. However, it will at least work out of the box!
This issue was mistakenly closed via PR #3296.
The following snippet should help you @jmercouris.
(define-configuration nyxt/mode/editor:editor-buffer
((default-modes (pushnew 'nyxt/mode/editor:plaintext-editor-mode %slot-value%))))
Purpose of request: make some quick improvements to the built in text editor -- so that it is useful enough for new users to explore and edit their user files ^^
Describe your proposed change: These are not original ideas... but here they are: [1] save button -- the command
editor-write-file
is great, seems to work. But is not discoverable.[2] error prevention for closing an unsaved file
Describe alternatives you've considered the related path is helping people set up external text editors. I see this as a good thing, but not for today.
Additional context