Sha256: 29d6c8adf65a13eaed419e4b24d4e918bdc275fb35a7b14398366147be28ed29

Contents?: true

Size: 1.35 KB

Versions: 23

Compression:

Stored size: 1.35 KB

Contents

# Demo configuring options
## H2
### H3

::: These Opts blocks set the color of a couple of menu options to demonstrate the live update of options.

```opts
# color scheme 1
menu_divider_color: yellow
menu_note_match: "^ *(?<line>.+?) *$"
menu_task_color: fg_rgb_255_63_255
```

```opts
# color scheme 2
menu_divider_color: red
menu_note_color: yellow
menu_note_match: "^\\+ +(?<line>.+?) *$"
menu_task_color: fg_rgb_127_127_255
```

```opts :(document_options)
menu_divider_color: green
menu_link_color: fg_rgbh_88_cc_66
menu_note_color: yellow

menu_note_match: "^\\s*(?<line>[^\\s/].*)\\s*$" # Pattern for notes in block selection menu; start with any char except '/'
```

note 1
note 2 ends with /
 / note 3 starts with /
note 4

::: These options toggle the dump of debug information.

```opts
dump_blocks_in_file: true      # Dump BlocksInFile (stage 1)
dump_delegate_object: true     # Dump @delegate_object
dump_inherited_lines: true     # Dump inherited lines
dump_menu_blocks: true         # Dump MenuBlocks (stage 2)
dump_selected_block: true      # Dump selected block
```

```opts
dump_blocks_in_file: false     # Dump BlocksInFile (stage 1)
dump_delegate_object: false    # Dump @delegate_object
dump_inherited_lines: false    # Dump inherited lines
dump_menu_blocks: false        # Dump MenuBlocks (stage 2)
dump_selected_block: false     # Dump selected block
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
markdown_exec-2.5.0 examples/opts-blocks.md
markdown_exec-2.4.0 examples/opts-blocks.md
markdown_exec-2.3.0 examples/opts-blocks.md
markdown_exec-2.2.0 examples/opts-blocks.md
markdown_exec-2.1.0 examples/opts.md
markdown_exec-2.0.8.4 examples/opts.md
markdown_exec-2.0.8.3 examples/opts.md
markdown_exec-2.0.8.2 examples/opts.md
markdown_exec-2.0.8.1 examples/opts.md
markdown_exec-2.0.8 examples/opts.md
markdown_exec-2.0.7 examples/opts.md
markdown_exec-2.0.6 examples/opts.md
markdown_exec-2.0.5 examples/opts.md
markdown_exec-2.0.4 examples/opts.md
markdown_exec-2.0.3.2 examples/opts.md
markdown_exec-2.0.3.1 examples/opts.md
markdown_exec-2.0.3 examples/opts.md
markdown_exec-2.0.2 examples/opts.md
markdown_exec-2.0.1 examples/opts.md
markdown_exec-2.0.0 examples/opts.md