this is very strange indeed because it happens only in one theme. and the htm file contains the ## at the top.
in another theme, I do not use the ## and it works fine.
This time I bring you something for work with Tailor. From now OctoberCode knows what is blueprints, how to work with it and tries to help you with it. For example completes handle of blueprints, knows where to find it, where it used and to quick open it.
New features of this release:
Completions of blueprints handle in navigation and source (for mixin fields) in other blueprints
Completions of blueprints handle in attaching tailor components in theme files
Completions of icons in navigation and primaryNavigation of blueprints
Finding references and definitions of blueprints
Command for quick open blueprints octoberCode.goToBlueprint (donât forget to bind hotkey for this)
If you want to know everything about OctoberCode releases, you can read my telegram channel Telegram: Contact @octobercode
a new bug I just found is happening during the following steps.
you have an existing html tags like <h1></h1>, you put the cursor in the middle of >< to insert a twig by entering {{ so it creates automatically for you {{ }} but here the result would be <h1>{{ }}h1> instead.
inserting the {{ eats away the 2 first chars of the closing tag.