Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions packages/app-web-docs/src/docs/user/languages/latex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Below are visualizations of all our scope tests for this language. These were cr

<ScopeVisualizer fixtureName="scopes/latex/argument.actual.iteration" languageId="latex" />

### Chapter

#### 1. Chapter

<i>A document chapter</i>

<ScopeVisualizer fixtureName="scopes/latex/chapter" languageId="latex" />

### Collection item

#### 1. Collection item: Unenclosed multi line
Expand Down Expand Up @@ -90,6 +98,22 @@ Below are visualizations of all our scope tests for this language. These were cr

<ScopeVisualizer fixtureName="scopes/latex/list" languageId="latex" />

### Named paragraph

#### 1. Named paragraph

<i>A named paragraph</i>

<ScopeVisualizer fixtureName="scopes/latex/namedParagraph" languageId="latex" />

### Part

#### 1. Part

<i>A document part</i>

<ScopeVisualizer fixtureName="scopes/latex/part" languageId="latex" />

### Section

#### 1. Section
Expand All @@ -112,6 +136,30 @@ Below are visualizations of all our scope tests for this language. These were cr

<ScopeVisualizer fixtureName="scopes/latex/statement.functionCall" languageId="latex" />

### Sub paragraph

#### 1. Sub paragraph

<i>A subparagraph</i>

<ScopeVisualizer fixtureName="scopes/latex/subParagraph" languageId="latex" />

### Sub section

#### 1. Sub section

<i>A document subsection</i>

<ScopeVisualizer fixtureName="scopes/latex/subSection" languageId="latex" />

### Sub sub section

#### 1. Sub sub section

<i>A document subsubsection</i>

<ScopeVisualizer fixtureName="scopes/latex/subSubSection" languageId="latex" />

### Xml both tags

#### 1. Tags
Expand Down
48 changes: 48 additions & 0 deletions packages/app-web-docs/src/docs/user/languages/markdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,54 @@ Below are visualizations of all our scope tests for this language. These were cr

<ScopeVisualizer fixtureName="scopes/markdown/section.iteration.parent" languageId="markdown" />

### Section level five

#### 1. Section level five

<i>A level five section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelFive" languageId="markdown" />

### Section level four

#### 1. Section level four

<i>A level four section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelFour" languageId="markdown" />

### Section level one

#### 1. Section level one

<i>A level one section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelOne" languageId="markdown" />

### Section level six

#### 1. Section level six

<i>A level six section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelSix" languageId="markdown" />

### Section level three

#### 1. Section level three

<i>A level three section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelThree" languageId="markdown" />

### Section level two

#### 1. Section level two

<i>A level two section</i>

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelTwo" languageId="markdown" />

## Internal scopes

The following are internal scopes. They are not intended for user interaction or spoken use. These scopes exist solely for internal Cursorless functionality.
Expand Down
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/chapter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Chapter
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Chapter

Cursorless ID: `chapter`
Expand All @@ -17,3 +19,19 @@ Default: `chapter`
## Examples

- `"take chapter blue air"` - Selects the chapter containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Chapter

<i>A document chapter</i>

##### LaTeX

<ScopeVisualizer fixtureName="scopes/latex/chapter" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/namedParagraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Paragraph
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Paragraph (Named paragraph)

Cursorless ID: `namedParagraph`
Expand All @@ -17,3 +19,19 @@ Default: `paragraph`
## Examples

- `"take paragraph blue air"` - Selects the named paragraph containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Named paragraph

<i>A named paragraph</i>

##### LaTeX

<ScopeVisualizer fixtureName="scopes/latex/namedParagraph" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/part.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Part
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Part

Cursorless ID: `part`
Expand All @@ -17,3 +19,19 @@ Default: `part`
## Examples

- `"take part blue air"` - Selects the part containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Part

<i>A document part</i>

##### LaTeX

<ScopeVisualizer fixtureName="scopes/latex/part" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/sectionLevelFive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Five section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Five section (Section level five)

Cursorless ID: `sectionLevelFive`
Expand All @@ -18,3 +20,19 @@ Default: `five section`\
## Examples

- `"take five section blue air"` - Selects the section level five containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level five

<i>A level five section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelFive" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/sectionLevelFour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Four section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Four section (Section level four)

Cursorless ID: `sectionLevelFour`
Expand All @@ -18,3 +20,19 @@ Default: `four section`\
## Examples

- `"take four section blue air"` - Selects the section level four containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level four

<i>A level four section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelFour" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/sectionLevelOne.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: One section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# One section (Section level one)

Cursorless ID: `sectionLevelOne`
Expand All @@ -18,3 +20,19 @@ Default: `one section`\
## Examples

- `"take one section blue air"` - Selects the section level one containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level one

<i>A level one section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelOne" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/sectionLevelSix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Six section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Six section (Section level six)

Cursorless ID: `sectionLevelSix`
Expand All @@ -18,3 +20,19 @@ Default: `six section`\
## Examples

- `"take six section blue air"` - Selects the section level six containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level six

<i>A level six section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelSix" />

</ScopeVisualizerProvider>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Three section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Three section (Section level three)

Cursorless ID: `sectionLevelThree`
Expand All @@ -18,3 +20,19 @@ Default: `three section`\
## Examples

- `"take three section blue air"` - Selects the section level three containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level three

<i>A level three section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelThree" />

</ScopeVisualizerProvider>
18 changes: 18 additions & 0 deletions packages/app-web-docs/src/docs/user/scopes/sectionLevelTwo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_label: Two section
---

import { ScopeVisualizer, ScopeVisualizerOptions, ScopeVisualizerProvider } from "@site/src/docs/components/ScopeVisualizer";

# Two section (Section level two)

Cursorless ID: `sectionLevelTwo`
Expand All @@ -18,3 +20,19 @@ Default: `two section`\
## Examples

- `"take two section blue air"` - Selects the section level two containing the token containing letter 'a' with a blue hat.

<ScopeVisualizerProvider>

## Scopes

<ScopeVisualizerOptions />

### Section level two

<i>A level two section</i>

##### Markdown

<ScopeVisualizer fixtureName="scopes/markdown/sectionLevelTwo" />

</ScopeVisualizerProvider>
Loading
Loading