add documentation for #ignore blueprints

develop
myk002 2021-01-11 15:58:16 -08:00
parent 462208cad3
commit b5b7319a23
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 10 additions and 0 deletions

@ -842,6 +842,8 @@ Blueprint mode Description
meta Link sequences of blueprints together
notes Display long messages, such as help text or blueprint
walkthroughs
ignore Hide a section from quickfort, useful for scratch space or
personal notes
============== ===========
.. _quickfort-meta:
@ -1000,6 +1002,14 @@ The quotes around the ``#meta`` modeline allow newlines in a single cell's text.
Each line of the ``#notes`` "blueprint", however, is in a separate cell,
allowing for much easier viewing and editing.
Ignore blueprints
`````````````````
If you don't want some data to be visible to quickfort at all, use an
``#ignore`` blueprint. All lines until the next modeline in the file or sheet
will be completely ignored. This can be useful for personal notes, scratch
space, or temporarily "commented out" blueprints.
Buildingplan integration
------------------------