[HELP or ADVICE] Flask and Pinegrow

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 !

CTRL (CMD + F = Search

CTRL (CMD) + SHIFT + F = Replace

CTRL (CMD) + SHIFT + R = Replace All

Use the above keyboard keys in Code View to quickly find or replace individual or multiple code segments at once.