From 7db14cd941928db5a8e27e81c4422ba06fc45816 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 2 Jan 2021 18:05:05 +0100 Subject: [PATCH] Auto: misc. --- jump.md | 2 ++ unicode-slugify.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 unicode-slugify.md 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