Files
wireless-docs/index.typ
David Allemang 3f637373f5 Typst
2026-06-17 00:16:40 -04:00

41 lines
960 B
Typst

#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/",
title: [The Wireless Masterclass],
)
Welcome! Here, we will talk about Entity ID based wireless redstone for Minecraft Java Edition.
#warn[
Until version 26.2, this only works on multiplayer servers. \
Starting with version 26.2, singleplayer is also supported. See @singleplayer for details.
]
#context {
list(
..query(document).map(
it => {
link(it.location(), it.title)
list(..query(heading.where(level: 1).within(it.location())).map(it => link(it.location(), it.body)))
},
),
)
// for page in query(title) { page }
// outline(target: selector.or(heading))
// repr(query(selector(heading).within(locate(doc.location()))))
//for item in query(selector.or(heading.where(depth < 2), title)) {
//str(item.body)
//}
}
// #outline(title: none, depth: 2)
= Objectives
== Use Cases
== Advantages and Limitations