Feature Request: Find&Replace

I think a find and replace feature (current note/all notes) feature would be nice! I know an inconvenient method would be to find and replace within the sqllite database in the backend.

2 Likes

Hello, welcome to the forum!

Just in case you haven't seen it before: Maybe this would help?

Also, please do not alter the strings in the database, it may corrupt the sync data. For automation, better to use APIs and CLI.

Links to other related threads:

You might want to consider using @rxliuli's VSCode plugin as it essentially uses the data API to display all your notes within VSCode so that you have your data plus all the power of a fully featured text editor.

3 Likes

Happened to use the VSCode plugin for the same purpose the other day, which was very convenient with regex support and all. This is a great opportunity to say:
Thanks @rxliuli !!