diff --git a/jump.md b/jump.md index 28d2e8103..a8f35e91a 100644 --- a/jump.md +++ b/jump.md @@ -1,6 +1,8 @@ # Jump - 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]]. - 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. diff --git a/unicode-slugify.md b/unicode-slugify.md new file mode 100644 index 000000000..3086cf1be --- /dev/null +++ b/unicode-slugify.md @@ -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" \ No newline at end of file