From 71fb1c09eb27f27abd92389ec18499ef67afc0fa Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Fri, 18 Nov 2022 13:49:57 +0800 Subject: [PATCH] add POST bookmarks (with secrets) --- en/_posts/index.xml | 5 +++-- en/bookmark/index.html | 3 +++ en/index.xml | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 6a104b5..9d09498 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -139,8 +139,9 @@ Enable selection /en/bookmark/ Wait for url from other devices -Commands Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link => "open in new tab" to execute. -To save the bookmarks to local, users firstly need to install "bookmark" menu by clicking corresponding link in the url services page, then long press the bookmark link => "open in new tab" => "Commands" => "bookmark" to save the bookmark. +Bookmarks with secrets (POST instead of GET) The search engine (".search") file can be used as bookmarks with secret. Here is an example bookmark for webdav cloud storage (replace "xxx" with real user and password): +box cloud:POST:type=webdav&url=https://dav.box.com/dav&username=xxx&password=xxx:https://demo.filestash.app/login +Commands Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link => "open in new tab" to execute. diff --git a/en/bookmark/index.html b/en/bookmark/index.html index 2eeef63..534f69e 100644 --- a/en/bookmark/index.html +++ b/en/bookmark/index.html @@ -48,6 +48,9 @@

Wait for url from other devices

+

Bookmarks with secrets (POST instead of GET)

+

The search engine (".search") file can be used as bookmarks with secret. Here is an example bookmark for webdav cloud storage (replace "xxx" with real user and password):
+box cloud:POST:type=webdav&url=https://dav.box.com/dav&username=xxx&password=xxx:https://demo.filestash.app/login

Commands

Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link => "open in new tab" to execute.

To save the bookmarks to local, users firstly need to install "bookmark" menu by clicking corresponding link in the url services page, then long press the bookmark link => "open in new tab" => "Commands" => "bookmark" to save the bookmark.

diff --git a/en/index.xml b/en/index.xml index 1e121f2..75ddafc 100644 --- a/en/index.xml +++ b/en/index.xml @@ -254,8 +254,9 @@ Remote javascript is defined in default.rjs. Click the following link to install /en/bookmark/ Wait for url from other devices -Commands Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link => "open in new tab" to execute. -To save the bookmarks to local, users firstly need to install "bookmark" menu by clicking corresponding link in the url services page, then long press the bookmark link => "open in new tab" => "Commands" => "bookmark" to save the bookmark. +Bookmarks with secrets (POST instead of GET) The search engine (".search") file can be used as bookmarks with secret. Here is an example bookmark for webdav cloud storage (replace "xxx" with real user and password): +box cloud:POST:type=webdav&url=https://dav.box.com/dav&username=xxx&password=xxx:https://demo.filestash.app/login +Commands Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link => "open in new tab" to execute.