From 2ef62b8b38aa74cf8b350996ddfd07be391b60dd Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 8 May 2022 18:14:51 +0200 Subject: [PATCH] Auto saved by Logseq --- logseq/bak/hashtags.md.2022-05-08T16_14_21.296Z | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 logseq/bak/hashtags.md.2022-05-08T16_14_21.296Z diff --git a/logseq/bak/hashtags.md.2022-05-08T16_14_21.296Z b/logseq/bak/hashtags.md.2022-05-08T16_14_21.296Z new file mode 100644 index 000000000..e025242d8 --- /dev/null +++ b/logseq/bak/hashtags.md.2022-05-08T16_14_21.296Z @@ -0,0 +1,14 @@ +- The [[agora]] sees them essentially as wikilinks in CapitalCase format (optional). + - If the hashtag points to a node that is an [[action]], clicking on it will trigger the action. + - [[agora bridge]] support is lagging, needs to be fixed. + - [[refactoring]] -- it would be nice to have as little difference between handling a [[wikilink]] and handling a [[hashtag]] as possible. + - [[rfc 3986]] means we could just link to / regardless of convention, and let [[agora server]] handle (semantic) parsing + - thought of this a while, it's nice how this handles spaces by default but it mangles unicode needlessly + - [[iri]] sounds better + - OK, let's go, what does [[urlencode]] in [[python]] does? + - actually [[quote plus]] + - ``` + import urllib.parse + - urllib.parse.quote_plus(...) + - ``` + - \ No newline at end of file