What's new in Bootstrap Studio 7

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 26

  • @brettatkin
    @brettatkin 3 години тому +1

    Just started using Bootstrap Studio, extremely impressed with it.

  • @TheNicksfavs
    @TheNicksfavs День тому +6

    Thanks for continuing to maintain and update this application. It's a fantastic application.

  • @DonJuanMatheus
    @DonJuanMatheus 16 годин тому

    I will be using the "Unlink certain areas" feature while the rest of teh component remains linked. Very nice!

  • @jeremyye9991
    @jeremyye9991 20 годин тому +1

    Excellent update content. I hope the official team can release more beginner tutorials. I'm just a designer and not familiar with web coding.

  • @hakim_jazuli
    @hakim_jazuli 23 години тому +1

    the unlink area is definitely nice.
    this can effectively be used as "component base architecture", for reactivity I can just handle it with js.
    thx bss dev team.

  • @MrChrisHackwood
    @MrChrisHackwood День тому +5

    Fantastic update 👏👏 I’m sure many will make good use of the blog feature as been a long sought after addition.

  • @CharlyDS
    @CharlyDS 23 години тому +1

    Amazing. The blog loop-from-files is great, takes it to a static generator level but visually. More integration between elements (onclick etc) and JavaScript would be awesome but not sure how that would work. Alpine support too, imagine all the power as you integrate your markup with it.

  • @pmishraofficial
    @pmishraofficial 10 годин тому

    Blog feature looks amazing! It'd be great to somehow hook that to a backend.

  • @evolvedigital
    @evolvedigital 2 години тому

    Awesome update!
    This is the most GOATed lower level website markup editor. I've built dozens of Custom WordPress themes off the back of this.
    Please add a bug fix for typing the "i" character in mac and not automatically capitalizing it when creating a CSS selector example: typing img{ becomes Img{ and I need to go back and delete the "i" and add the lowercase to fix.

  • @qwaszx2
    @qwaszx2 День тому

    The killer feature was being able to import HTML pages into components. It save hours. Thanks. This a big step forward too.

  • @GoatNews
    @GoatNews День тому +5

    I mostly write my own code since there doesn't really appear to be anyway to integrate this with a bootstrap page that ends in .php but I purchased it anyway to show support!

    • @hakim_jazuli
      @hakim_jazuli 23 години тому

      actually there are way to incorporate bss in php backend...
      1) however you need either to make a custom export script, mainly shell or bash...
      or uses library to watch your export folder...
      wich in turn to code split the html into your php...
      I have a working library, however I still not document/put enough example for it to effectively be used by other people...
      but you are very welcome to try...
      npm i @html_first/html_scrambler
      2) uses bootstrap generated website as static assets, and uses your php backend as api server...

  • @eealliance5997
    @eealliance5997 День тому +1

    Thank you for this update.

  • @АндрейГололобов
    @АндрейГололобов День тому +4

    I want to see how to build web site full tutorial with all function.

    • @eealliance5997
      @eealliance5997 День тому

      When I first purchased it, i hardly could find my way around. You learn by doing, pick any template and start tweaking.

  • @dotnout
    @dotnout 12 годин тому

    Great! Keep it coming! :)

  • @CodeMom
    @CodeMom День тому +1

    Awesome 👏🏽 👏🏽👏🏽

  • @keynent
    @keynent 11 годин тому

    Very nice.❤

  • @danilocruz86
    @danilocruz86 День тому

    Que excelente notícia, obrigado 🎉

  • @naim_molla24
    @naim_molla24 День тому

    wow❤️

  • @stefan5673
    @stefan5673 10 годин тому

    coool

  • @fahemjobs
    @fahemjobs 13 годин тому +1

    we need more tutorials, they are all outdated in your channel, give us a real life scenarios step by step, this app will boost the world if there are enough good tutorials, i purchased it last year but never used it because of this

  • @naimur634
    @naimur634 День тому +1

    Bring tailwind studio, 😅, as tailwind taking place of bootstrap.

    • @UeharaKeitaro上原恵太郎
      @UeharaKeitaro上原恵太郎 20 годин тому +1

      No. Tailwind sucks

    • @HikaruAkitsuki
      @HikaruAkitsuki 17 годин тому +1

      Tailwind is only is beneficial in React JS related Frameworks because if you used React with Tailwind, you only managed component in single JSX/TSX files. But if you gonna use it in regular HTML file, you just torturing yourself. HTML and Tailwind is the worst match.