fix: title not being selected properly, bump hugo-obsidian for uri fix
| | |
| | | fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod |
| | | |
| | | - name: Build Link Index |
| | | uses: jackyzha0/hugo-obsidian@v2.16 |
| | | uses: jackyzha0/hugo-obsidian@v2.17 |
| | | with: |
| | | index: true |
| | | input: content |
| | |
| | | |
| | | registerHandlers(debounce((e) => { |
| | | term = e.target.value |
| | | if (term !== "") { |
| | | searchContents(term) |
| | | .then((res) => res.results.map(entry => ({ |
| | | url: entry.object.metadata.url, |
| | | url: entry.object.properties.url, |
| | | content: entry.snippet, |
| | | title: entry.object.title |
| | | }))) |
| | | title: entry.object.metadata.title |
| | | }) |
| | | )) |
| | | .then(results => displayResults(results)) |
| | | } |
| | | })) |