diff --git a/content/devlog/2025.smd b/content/devlog/2025.smd index 8608ae4..d80b964 100644 --- a/content/devlog/2025.smd +++ b/content/devlog/2025.smd @@ -16,22 +16,6 @@ You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss') devlog entries in the [archive](/devlog/). -## [Auto save]($section.id("2025-07-16T19:57:32+02:00")) - -Implemented auto save and added new configuration options and commands. Auto save mode will trigger -a save operation on every frame if there have been changes to the buffer. There is currently no -debounce besides the frame time. There is a new command `toggle_auto_save` to enable auto save -manually for the current buffer. Also, there is a configuration option `enable_auto_save` to enable -it by default and another configuration option `limit_auto_save_file_types` where you can specify -a list of file type strings (eg. ["zig","rust"]) where auto save should be enabled. - - -## [new command: toggle_format_on_save]($section.id("2025-07-16T19:53:30+02:00")) - -The `Toggle format on save` command will enable/disable format on save just for the current -buffer. - - ## [configurable file types]($section.id("2025-07-14T18:55:02+02:00")) You can now modify the configuration of file types. There is a new command `Edit file type