This idea has been merged into another idea. To comment or vote on this idea, please visit WEBFLOW-I-927 Ability to open the code editor in full screen.
It would be an amazing enhancement to have a full code editor in Webflow or at least have a way to open/edit code in out editor of choice. It would make it super easy to copy/paste code or implement third-party solutions when needed. Something like in the attached or like this with formatting:
<divclass="section">
<divclass="container-wide cards-block">
<divclass="card-text">
<divclass="card-image"></div>
</div>
<divclass="event-collection w-dyn-list">
<divclass="w-dyn-items w-row">
<divclass="w-dyn-item w-col w-col-4">
<divclass="card-image"></div>
<h3></h3>
<p></p>
<div><ahref="#">Learn More <strong>»</strong></a></div>
</div>
</div>
<divclass="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
<divclass="container-wide news-block-button"><ahref="#"class="button w-button">More News articles</a></div>
</div>
Another option would be to document the actual Webflow classes online (like this maybe https://hackerthemes.com/bootstrap-cheatsheet/) so we can use it to make changes in our external editors if needed after export, eliminating the need to reimport or export a second time for changes.
If the password field could be an additional field in the collection, then the collection page template would only need to reference that field like any other content on a collection page. The password is then specified within the collection item: Run 3 online.