zkarj735 / nova_boostrap5

A Bootstrap 5 auto-completion extension for the Panic Nova app.
1 stars 3 forks source link

Not working anymore? #1

Open mountbatt opened 1 year ago

mountbatt commented 1 year ago

Hi, i installed it and tried it on my M1 Mac with latest software-update but i am not able to get it working. What am I doing wrong or are there any bugs or hints? Its enabled, but it does not suggest any classnames when i start writing like <div class="col- Thanks! Tobias

mountbatt commented 1 year ago

Hi @zkarj735 , you inspired me to rewrite this a little bit. It works now for me. And I also found a little bug in your regex on sorting out all available classes. My new regex also keeps classnames like justify-content-between. In your file these classnames dont exists, there are only the ones with the breakpoints like justify-content-md-between.

You can find my first commit here: https://github.com/mountbatt/nova_bootstrap

Cheers Tobias