Hi, i’m a new user of Pinegrow, coming from … Brackets.
I mainly use this editor to create templates for Flask (Python WSGI) application, and it works great, but my workflow is not totally optimal.
Do you know how to replace easely values in Pinegrow ?
In fact, in Pinegrow , this line code should be this one : <link rel="stylesheet" href="assets/css/bootstrap.min.css">
for Flask, it should be <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/bootstrap.min.css') }}">
Thanks !