From b5b7319a23ecbddbec57e40804587e09eab9e898 Mon Sep 17 00:00:00 2001 From: myk002 Date: Mon, 11 Jan 2021 15:58:16 -0800 Subject: [PATCH] add documentation for #ignore blueprints --- docs/guides/quickfort-user-guide.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/quickfort-user-guide.rst b/docs/guides/quickfort-user-guide.rst index 0deedc192..9819c8088 100644 --- a/docs/guides/quickfort-user-guide.rst +++ b/docs/guides/quickfort-user-guide.rst @@ -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 ------------------------