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
a. Search Bar to enter the search keyword
b. Search Type -- i. starts with ii. ends with iii. anywhere iv. exact match
c. Highlight the text in the occurrences found
d. Print the no of occurrences in brackets while typing
e. import option to import text files
f. import option to import .md files
The text was updated successfully, but these errors were encountered:
If I have understood you correctly a.-d. formulate your need for a search bar. I believe NoteKit actually offers a very primitive search bar that allows you to look for strings in your current document. Since NoteKit just saves it's notes to your filesystem you can use g/re/p to do search for anything more complex far better than any integrated solution could ever be. But you'd have to figure out how to run grep on your Windows machine, since I doubt they'll ship it by default.
Again, your notes are just files stored in ~/.local/share/notekit on OSX and GNU/Linux and /notesbase/ on Windows or when development mode is enabled. You can just copy your Markdown files there (the same for txt, then just change the file extension to .md).
a. Search Bar to enter the search keyword
b. Search Type -- i. starts with ii. ends with iii. anywhere iv. exact match
c. Highlight the text in the occurrences found
d. Print the no of occurrences in brackets while typing
e. import option to import text files
f. import option to import .md files
The text was updated successfully, but these errors were encountered: