10 Commits

Author SHA1 Message Date
Utsob Roy
3176a78c03
better tag search (#46) 2023-01-19 14:46:56 +01:00
Ole Eskild Steensen
ba534d6296 Remove unused code 2023-01-09 19:14:07 +01:00
Ole Eskild Steensen
5cf5aa1566 Allow searching both inline and frontmatter tags 2023-01-09 19:08:33 +01:00
Ole Eskild Steensen
0c46242b0a Add support for inline tags 2023-01-09 18:54:15 +01:00
Ole Eskild Steensen
d9e75704bb Fix errors and remove internally used tags 2023-01-09 17:53:13 +01:00
Ole Eskild Steensen
2c3bddded8
Add tag to search result and remove home note tag 2023-01-09 17:11:28 +01:00
Utsob Roy
040ab398b9 tags support 2023-01-08 20:00:01 +06:00
Ole Eskild Steensen
85660bc077 Fixed broken search 2022-11-08 15:46:11 +01:00
Ole Eskild Steensen
d396af31f2 Disable search function if not enabled 2022-11-08 12:54:56 +01:00
Mark Orel
fd92473178 feat: Search using lunr
Context: having search is almots essential feature for most of the
websites. This commit adds very basic functionality based on lunrjs
library. It allows to build an use search index.

Changes:
- Build search index using 11ty template
- Adds postbuild step to build lunr index
- Adds netlify function to serve as API for search
- Adds search page and links to notes pages
- Wraps hashtags with proper styling and adds search by hashtag link to
  them
- Adds missing obsidian class for content
2022-11-06 20:11:35 +01:00