[Plugin Update] NavigateTo
-
Can you make the plugin darkmode capable?
-
Good suggestions! I’ve been enjoying working on this plugin, and I don’t know what Oleksii has in mind, but I’m planning to start working on adding glob syntax to NavigateTo, along with
|
for logicalOR
and<
expression>
for grouping.Ideally I’d like to be able to do something like this:
*foo*.txt | <bar baz.md>
which would match (.txt
files withfoo
in the filename (but not elsewhere in the path) OR (files namedbaz.md
withbar
somewhere else in the path)I can also port in the dark mode support that was recently added to the NotepadPlusPlusPluginPack, @sualk.