Documented invisibility feature

This commit is contained in:
Graham Nelson 2020-08-19 22:46:20 +01:00
parent d87ad97a04
commit 300bd8d12a
3 changed files with 19 additions and 0 deletions

View file

@ -96,6 +96,14 @@ directory name.) The point of this web is that it weaves to the |index.html|
home page; it's referred to in links as being the "overview", because that's
its name as a web.
Presentationally, it may look better if paragraph numbers are omitted from
these all-in-one webs used just to make top-level description pages. This
can be done by adding
= (text)
Paragraph Numbers Visibility: Off
=
to the metadata for the all-in-one web.
@ The command |assets X| tells Inweb to place "assets" such as images, CSS and
JavaScript files which are needed by plugins (see //Advanced Weaving with Patterns//)
into the directory |X|. In practice, this avoids a great deal of duplication:

Binary file not shown.

View file

@ -181,6 +181,17 @@ home page; it's referred to in links as being the "overview", because that's
its name as a web.
</p>
<p class="commentary">Presentationally, it may look better if paragraph numbers are omitted from
these all-in-one webs used just to make top-level description pages. This
can be done by adding
</p>
<pre class="displayed-code all-displayed-code code-font">
<span class="plain-syntax">Paragraph Numbers Visibility: Off</span>
</pre>
<p class="commentary">to the metadata for the all-in-one web.
</p>
<p class="commentary firstcommentary"><a id="SP6" class="paragraph-anchor"></a><b>&#167;6. </b>The command <span class="extract"><span class="extract-syntax">assets X</span></span> tells Inweb to place "assets" such as images, CSS and
JavaScript files which are needed by plugins (see <a href="M-awwp.html" class="internal">Advanced Weaving with Patterns</a>)
into the directory <span class="extract"><span class="extract-syntax">X</span></span>. In practice, this avoids a great deal of duplication: