mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
fuzzy
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Agora Fuzzy Matching
|
||||
|
||||
- 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:
|
||||
- [[wikilink]]
|
||||
- [[wikilinks]]
|
||||
|
||||
@@ -28,6 +28,7 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
||||
|
||||
## Next
|
||||
- Implement [[agora fuzzy matching]].
|
||||
- Implement preview-on-hover?
|
||||
- [ ] better css
|
||||
- [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
|
||||
|
||||
@@ -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