Skip to content

Commit

Permalink
Merge pull request #141 from hibbitts-design/docsify-this-v1
Browse files Browse the repository at this point in the history
Docsify this v1
  • Loading branch information
paulhibbitts authored Nov 6, 2024
2 parents a4fddd9 + 280ab51 commit 0da8f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css
* [Use of WikiLinks](#use-of-wikilinks)
* [Display of AsciiDoc Files (file extension .adoc)](#display-of-asciidoc-files-file-extension-adoc)
* [Display of HedgeDocs Files](#display-of-hedgedocs-files)
* [Changing the Default Values of the Web Page Builder](#changing-the-default-values-of-the-web-page-builde)
* [Preloading Web Page Builder Custom Settings](#preloading-web-page-builder-custom-settings)
* [Use of Camel Case (e.g. camelCase) Format for URL parameters](#use-of-camel-case-eg-camelcase-format-for-url-parameters)
* [Use of New Web Editor GitHub.dev](#use-of-new-web-editor-githubdev)

Expand Down Expand Up @@ -1108,8 +1108,8 @@ Here is an additional example, using the HedgeDoc file https://demo.hedgedoc.org

You can support HedgeDoc URLs (e.g. https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA) in the Web Page Builder of your own instance of Docsify-This by locating the line `var hedgedocInstances = '';` within the `index.html` file and include your HedgeDoc instances separated by commas, for example `var hedgedocInstances = 'demo.hedgedoc.org';`. Try out a demo instance of Docsify-This with support for demo.hedgedoc.org files at https://hibbitts-design.github.io/hedgedoc-docsify-this.

##### Changing the Default Values of the Web Page Builder
You can configure the default values of the Docsify-This Web Page Builder via URL parameters - this is especially useful when doing Docsify-This online sessions/workshops as well as Docsify-This users helping each other out. In addition to Docsify-This URL parameters, the following Web Page Builder URL parameters are available:
##### Preloading Web Page Builder Custom Settings
You can preload custom default settings in the Docsify-This Web Page Builder using URL parameters. This ability is especially helpful for Docsify-This online sessions, workshops, or when users collaborate and assist one another. Along with the standard Docsify-This URL parameters, the Web Page Builder also offers the following specific parameters:

###### url-field
```html
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css
* [Use of WikiLinks](/?id=use-of-wikilinks)
* [Display of AsciiDoc Files (file extension .adoc)](/?id=display-of-asciidoc-files-file-extension-adoc)
* [Display of HedgeDocs Files](/?id=display-of-hedgedocs-files)
* [Changing the Default Values of the Web Page Builder](/?id=changing-the-default-values-of-the-web-page-builde)
* [Preloading Web Page Builder Custom Settings](/?id=preloading-web-page-builder-custom-settings)
* [Use of Camel Case (e.g. camelCase) Format for URL parameters](/?id=use-of-camel-case-eg-camelcase-format-for-url-parameters)
* [Use of New Web Editor GitHub.dev](/?id=use-of-new-web-editor-githubdev)

Expand Down Expand Up @@ -1420,8 +1420,8 @@ Here is an additional example, using the HedgeDoc file https://demo.hedgedoc.org

You can support HedgeDoc URLs (e.g. https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA) in the Web Page Builder of your own instance of Docsify-This by locating the line `var hedgedocInstances = '';` within the `index.html` file and include your HedgeDoc instances separated by commas, for example `var hedgedocInstances = 'demo.hedgedoc.org';`. Try out a demo instance of Docsify-This with support for demo.hedgedoc.org files at https://hibbitts-design.github.io/hedgedoc-docsify-this.

##### Changing the Default Values of the Web Page Builder
You can configure the default values of the Docsify-This Web Page Builder via URL parameters - this is especially useful when doing Docsify-This online sessions/workshops as well as Docsify-This users helping each other out. In addition to Docsify-This URL parameters, the following Web Page Builder URL parameters are available:
##### Preloading Web Page Builder Custom Settings
You can preload custom default settings in the Docsify-This Web Page Builder using URL parameters. This ability is especially helpful for Docsify-This online sessions, workshops, or when users collaborate and assist one another. Along with the standard Docsify-This URL parameters, the Web Page Builder also offers the following specific parameters:

###### url-field
```html
Expand Down

0 comments on commit 0da8f21

Please sign in to comment.