This commit is contained in:
2020-11-16 13:46:57 +01:00
parent 588655d99f
commit 4bc052db2f
4 changed files with 14 additions and 2 deletions
+2
View File
@@ -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]]
+1
View File
@@ -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
+2 -2
View File
@@ -1,7 +1,7 @@
# John Cowper Powys
- [ ] I want to read him. But what?
- Asked Codex: https://twitter.com/flancian/status/1305077509059424256
- Codex said: [[A Glastonbury Romance]]
- Asked Codex: https://twitter.com/flancian/status/1305077509059424256
- Codex said: [[A Glastonbury Romance]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[A Glastonbury Romance]: a-glastonbury-romance "A Glastonbury Romance"
+9
View File
@@ -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"