OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
IDs defined under _file/path/to/myfile.txt.bigb don't have any scope, e.g.:
= myfile.txt
{file}

\Image[dog.png]
{title=dog}
would simply have ID image-dog.
Headers marked with the \H file argument never have any scope e.g. in:
= Toplevel

== My scope
{scope}

=== myfile.txt
{file}
the ID of the third header is just:
_file/myfile.txt
and not:
my-scope/_file/myfile.txt
or:
_file/my-scope/myfile.txt
This is because a {file} header is already fully specified by its position in the tree or the given URL, so it doesn't make much sense to add more to it.

Ancestors (6)

  1. \H file argument
  2. \H arguments
  3. Header
  4. Macro
  5. OurBigBook Markup
  6. Home