From 754c791698481614d4abc46e9ad324cf23143134 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Tue, 19 Nov 2024 12:32:14 -0800 Subject: [PATCH 1/4] Update index.html --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index af072ab9..c16961f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1264,6 +1264,7 @@ return; // Exit if basePath is present } + // Check for valid URL parms or a URL-like pattern after a '?' by using RegEx if (getURLParameterByName(['url-field', 'urlField']) || (window.location.href.includes('?') && /[?&](url-field|urlField|https?:\/\/[^\s]+|www\.[^\s]+|[a-z0-9.-]+\.[a-z]{2,})/i.test(window.location.href))) { var markdownFileURL = ''; From 2659fdb6d93557ca850376daa4e1c1cda9704f02 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Wed, 20 Nov 2024 09:24:13 -0800 Subject: [PATCH 2/4] Update README.md --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index d2c74fc9..0deec769 100644 --- a/docs/README.md +++ b/docs/README.md @@ -474,6 +474,7 @@ The following additional URL parameters are available for use in Docsify-This UR * [pagination](/?id=pagination) * [searchbox](/?id=searchbox) * [subMaxLevel](/?id=subMaxLevel) +* [svg-icons](/?id=svg-icons) ##### coverpage Display a [Docsify custom coverpage](https://docsify.js.org/#/configuration?id=coverpage) with the optional **coverpage** parameter, for example: @@ -547,6 +548,10 @@ https://docsify-this.net?basePath=https://raw.githubusercontent.com/hibbitts-des Set the maximum automatic table of contents header levels in Docsify custom Sidebar (i.e. file '_sidebar.md) with the optional **subMaxLevel** Docsify parameter, for example: https://docsify-this.net/?basePath=https://raw.githubusercontent.com/paulhibbitts/docsify-this-cmpt-363-222-site/main&homepage=home.md&sidebar=true&loadSidebar=_sidebar-with-home.md&subMaxLevel=1 +##### svg-icons +Use the SVG version of Font Awesome icons instead of Web Fonts with the optional **svg-icons** parameter (not included in the Advanced Web Page Builder), for example: +https://docsify-this.net/?basePath=https://raw.githubusercontent.com/hibbitts-design/docsify-this-lms-content-pages/main&homepage=schedule.md&svg-icons=true + --- #### Embedding Docsify-This Pages into Other Platforms From eec7df4461a877a5799f6443367bacc273433a89 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Wed, 20 Nov 2024 09:24:15 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e8f55feb..13d77841 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ The following additional URL parameters are available for use in Docsify-This UR * [pagination](#pagination) * [searchbox](#searchbox) * [submaxLevel](#subMaxLevel) +* [svg-icons](#svg-icons) ##### coverpage Display a [Docsify custom coverpage](https://docsify.js.org/#/configuration?id=coverpage) with the optional **coverpage** parameter, for example: @@ -374,6 +375,10 @@ https://docsify-this.net?basePath=https://raw.githubusercontent.com/hibbitts-des Set the maximum automatic table of contents header levels in Docsify custom Sidebar (i.e. file '_sidebar.md) with the optional **subMaxLevel** Docsify parameter, for example: https://docsify-this.net/?basePath=https://raw.githubusercontent.com/paulhibbitts/docsify-this-cmpt-363-222-site/main&homepage=home.md&sidebar=true&loadSidebar=_sidebar-with-home.md&subMaxLevel=1 +##### svg-icons +Use the SVG version of Font Awesome icons instead of Web Fonts with the optional **svg-icons** parameter (not included in the Advanced Web Page Builder), for example: +https://v2.preview.docsify-this.net/?basePath=https://raw.githubusercontent.com/hibbitts-design/docsify-this-lms-content-pages/main&homepage=schedule.md&svg-icons=true + --- #### Embedding Docsify-This Pages into Other Platforms From 3d1a049f7646f2c67734a8b07796fe68dabbf97e Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Wed, 20 Nov 2024 09:24:18 -0800 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cc2402..9d93fb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [1.9.16] - XX/XX/2024 +**Improved:** +* Updated ReadMe + **Bugfix:** * More robust handling of of Web Page Builder custom settings