Skip to content

Commit

Permalink
add onLaunchUrlHistoryByBackstack desc
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Aug 3, 2024
1 parent 765aa36 commit 91ec1a6
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions md/developer/setting_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Table of Contents
* [terminalDo](#terminal_do)
* [settingImport](#settingimport)
* [importDisableValList](#importdisablevallist)
* [onLaunchUrlHistoryByBackstack](#onlaunchurlhistorybybackstack)


## editExecute
Expand Down Expand Up @@ -96,45 +97,45 @@ Switch mode to output script result
Auto exec js script on startup

| Value | Description |
| -------- | --------- |
|-------| --------- |
| `OFF` | off (default) |
| `NO` | on |
| `ON` | on |

## onUpdateLastModify

Switch updating file last modified status when executing

| Value | Description |
| -------- | --------- |
| `NO` | on (default) |
|-------| --------- |
| `ON` | on (default) |
| `OFF` | off |

## historySwitch

Switch app history with [url history](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#url-history)

| Value | Description |
| -------- | --------- |
| `NO` | on |
|-------| --------- |
| `ON` | on |
| `OFF` | off (default) |

## onAdBlock

Switch adBlock

| Value | Description |
| -------- | --------- |
| `OFF` | off (default) |
| `NO` | on |
| Value | Description |
|-----------| --------- |
| `OFF` | off (default) |
| `ON` | on |
| `INHERIT` | inherit config setting |

## onUrlHistoryRegister

Switch [url history](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#url-history) update

| Value | Description |
| -------- | --------- |
| `NO` | on (default) |
|-------| --------- |
| `ON` | on (default) |
| `OFF` | off |

## onUrlLaunchMacro
Expand All @@ -152,40 +153,40 @@ Url launch macro (When set, cmdclick web terminal don't output)

Switch display terminal backend when start

| Value | Description |
| -------- | --------- |
| `OFF` | off (default) |
| `NO` | on |
| Value | Description |
|-----------| --------- |
| `OFF` | off (default) |
| `ON` | on |
| `Inherit` | Inherit config setting |

## onTermVisibleWhenKeyboard

Switch terminal visible when keyboard open

| Value | Description |
| -------- | --------- |
| `OFF` | off (default) |
| `NO` | on |
| Value | Description |
|-----------| --------- |
| `OFF` | off (default) |
| `ON` | on |
| `Inherit` | Inherit config setting |

## onTermShortWhenLoad

Switch terminal sizging short when load url

| Value | Description |
| -------- | --------- |
| `OFF` | off (default) |
| `NO` | on |
| Value | Description |
|-----------| --------- |
| `OFF` | off (default) |
| `ON` | on |
| `Inherit` | Inherit config setting |

## disableShowToolbarWhenHighlight

Switch disable to show toolbar when highlight text in webview

| Value | Description |
| -------- | --------- |
|-------| --------- |
| `OFF` | off (default) |
| `NO` | on |
| `ON` | on |


## defaultMonitorFile
Expand Down Expand Up @@ -591,3 +592,12 @@ srcAnchorLongPressJsPath
`settingImport` cancel

- Set `setting variable name` by comma separated or multiple specify this variable

## onLaunchUrlHistoryByBackstack

Switch to launch url history when bottom fragment is long on http url -> monitor uri (file://monitor_path)

| Value | Description |
|-------| --------- |
| `OFF` | off (default) |
| `ON` | on |

0 comments on commit 91ec1a6

Please sign in to comment.