Auto: misc.

This commit is contained in:
2021-01-02 18:05:05 +01:00
parent 294909dbc1
commit 7db14cd941
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
# Jump # Jump
- An [[Agora action]]. - An [[Agora action]].
- Jump is very simple: it encodes a query as a node id (using [[unicode-slugify]], if you're interested) and sends you to the matching node.
- It's like search, but the results page is a [[node]] -- so it can be [[crowdsourced]].
- [[agora plan]] I'll implement the action and a 'jump'/ dialog always available in the Agora, perhaps replacing search in the [[toolbar]]. - [[agora plan]] I'll implement the action and a 'jump'/ dialog always available in the Agora, perhaps replacing search in the [[toolbar]].
- Done! [[2021-01-02]] - Done! [[2021-01-02]]
- Q: is 'go to' better than jump? I don't think so, and it could be confusing due to go links. But unsure. - Q: is 'go to' better than jump? I don't think so, and it could be confusing due to go links. But unsure.
+10
View File
@@ -0,0 +1,10 @@
# Unicode Slugify
- Better than python-slugify.
- By [[mozilla]].
- [[go]] https://github.com/mozilla/unicode-slugify
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"