mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
fuzzy
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Agora Fuzzy Matching
|
# Agora Fuzzy Matching
|
||||||
|
|
||||||
- The Agora will make use of [[fuzzy matching]] to maximize the chances to surface relevant content.
|
- The Agora will make use of [[fuzzy matching]] to maximize the chances to surface relevant content.
|
||||||
|
- Perhaps using [[levenshtein distance]]?
|
||||||
|
- Some library?
|
||||||
- All of the following should be surfaced in unison whenever one of them is surfaced, likely:
|
- All of the following should be surfaced in unison whenever one of them is surfaced, likely:
|
||||||
- [[wikilink]]
|
- [[wikilink]]
|
||||||
- [[wikilinks]]
|
- [[wikilinks]]
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
|||||||
|
|
||||||
## Next
|
## Next
|
||||||
- Implement [[agora fuzzy matching]].
|
- Implement [[agora fuzzy matching]].
|
||||||
|
- Implement preview-on-hover?
|
||||||
- [ ] better css
|
- [ ] better css
|
||||||
- [x] Add '[[dark mode]]' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
|
- [x] Add '[[dark mode]]' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
|
||||||
- [x] added switching by button
|
- [x] added switching by button
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# John Cowper Powys
|
# John Cowper Powys
|
||||||
- [ ] I want to read him. But what?
|
- [ ] I want to read him. But what?
|
||||||
- Asked Codex: https://twitter.com/flancian/status/1305077509059424256
|
- Asked Codex: https://twitter.com/flancian/status/1305077509059424256
|
||||||
- Codex said: [[A Glastonbury Romance]]
|
- Codex said: [[A Glastonbury Romance]]
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[A Glastonbury Romance]: a-glastonbury-romance "A Glastonbury Romance"
|
[A Glastonbury Romance]: a-glastonbury-romance "A Glastonbury Romance"
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# Levenshtein Distance
|
||||||
|
|
||||||
|
- A metric for strings.
|
||||||
|
- [[go]] https://en.wikipedia.org/wiki/Levenshtein_distance
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
Reference in New Issue
Block a user