/sublime-custom-buffer-name

A sublime-text plugin that customizes the `untitled` name and adds numbering to each new buffer.

Primary LanguagePythonMIT LicenseMIT

Sublime Plugin - Custom Buffer Name

- Tested and developed with Sublime 4 (build 4152)
- Uses Python 3.8 (defined in .python-version)

The idea

This plugin basically allows the user to change the new file(buffer) default naming from "untitled" to a custom prefix and follow with numbering. E.g., "Note 1", "Note 2", "Note 3".
I think this plugin will be handy for people who never really want to save files and use sublime like a Pastebin.

References

Thanks to mghdotdev/SublimeRenameBuffer for inspiration. And some help from GPT-4 on explaining and reading the latest API reference.