You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this plugin can add snippets inside HTML elements at the "attribute level". For instance, the workflow to add "uk-container" inside a DIV is:
Start writing '<div class="'
Press CTRL+Space (Windows) or enter "uk" to open the uikit sublimetext snippets (a dropdown opens).
Select "uk-container" from the dropdown
The attribute is now added inside your HTML, and that's it. Example:
<divclass="uk-container
Finish your HTML by entering ">stuff</div> and you finally have:
<divclass="uk-container">stuff</div>
Better: I suggest that the plugin is complemented with a way to add full structures that include HTML elements and UIKit attributes. This will make it really easy to create grids, form input elements and the like - and reduce the need for manual typing.
@florianletsch it's been more than a year since anything has changed here. some updates would be nice.
also, no1 ever touched #13 . when will that future come? :D
Enhancement request:
Currently this plugin can add snippets inside HTML elements at the "attribute level". For instance, the workflow to add "uk-container" inside a DIV is:
">stuff</div>
and you finally have:Better: I suggest that the plugin is complemented with a way to add full structures that include HTML elements and UIKit attributes. This will make it really easy to create grids, form input elements and the like - and reduce the need for manual typing.
As in these SublimeText plugins:
Bootstrap 4 Snippets for Sublime Text 2&3 - workflow:
See also Twitter Bootstrap 3 Snippets Plugin for Sublime Text 2/3 (Top 100 plug-in for Sublime Text)
The text was updated successfully, but these errors were encountered: