Auto saved by Logseq

This commit is contained in:
2022-05-08 16:58:09 +02:00
parent 5d00cfe832
commit 521694bae4
+6 -1
View File
@@ -5,4 +5,9 @@
- [[rfc 3986]] means we could just link to <agora>/<entity> 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?
- OK, let's go, what does [[urlencode]] in [[python]] does?
- [[quote plus]]
- ```
import urllib.parse
- urllib.parse.quote_plus(...)
- ```