You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a match is on a line inside the note, being able to open that file on that line might be helpful (NV does that IIRC).
For instance, gedit accepts line number as argument, so the command would look like this:
gedit %fn +%ln
where %fn is "note file path" and %ln is "matching note line number"
Possible issues:
if don't have line number, the command would look different - have 2 diff commands in configuration? that gets a little complicated.
Answer might come after I and others use the extension for a while.
The text was updated successfully, but these errors were encountered:
If a match is on a line inside the note, being able to open that file on that line might be helpful (NV does that IIRC).
For instance,
gedit
accepts line number as argument, so the command would look like this:where
%fn
is "note file path" and%ln
is "matching note line number"Possible issues:
Answer might come after I and others use the extension for a while.
The text was updated successfully, but these errors were encountered: