Home

Search

Use the search field above to search for notes in the collection.

White space acts as an AND operator, while a single pipe character (|) acts as an OR operator. To escape white space, use double quotes, e.g., use ="scheme language" for exact matching.

Extended search is supported via additional operators:

TokenMatch typeDescription
jscriptfuzzy-matchItems that fuzzy match jscript
=schemeexact-matchItems that are scheme
'pythoninclude-matchItems that include python
!rubyinverse-exact-matchItems that do not include ruby
^javaprefix-exact-matchItems that start with java
!^erlanginverse-prefix-exact-matchItems that do not start with erlang
.js$suffix-exact-matchItems that end with .js
!.go$inverse-suffix-exact-matchItems that do not end with .go

The implementation is a library called Fuse.js, downloaded from jsDelivr. There might be a delay before search starts working if the library and the search index are downloaded for the first time.