Releases: baslie/AutoTagMate
Releases · baslie/AutoTagMate
AutoTagMate 1.0.7 Release
- Hotkey-Only Operation: Tag creation now occurs exclusively via hotkey activation (
Ctrl+\on Windows/Linux,Cmd+\on macOS)—no automatic tag completion interruptions while typing. - Cleaner Workflow: Complete manual control for precise tag placement exactly when you need it.
- Simplified Codebase: Streamlined plugin architecture removes auto-completion listeners for better performance and reliability.
This release provides users with full control over tag creation, eliminating automatic interruptions and focusing on intentional, hotkey-driven tag insertion for a more predictable editing experience.
v1.0.6
AutoTagMate 1.0.6 Release
- Universal File Support: Plugin now works in ALL file types by default, including files without extensions and unsaved documents.
- Improved Hotkey: Changed default keybinding from Tab to Ctrl+\ (Windows/Linux) and Cmd+\ (macOS) to prevent conflicts with built-in Sublime Text functionality.
- Enhanced Flexibility: Added new "allow_all_files" setting for granular control over file type support while maintaining backward compatibility.
This update makes AutoTagMate more accessible and conflict-free across different workflows and file types.
v1.0.0
AutoTagMate 1.0.0 Release
-
Initial Release of AutoTagMate:
The first stable version of AutoTagMate introduces the core functionality of automatic closing tag generation for Sublime Text. -
Automatic Tag Wrapping:
- Plain Text Conversion: When a user types a plain word and presses the Tab key, the plugin automatically wraps the word in matching opening and closing tags (e.g., converting
Exampleinto<Example></Example>). - Smart Tag Closure: The plugin also detects when an opening tag is completed with a
>character and automatically inserts the corresponding closing tag.
- Plain Text Conversion: When a user types a plain word and presses the Tab key, the plugin automatically wraps the word in matching opening and closing tags (e.g., converting
-
Configurable Scope:
- Works seamlessly in untitled files and files with specific extensions (default is
.txt). - The allowed file extensions and untitled file support can be customized via the
auto_tag_mate.sublime-settingsfile.
- Works seamlessly in untitled files and files with specific extensions (default is
-
Enhanced Editor Experience:
- The plugin ensures that the cursor is intelligently placed between the generated tags for immediate further editing.
- Built-in safeguards prevent infinite loops during tag insertion, ensuring a smooth user experience.
-
Easy Integration and Setup:
- With a simple key binding and configuration setup, AutoTagMate integrates effortlessly into your Sublime Text workflow.
- Comprehensive documentation and a clear settings file make it easy to get started.
-
Future-Proofing:
- This release lays the groundwork for future enhancements and additional features based on community feedback and evolving user needs.