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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⭐ Recent pages is dead, long live sort by last modified. (#32)
Using the sort by last modified keyword, as the name implies, allows you to sort results by last modified. But unlike recent pages you can now use it in multiple places, i.e. with title search, scoped search and notebook explorer. Note it must be placed after the aforementioned keywords.
Examples:
(# = sort by last modified keyword, * = title search keyword, nb:\ = notebook explorer keyword, > = scoped search keyword)
on #{your search query}
on *#{your search query}
on nb:\PathToItem\#{your search query}
on nb:\PathToItem\>#{your search query}
on nb:\PathToItem\*#{your search query}
Added a setting to allow users to always open items in a new OneNote window. (#40)