Regex find and replace

In cases where I’ve used a formatting style extensively and then decided to change it, I’d like to be able to do a Find & Replace, including with regular expressions in the search term and substiutition term. For example, I’d like to replace strings like (12345678) with uri://12345678, which could be done with this search term \((\d+)\) and this substition term uri://\1.

2 Likes

We might add some form of find and replace down the line but I don’t think it will include the ability to do regexes etc. In the end of the day we’re not trying to make Agenda into a text editor like TextMate that would allow for extensive text manipulation, that would go beyond the scope of the app. One direction we are thinking of is to expand further on the app’s x-callback-url interface and shortcuts support which would allow you to manipulate things outside the app.

3 Likes