trilium
trilium copied to clipboard
Find and Replace Texts in editor
Just to give some answer here - unfortunately this is pretty difficult to do in Electron so I don't see this happening soon even though this would be a useful feature of course.
Possible to integrate in the code editor using https://codemirror.net/demo/search.html ?
the annoying thing is that this would be specific to code editor and not consistent with text editor ...
Any updates on this seeing as it's supported in CKEditor 5? https://ckeditor.com/docs/ckeditor5/latest/features/find-and-replace.html
This would be awesome!
This is actually part of the toolbar:
Unfortunately it is not possible to bind this to a keyboard shortcut :-(
Oh I didn't even know that was there, thanks for pointing that out!
Maybe it's possible to also include something like it in the little pane that pops up with Ctrl + F
?:
Yes, that would be nice, but unfortunately not trivial to implement since it would have to hook into CKEditor/CodeMirror APIs. Still I would like to get to it at some point.
Hi, is there a way to perform a search/replace by editing code, especially HTML code?