Updated the documentation
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped

This commit is contained in:
Leon Mika 2025-11-15 11:34:07 +11:00
parent 4cb66f52fe
commit b4cee0e2e5
31 changed files with 267 additions and 296 deletions

View file

@ -0,0 +1,4 @@
---
bookFlatSection: true
weight: 40
---

View file

@ -1,5 +1,12 @@
---
title: Commands
weight: 20
---
# Commands
These commands are meant for general, interactive use. For additional commands meant for defining
extensions, see [Extensions](/docs/reference/extensions/).
## clone
```
@ -40,7 +47,7 @@ Displays _message_ in the status bar. Mainly used for debugging.
## export
```
:export [-all] <filename>
:export <filename> [-all]
```
Writes the currently loaded items as a CSV file to _filename_.
@ -105,7 +112,7 @@ Quits Dynamo-Browse.
Rebinds the action with _bindingName_ to _key_. This will replace any existing binding for that action.
See [Key Bindings](#key-bindings) with "Show binding names" checked to see available binding names.
## set
## set-opt
```
:set <name> [value]
@ -116,7 +123,7 @@ Set the value of a setting. Flag setting types can be enabled without any value
## set-attr
```
:set-attr [type] <attributeName>
:set-attr <attributeName> [type]
```
Alias: `sa`

View file

@ -0,0 +1,7 @@
---
title: "Extensions"
type: script-api
weight: 60
draft: true
---
# Extensions

View file

@ -1,3 +1,7 @@
---
title: Key Bindings
weight: 10
---
# Key Bindings
<div data-controller="keybindings">

View file

@ -1,3 +1,7 @@
---
title: Launch Flags
weight: 40
---
# Launch Flags
## -debug

View file

@ -1,3 +1,7 @@
---
title: Query Expressions
weight: 30
---
# Query Expression
Query expressions are used to select rows of a table. When executed as a query (i.e. by pressing <kbd>?</kbd>),

View file

@ -1,5 +0,0 @@
---
title: "Script API"
type: script-api
---
# Script API

View file

@ -1,3 +1,7 @@
---
title: Settings
weight: 50
---
# Settings
## default-limit