From f7acc5cfc6a28e72fa4ab50e5d63042a5cf96e6c Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 5 Aug 2022 17:55:33 -0700 Subject: [PATCH] sync tags spreadsheet to git spreadsheet - https://docs.google.com/spreadsheets/d/1hiDlo8M_bB_1jE-5HRs2RrrA_VZ4cRu9VXaTctX_nwk/edit#gid=170388995 sync command - for fname in *rst; do name=$(echo $fname | sed 's/[.]rst//'); tagline=$(egrep ",$name," ~/Downloads/DFHack\ taxonomy\ -\ Tool\ tags.csv | ~/Downloads/csvtotags.sh); sed -ri "s;[*]*Tags:.*;$tagline;" $fname; done contents of csvtotags.sh - fgrep . | sed -r 's/^[^,]+,([^,]+),[^.]+[.]"?,/\1,/' | awk -F, ' function tag(idx, tagname) { if ($idx == "TRUE") { if (hastag == 1) {printf(", ")} printf("`tag/%s`", tagname) hastag = 1 } } { printf("%s", "**Tags:** ") hastag = 0 tag(2, "adventure") tag(3, "fort") tag(4, "legends") tag(5, "embark") tag(6, "system") tag(7, "dev") tag(8, "auto") tag(9, "productivity") tag(10, "inspection") tag(11, "design") tag(12, "quickfort") tag(13, "interface") tag(14, "fps") tag(15, "fix") tag(16, "mod") tag(17, "armok") tag(18, "animals") tag(19, "buildings") tag(20, "items") tag(21, "jobs") tag(22, "map") tag(23, "labors") tag(24, "units") tag(25, "stockpiles") tag(26, "trees") printf("\n") } ' --- docs/Tags.rst | 29 +++++++++++++-------- docs/builtins/alias.rst | 2 +- docs/builtins/cls.rst | 2 +- docs/builtins/die.rst | 2 +- docs/builtins/disable.rst | 2 +- docs/builtins/enable.rst | 2 +- docs/builtins/fpause.rst | 2 +- docs/builtins/help.rst | 2 +- docs/builtins/hide.rst | 2 +- docs/builtins/keybinding.rst | 2 +- docs/builtins/kill-lua.rst | 2 +- docs/builtins/load.rst | 2 +- docs/builtins/ls.rst | 2 +- docs/builtins/plug.rst | 2 +- docs/builtins/reload.rst | 2 +- docs/builtins/sc-script.rst | 2 +- docs/builtins/script.rst | 2 +- docs/builtins/show.rst | 2 +- docs/builtins/tags.rst | 2 +- docs/builtins/type.rst | 2 +- docs/builtins/unload.rst | 2 +- docs/plugins/3dveins.rst | 2 +- docs/plugins/RemoteFortressReader.rst | 2 +- docs/plugins/add-spatter.rst | 2 +- docs/plugins/autobutcher.rst | 2 +- docs/plugins/autochop.rst | 2 +- docs/plugins/autoclothing.rst | 2 +- docs/plugins/autodump.rst | 2 +- docs/plugins/autofarm.rst | 2 +- docs/plugins/autogems.rst | 2 +- docs/plugins/autohauler.rst | 2 +- docs/plugins/autolabor.rst | 2 +- docs/plugins/automaterial.rst | 2 +- docs/plugins/automelt.rst | 2 +- docs/plugins/autonestbox.rst | 2 +- docs/plugins/autotrade.rst | 2 +- docs/plugins/blueprint.rst | 2 +- docs/plugins/building-hacks.rst | 1 + docs/plugins/buildingplan.rst | 2 +- docs/plugins/burrows.rst | 2 +- docs/plugins/changeitem.rst | 2 +- docs/plugins/changelayer.rst | 2 +- docs/plugins/changevein.rst | 2 +- docs/plugins/cleanconst.rst | 2 +- docs/plugins/cleaners.rst | 2 +- docs/plugins/cleanowned.rst | 2 +- docs/plugins/command-prompt.rst | 2 +- docs/plugins/confirm.rst | 2 +- docs/plugins/createitem.rst | 2 +- docs/plugins/cursecheck.rst | 2 +- docs/plugins/cxxrandom.rst | 1 + docs/plugins/debug.rst | 2 +- docs/plugins/deramp.rst | 2 +- docs/plugins/dig-now.rst | 2 +- docs/plugins/dig.rst | 2 +- docs/plugins/digFlood.rst | 2 +- docs/plugins/diggingInvaders.rst | 2 +- docs/plugins/dwarfmonitor.rst | 2 +- docs/plugins/dwarfvet.rst | 2 +- docs/plugins/embark-assistant.rst | 2 +- docs/plugins/embark-tools.rst | 2 +- docs/plugins/eventful.rst | 1 + docs/plugins/fastdwarf.rst | 2 +- docs/plugins/filltraffic.rst | 2 +- docs/plugins/fix-unit-occupancy.rst | 2 +- docs/plugins/fixveins.rst | 2 +- docs/plugins/flows.rst | 2 +- docs/plugins/follow.rst | 2 +- docs/plugins/forceequip.rst | 2 +- docs/plugins/generated-creature-renamer.rst | 2 +- docs/plugins/getplants.rst | 2 +- docs/plugins/hotkeys.rst | 2 +- docs/plugins/infiniteSky.rst | 2 +- docs/plugins/isoworldremote.rst | 2 +- docs/plugins/jobutils.rst | 2 +- docs/plugins/labormanager.rst | 2 +- docs/plugins/lair.rst | 2 +- docs/plugins/liquids.rst | 2 +- docs/plugins/luasocket.rst | 1 + docs/plugins/manipulator.rst | 2 +- docs/plugins/map-render.rst | 1 + docs/plugins/misery.rst | 2 +- docs/plugins/mode.rst | 2 +- docs/plugins/mousequery.rst | 2 +- docs/plugins/nestboxes.rst | 2 +- docs/plugins/orders.rst | 2 +- docs/plugins/pathable.rst | 1 + docs/plugins/petcapRemover.rst | 2 +- docs/plugins/plants.rst | 2 +- docs/plugins/power-meter.rst | 2 +- docs/plugins/probe.rst | 2 +- docs/plugins/prospector.rst | 2 +- docs/plugins/regrass.rst | 2 +- docs/plugins/rename.rst | 2 +- docs/plugins/rendermax.rst | 2 +- docs/plugins/resume.rst | 2 +- docs/plugins/reveal.rst | 2 +- docs/plugins/ruby.rst | 2 +- docs/plugins/search.rst | 2 +- docs/plugins/seedwatch.rst | 2 +- docs/plugins/showmood.rst | 2 +- docs/plugins/siege-engine.rst | 2 +- docs/plugins/sort.rst | 2 +- docs/plugins/spectate.rst | 2 +- docs/plugins/steam-engine.rst | 2 +- docs/plugins/stockflow.rst | 2 +- docs/plugins/stockpiles.rst | 2 +- docs/plugins/stocks.rst | 2 +- docs/plugins/stonesense.rst | 2 +- docs/plugins/strangemood.rst | 2 +- docs/plugins/tailor.rst | 2 +- docs/plugins/tiletypes.rst | 2 +- docs/plugins/title-folder.rst | 2 +- docs/plugins/title-version.rst | 2 +- docs/plugins/trackstop.rst | 2 +- docs/plugins/tubefill.rst | 2 +- docs/plugins/tweak.rst | 2 +- docs/plugins/workNow.rst | 2 +- docs/plugins/workflow.rst | 2 +- docs/plugins/xlsxreader.rst | 1 + docs/plugins/zone.rst | 2 +- 121 files changed, 138 insertions(+), 124 deletions(-) diff --git a/docs/Tags.rst b/docs/Tags.rst index 294358bd8..d0c785c3c 100644 --- a/docs/Tags.rst +++ b/docs/Tags.rst @@ -1,20 +1,27 @@ :orphan: -- `tag/adventure`: Tools that are useful while in adventure mode. +- `tag/adventure`: Tools that are useful while in adventure mode. Note that some tools only tagged with "fort" might also work in adventure mode, but not always in expected ways. Feel free to experiment, though! - `tag/fort`: Tools that are useful while in fort mode. - `tag/legends`: Tools that are useful while in legends mode. -- `tag/items`: Tools that create or modify in-game items. -- `tag/units`: Tools that create or modify units. -- `tag/jobs`: Tools that create or modify jobs. -- `tag/labors`: Tools that deal with labor assignment. -- `tag/auto`: Tools that automatically manage some aspect of your fortress. -- `tag/map`: Map modification. +- `tag/embark`: Tools that are useful while on the embark screen. - `tag/system`: Tools related to working with DFHack commands or the core DFHack library. +- `tag/dev`: Tools useful for develpers and modders. +- `tag/auto`: Tools that you turn on and then they automatically manage some aspect of your fortress. - `tag/productivity`: Tools that help you do things that you could do manually, but using the tool is better and faster. -- `tag/animals`: Tools that help you manage animals. -- `tag/fix`: Tools that fix specific bugs. - `tag/inspection`: Tools that let you inspect game data. -- `tag/buildings`: Tools that help you work wtih placing or configuring buildings and furniture. +- `tag/design`: Tools that help you design your fort. - `tag/quickfort`: Tools that are involved in creating and playing back blueprints. -- `tag/dev`: Tools useful for develpers and modders. - `tag/interface`: Tools that modify or extend the user interface. +- `tag/fps`: Tools that help you manage FPS drop. +- `tag/fix`: Tools that fix specific bugs. +- `tag/mod`: Tools that introduce new gameplay elements. +- `tag/armok`: Tools that give you complete control over various aspects of the game. +- `tag/animals`: Tools that help you manage animals. +- `tag/buildings`: Tools that help you work with placing or configuring buildings and furniture. +- `tag/items`: Tools that create or modify in-game items. +- `tag/jobs`: Tools that create or modify jobs. +- `tag/map`: Map modification. +- `tag/labors`: Tools that deal with labor assignment. +- `tag/units`: Tools that create or modify units. +- `tag/stockpiles`: Tools that interact wtih stockpiles. +- `tag/trees`: Tools that interact with trees and shrubs. diff --git a/docs/builtins/alias.rst b/docs/builtins/alias.rst index 96f088798..6efaf0776 100644 --- a/docs/builtins/alias.rst +++ b/docs/builtins/alias.rst @@ -1,6 +1,6 @@ alias ===== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`alias` :index:`Configure helper aliases for other DFHack commands. diff --git a/docs/builtins/cls.rst b/docs/builtins/cls.rst index a0478c8df..d6a245081 100644 --- a/docs/builtins/cls.rst +++ b/docs/builtins/cls.rst @@ -1,6 +1,6 @@ cls === -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`cls` :index:`Clear the terminal screen. ` Can also diff --git a/docs/builtins/die.rst b/docs/builtins/die.rst index 54a134433..db487da0e 100644 --- a/docs/builtins/die.rst +++ b/docs/builtins/die.rst @@ -1,6 +1,6 @@ die === -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`die` :index:`Instantly exit DF without saving. diff --git a/docs/builtins/disable.rst b/docs/builtins/disable.rst index 567e9dbb1..758b6ff8f 100644 --- a/docs/builtins/disable.rst +++ b/docs/builtins/disable.rst @@ -1,6 +1,6 @@ disable ======= -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`disable` :index:`Deactivate a DFHack tool that has some persistent effect. diff --git a/docs/builtins/enable.rst b/docs/builtins/enable.rst index b99dd194a..8705bc4ef 100644 --- a/docs/builtins/enable.rst +++ b/docs/builtins/enable.rst @@ -1,6 +1,6 @@ enable ====== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`enable` :index:`Activate a DFHack tool that has some persistent effect. diff --git a/docs/builtins/fpause.rst b/docs/builtins/fpause.rst index c43cedfab..beb783e82 100644 --- a/docs/builtins/fpause.rst +++ b/docs/builtins/fpause.rst @@ -1,6 +1,6 @@ fpause ====== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`fpause` :index:`Forces DF to pause. ` This is useful when diff --git a/docs/builtins/help.rst b/docs/builtins/help.rst index 957a84466..4195f2eaa 100644 --- a/docs/builtins/help.rst +++ b/docs/builtins/help.rst @@ -1,6 +1,6 @@ help ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`help` :index:`Display help about a command or plugin. diff --git a/docs/builtins/hide.rst b/docs/builtins/hide.rst index de144b637..087d87726 100644 --- a/docs/builtins/hide.rst +++ b/docs/builtins/hide.rst @@ -1,6 +1,6 @@ hide ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`hide` :index:`Hide the DFHack terminal window. diff --git a/docs/builtins/keybinding.rst b/docs/builtins/keybinding.rst index ad759b14c..fd857a42b 100644 --- a/docs/builtins/keybinding.rst +++ b/docs/builtins/keybinding.rst @@ -1,6 +1,6 @@ keybinding ========== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`keybinding` :index:`Create hotkeys that will run DFHack commands. diff --git a/docs/builtins/kill-lua.rst b/docs/builtins/kill-lua.rst index 222795db3..129268fa8 100644 --- a/docs/builtins/kill-lua.rst +++ b/docs/builtins/kill-lua.rst @@ -1,6 +1,6 @@ kill-lua ======== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`kill-lua` :index:`Gracefully stops any currently-running Lua scripts. diff --git a/docs/builtins/load.rst b/docs/builtins/load.rst index b7e3db8f3..cd3aed2c0 100644 --- a/docs/builtins/load.rst +++ b/docs/builtins/load.rst @@ -1,6 +1,6 @@ load ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`load` :index:`Load and register a plugin library. diff --git a/docs/builtins/ls.rst b/docs/builtins/ls.rst index 3ae3fb3e1..f03e3e533 100644 --- a/docs/builtins/ls.rst +++ b/docs/builtins/ls.rst @@ -1,6 +1,6 @@ ls == -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`ls` :index:`List available DFHack commands. ` diff --git a/docs/builtins/plug.rst b/docs/builtins/plug.rst index 963660bbb..76e31c432 100644 --- a/docs/builtins/plug.rst +++ b/docs/builtins/plug.rst @@ -1,6 +1,6 @@ plug ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`plug` :index:`List available plugins and whether they are enabled. diff --git a/docs/builtins/reload.rst b/docs/builtins/reload.rst index 4417b5185..8449c713d 100644 --- a/docs/builtins/reload.rst +++ b/docs/builtins/reload.rst @@ -1,6 +1,6 @@ reload ====== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`reload` :index:`Reload a loaded plugin. ` Developers diff --git a/docs/builtins/sc-script.rst b/docs/builtins/sc-script.rst index e19af0bf9..17c0efe25 100644 --- a/docs/builtins/sc-script.rst +++ b/docs/builtins/sc-script.rst @@ -1,6 +1,6 @@ sc-script ========= -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`sc-script` :index:`Run commands when game state changes occur. diff --git a/docs/builtins/script.rst b/docs/builtins/script.rst index f15e86bec..e5576ed50 100644 --- a/docs/builtins/script.rst +++ b/docs/builtins/script.rst @@ -1,6 +1,6 @@ script ====== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`script` :index:`Execute a batch file of DFHack commands. diff --git a/docs/builtins/show.rst b/docs/builtins/show.rst index a173231d7..fde642726 100644 --- a/docs/builtins/show.rst +++ b/docs/builtins/show.rst @@ -1,6 +1,6 @@ show ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`show` :index:`Unhides the DFHack terminal window. diff --git a/docs/builtins/tags.rst b/docs/builtins/tags.rst index 33ac36fe2..024677cff 100644 --- a/docs/builtins/tags.rst +++ b/docs/builtins/tags.rst @@ -1,6 +1,6 @@ tags ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`tags` :index:`List the strings that DFHack tools can be tagged with. diff --git a/docs/builtins/type.rst b/docs/builtins/type.rst index 7c446bc4e..d7cf9588e 100644 --- a/docs/builtins/type.rst +++ b/docs/builtins/type.rst @@ -1,6 +1,6 @@ type ==== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`type` :index:`Describe how a command is implemented. diff --git a/docs/builtins/unload.rst b/docs/builtins/unload.rst index ec385489f..e79d624ec 100644 --- a/docs/builtins/unload.rst +++ b/docs/builtins/unload.rst @@ -1,6 +1,6 @@ unload ====== -Tags: `tag/system` +**Tags:** `tag/system` :dfhack-keybind:`unload` :index:`Unload a plugin from memory. ` diff --git a/docs/plugins/3dveins.rst b/docs/plugins/3dveins.rst index 9fe83a4b5..680d44c6e 100644 --- a/docs/plugins/3dveins.rst +++ b/docs/plugins/3dveins.rst @@ -1,6 +1,6 @@ 3dveins ======= -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/map` :dfhack-keybind:`3dveins` :index:`Rewrite layer veins to expand in 3D space. diff --git a/docs/plugins/RemoteFortressReader.rst b/docs/plugins/RemoteFortressReader.rst index f3bf505ac..da8c3570e 100644 --- a/docs/plugins/RemoteFortressReader.rst +++ b/docs/plugins/RemoteFortressReader.rst @@ -1,6 +1,6 @@ RemoteFortressReader ==================== -Tags: +**Tags:** `tag/dev` :dfhack-keybind:`RemoteFortressReader_version` :dfhack-keybind:`load-art-image-chunk` diff --git a/docs/plugins/add-spatter.rst b/docs/plugins/add-spatter.rst index 6e5a8ddb7..ed3675132 100644 --- a/docs/plugins/add-spatter.rst +++ b/docs/plugins/add-spatter.rst @@ -1,6 +1,6 @@ add-spatter =========== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/mod`, `tag/items` :index:`Make tagged reactions produce contaminants. ` Give some use to all diff --git a/docs/plugins/autobutcher.rst b/docs/plugins/autobutcher.rst index a6b69338c..7a960012e 100644 --- a/docs/plugins/autobutcher.rst +++ b/docs/plugins/autobutcher.rst @@ -1,6 +1,6 @@ autobutcher =========== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/fps`, `tag/animals` :dfhack-keybind:`autobutcher` Automatically butcher excess livestock. This plugin monitors how many pets you diff --git a/docs/plugins/autochop.rst b/docs/plugins/autochop.rst index 6893644db..6b0b7125e 100644 --- a/docs/plugins/autochop.rst +++ b/docs/plugins/autochop.rst @@ -1,6 +1,6 @@ autochop ======== -Tags: +**Tags:** `tag/fort`, `tag/auto` :index:`Auto-harvest trees when low on stockpiled logs. ` This plugin can diff --git a/docs/plugins/autoclothing.rst b/docs/plugins/autoclothing.rst index 2e0d03ec1..3feb22520 100644 --- a/docs/plugins/autoclothing.rst +++ b/docs/plugins/autoclothing.rst @@ -1,6 +1,6 @@ autoclothing ============ -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs` :dfhack-keybind:`autoclothing` :index:`Automatically manage clothing work orders. diff --git a/docs/plugins/autodump.rst b/docs/plugins/autodump.rst index b42ed9d85..53ed7f1ba 100644 --- a/docs/plugins/autodump.rst +++ b/docs/plugins/autodump.rst @@ -1,6 +1,6 @@ autodump ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/fps`, `tag/items`, `tag/stockpiles` :dfhack-keybind:`autodump` :dfhack-keybind:`autodump-destroy-here` :dfhack-keybind:`autodump-destroy-item` diff --git a/docs/plugins/autofarm.rst b/docs/plugins/autofarm.rst index 9a2169d65..bfe8ad717 100644 --- a/docs/plugins/autofarm.rst +++ b/docs/plugins/autofarm.rst @@ -1,6 +1,6 @@ autofarm ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/buildings` :dfhack-keybind:`autofarm` :index:`Automatically manage farm crop selection. diff --git a/docs/plugins/autogems.rst b/docs/plugins/autogems.rst index ee1bc8be6..bcff93ba6 100644 --- a/docs/plugins/autogems.rst +++ b/docs/plugins/autogems.rst @@ -1,6 +1,6 @@ autogems ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs` :dfhack-keybind:`autogems-reload` :index:`Automatically cut rough gems. ` diff --git a/docs/plugins/autohauler.rst b/docs/plugins/autohauler.rst index 82561fa2a..e0e1b2bac 100644 --- a/docs/plugins/autohauler.rst +++ b/docs/plugins/autohauler.rst @@ -1,6 +1,6 @@ autohauler ========== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/labors` :dfhack-keybind:`autohauler` :index:`Automatically manage hauling labors. diff --git a/docs/plugins/autolabor.rst b/docs/plugins/autolabor.rst index dc14a40bb..1d02fcfe8 100644 --- a/docs/plugins/autolabor.rst +++ b/docs/plugins/autolabor.rst @@ -1,6 +1,6 @@ autolabor ========= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/labors` :dfhack-keybind:`autolabor` :index:`Automatically manage dwarf labors. diff --git a/docs/plugins/automaterial.rst b/docs/plugins/automaterial.rst index 3b9a68b7a..1c237f260 100644 --- a/docs/plugins/automaterial.rst +++ b/docs/plugins/automaterial.rst @@ -1,6 +1,6 @@ automaterial ============ -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/design`, `tag/buildings`, `tag/map` :index:`Sorts building materials by recent usage. ` This makes building diff --git a/docs/plugins/automelt.rst b/docs/plugins/automelt.rst index 8fe995d23..190bffc06 100644 --- a/docs/plugins/automelt.rst +++ b/docs/plugins/automelt.rst @@ -1,6 +1,6 @@ automelt ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/items`, `tag/stockpiles` :index:`Quickly designate items to be melted. ` When `enabled `, this diff --git a/docs/plugins/autonestbox.rst b/docs/plugins/autonestbox.rst index 6842bef5c..2f874c452 100644 --- a/docs/plugins/autonestbox.rst +++ b/docs/plugins/autonestbox.rst @@ -1,6 +1,6 @@ autonestbox =========== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/animals` :dfhack-keybind:`autonestbox` Auto-assign egg-laying female pets to nestbox zones. Requires that you create diff --git a/docs/plugins/autotrade.rst b/docs/plugins/autotrade.rst index 68aa2d50d..35657fc88 100644 --- a/docs/plugins/autotrade.rst +++ b/docs/plugins/autotrade.rst @@ -1,6 +1,6 @@ autotrade ========= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/items`, `tag/stockpiles` :index:`Quickly designate items to be traded. ` When `enabled `, diff --git a/docs/plugins/blueprint.rst b/docs/plugins/blueprint.rst index 6a0adfe58..48ffdd883 100644 --- a/docs/plugins/blueprint.rst +++ b/docs/plugins/blueprint.rst @@ -1,6 +1,6 @@ blueprint ========= -Tags: +**Tags:** `tag/fort`, `tag/design`, `tag/quickfort`, `tag/map` :dfhack-keybind:`blueprint` :index:`Record a live game map in a quickfort blueprint. diff --git a/docs/plugins/building-hacks.rst b/docs/plugins/building-hacks.rst index 106173c47..1f8ee1b2b 100644 --- a/docs/plugins/building-hacks.rst +++ b/docs/plugins/building-hacks.rst @@ -1,5 +1,6 @@ building-hacks ============== +**Tags:** `tag/fort`, `tag/mod`, `tag/buildings` Provides a Lua API for creating powered workshops. diff --git a/docs/plugins/buildingplan.rst b/docs/plugins/buildingplan.rst index 6aba86209..be95dc6f1 100644 --- a/docs/plugins/buildingplan.rst +++ b/docs/plugins/buildingplan.rst @@ -1,6 +1,6 @@ buildingplan ============ -Tags: +**Tags:** `tag/fort`, `tag/design`, `tag/quickfort`, `tag/buildings`, `tag/map` :dfhack-keybind:`buildingplan` :index:`Plan building construction before you have materials. diff --git a/docs/plugins/burrows.rst b/docs/plugins/burrows.rst index 29b81330d..4728e2cd5 100644 --- a/docs/plugins/burrows.rst +++ b/docs/plugins/burrows.rst @@ -1,6 +1,6 @@ burrows ======= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/productivity`, `tag/units` :dfhack-keybind:`burrow` :index:`Auto-expand burrows as you dig. diff --git a/docs/plugins/changeitem.rst b/docs/plugins/changeitem.rst index 93a10cbfa..68c53f821 100644 --- a/docs/plugins/changeitem.rst +++ b/docs/plugins/changeitem.rst @@ -1,6 +1,6 @@ changeitem ========== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/items` :dfhack-keybind:`changeitem` :index:`Change item material and base quality. diff --git a/docs/plugins/changelayer.rst b/docs/plugins/changelayer.rst index 5298cf955..1267fbdac 100644 --- a/docs/plugins/changelayer.rst +++ b/docs/plugins/changelayer.rst @@ -1,6 +1,6 @@ changelayer =========== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`changelayer` :index:`Change the material of an entire geology layer. diff --git a/docs/plugins/changevein.rst b/docs/plugins/changevein.rst index e23c3f063..96c68de76 100644 --- a/docs/plugins/changevein.rst +++ b/docs/plugins/changevein.rst @@ -1,6 +1,6 @@ changevein ========== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`changevein` :index:`Change the material of a mineral inclusion. diff --git a/docs/plugins/cleanconst.rst b/docs/plugins/cleanconst.rst index 37416c551..c47a8c6dd 100644 --- a/docs/plugins/cleanconst.rst +++ b/docs/plugins/cleanconst.rst @@ -1,6 +1,6 @@ cleanconst ========== -Tags: +**Tags:** `tag/fort`, `tag/fps`, `tag/map` :dfhack-keybind:`cleanconst` :index:`Cleans up construction materials. diff --git a/docs/plugins/cleaners.rst b/docs/plugins/cleaners.rst index 4a6aee1e3..20fa792db 100644 --- a/docs/plugins/cleaners.rst +++ b/docs/plugins/cleaners.rst @@ -3,7 +3,7 @@ cleaners ======== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/fps`, `tag/items`, `tag/map`, `tag/units` :dfhack-keybind:`clean` :dfhack-keybind:`spotclean` diff --git a/docs/plugins/cleanowned.rst b/docs/plugins/cleanowned.rst index c90fe0569..409c39345 100644 --- a/docs/plugins/cleanowned.rst +++ b/docs/plugins/cleanowned.rst @@ -1,6 +1,6 @@ cleanowned ========== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/items` :dfhack-keybind:`cleanowned` :index:`Confiscates and dumps garbage owned by dwarves. diff --git a/docs/plugins/command-prompt.rst b/docs/plugins/command-prompt.rst index 8e6c9e885..312734b97 100644 --- a/docs/plugins/command-prompt.rst +++ b/docs/plugins/command-prompt.rst @@ -1,6 +1,6 @@ command-prompt ============== -Tags: +**Tags:** `tag/system` :dfhack-keybind:`command-prompt` :index:`An in-game DFHack terminal where you can enter other commands. diff --git a/docs/plugins/confirm.rst b/docs/plugins/confirm.rst index aceb1e6d6..de2556b6f 100644 --- a/docs/plugins/confirm.rst +++ b/docs/plugins/confirm.rst @@ -1,6 +1,6 @@ confirm ======= -Tags: +**Tags:** `tag/fort`, `tag/interface` :dfhack-keybind:`confirm` :index:`Adds confirmation dialogs for destructive actions. diff --git a/docs/plugins/createitem.rst b/docs/plugins/createitem.rst index b49a85be4..38f072e62 100644 --- a/docs/plugins/createitem.rst +++ b/docs/plugins/createitem.rst @@ -1,6 +1,6 @@ createitem ========== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/items` :dfhack-keybind:`createitem` :index:`Create arbitrary items. ` You can diff --git a/docs/plugins/cursecheck.rst b/docs/plugins/cursecheck.rst index 17cdacf26..ecb4dbd2f 100644 --- a/docs/plugins/cursecheck.rst +++ b/docs/plugins/cursecheck.rst @@ -1,6 +1,6 @@ cursecheck ========== -Tags: +**Tags:** `tag/system`, `tag/interface` :dfhack-keybind:`cursecheck` :index:`Check for cursed creatures. ` diff --git a/docs/plugins/cxxrandom.rst b/docs/plugins/cxxrandom.rst index f3ed8f86d..0016fb8d0 100644 --- a/docs/plugins/cxxrandom.rst +++ b/docs/plugins/cxxrandom.rst @@ -1,5 +1,6 @@ cxxrandom ========= +**Tags:** `tag/dev` Provides a Lua API for random distributions. diff --git a/docs/plugins/debug.rst b/docs/plugins/debug.rst index 2b3b20359..4cc94b217 100644 --- a/docs/plugins/debug.rst +++ b/docs/plugins/debug.rst @@ -1,6 +1,6 @@ debug ===== -Tags: +**Tags:** `tag/dev` :dfhack-keybind:`debugfilter` :index:`Configure verbosity of DFHack debug output. diff --git a/docs/plugins/deramp.rst b/docs/plugins/deramp.rst index 7f4a8ce24..6126d2828 100644 --- a/docs/plugins/deramp.rst +++ b/docs/plugins/deramp.rst @@ -1,6 +1,6 @@ deramp ====== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`deramp` :index:`Removes all ramps designated for removal from the map. diff --git a/docs/plugins/dig-now.rst b/docs/plugins/dig-now.rst index cdb21c01a..7d3beedc0 100644 --- a/docs/plugins/dig-now.rst +++ b/docs/plugins/dig-now.rst @@ -1,6 +1,6 @@ dig-now ======= -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`dig-now` :index:`Instantly complete dig designations. diff --git a/docs/plugins/dig.rst b/docs/plugins/dig.rst index 8fbf1a910..f4e0c8acb 100644 --- a/docs/plugins/dig.rst +++ b/docs/plugins/dig.rst @@ -3,7 +3,7 @@ dig === -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/design`, `tag/map` :dfhack-keybind:`digv` :dfhack-keybind:`digvx` :dfhack-keybind:`digl` diff --git a/docs/plugins/digFlood.rst b/docs/plugins/digFlood.rst index cb8018145..1a17c32a7 100644 --- a/docs/plugins/digFlood.rst +++ b/docs/plugins/digFlood.rst @@ -1,6 +1,6 @@ digFlood ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/map` :dfhack-keybind:`digFlood` :index:`Digs out veins as they are discovered. diff --git a/docs/plugins/diggingInvaders.rst b/docs/plugins/diggingInvaders.rst index d2fada0d4..4891bf8d4 100644 --- a/docs/plugins/diggingInvaders.rst +++ b/docs/plugins/diggingInvaders.rst @@ -1,6 +1,6 @@ diggingInvaders =============== -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/map` :dfhack-keybind:`diggingInvaders` :index:`Invaders dig and destroy to get to your dwarves. diff --git a/docs/plugins/dwarfmonitor.rst b/docs/plugins/dwarfmonitor.rst index 75b71d06c..a7f42bb81 100644 --- a/docs/plugins/dwarfmonitor.rst +++ b/docs/plugins/dwarfmonitor.rst @@ -1,6 +1,6 @@ dwarfmonitor ============ -Tags: +**Tags:** `tag/fort`, `tag/inspection`, `tag/units` :dfhack-keybind:`dwarfmonitor` :index:`Measure fort happiness and efficiency. diff --git a/docs/plugins/dwarfvet.rst b/docs/plugins/dwarfvet.rst index 6a1c5a60f..2db4a9595 100644 --- a/docs/plugins/dwarfvet.rst +++ b/docs/plugins/dwarfvet.rst @@ -1,6 +1,6 @@ dwarfvet ======== -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/animals` :dfhack-keybind:`dwarfvet` :index:`Allows animals to be treated at animal hospitals. diff --git a/docs/plugins/embark-assistant.rst b/docs/plugins/embark-assistant.rst index 3a6081655..b9a7e4ee2 100644 --- a/docs/plugins/embark-assistant.rst +++ b/docs/plugins/embark-assistant.rst @@ -1,6 +1,6 @@ embark-assistant ================ -Tags: +**Tags:** `tag/fort`, `tag/embark`, `tag/interface` :dfhack-keybind:`embark-assistant` :index:`Embark site selection support. diff --git a/docs/plugins/embark-tools.rst b/docs/plugins/embark-tools.rst index 987b76df6..52532e4f2 100644 --- a/docs/plugins/embark-tools.rst +++ b/docs/plugins/embark-tools.rst @@ -1,6 +1,6 @@ embark-tools ============ -Tags: +**Tags:** `tag/fort`, `tag/embark`, `tag/interface` :dfhack-keybind:`embark-tools` :index:`Extend the embark screen functionality. diff --git a/docs/plugins/eventful.rst b/docs/plugins/eventful.rst index 892f233bb..102287b77 100644 --- a/docs/plugins/eventful.rst +++ b/docs/plugins/eventful.rst @@ -1,5 +1,6 @@ eventful ======== +**Tags:** `tag/dev`, `tag/mod` Provides a Lua API for reacting to in-game events. diff --git a/docs/plugins/fastdwarf.rst b/docs/plugins/fastdwarf.rst index e06f2564c..2e09b8a4d 100644 --- a/docs/plugins/fastdwarf.rst +++ b/docs/plugins/fastdwarf.rst @@ -1,6 +1,6 @@ fastdwarf ========= -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/units` :dfhack-keybind:`fastdwarf` Dwarves teleport and/or finish jobs instantly. diff --git a/docs/plugins/filltraffic.rst b/docs/plugins/filltraffic.rst index 5056ec830..5a3beaab7 100644 --- a/docs/plugins/filltraffic.rst +++ b/docs/plugins/filltraffic.rst @@ -3,7 +3,7 @@ filltraffic =========== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/design`, `tag/map` :dfhack-keybind:`` Usage: diff --git a/docs/plugins/fix-unit-occupancy.rst b/docs/plugins/fix-unit-occupancy.rst index 48efd7255..28479791f 100644 --- a/docs/plugins/fix-unit-occupancy.rst +++ b/docs/plugins/fix-unit-occupancy.rst @@ -1,6 +1,6 @@ fix-unit-occupancy ================== -Tags: +**Tags:** `tag/fort`, `tag/fix`, `tag/map` :dfhack-keybind:`` Fix phantom unit occupancy issues. For example, if you see "unit blocking tile" diff --git a/docs/plugins/fixveins.rst b/docs/plugins/fixveins.rst index 940c13b7a..873e1770a 100644 --- a/docs/plugins/fixveins.rst +++ b/docs/plugins/fixveins.rst @@ -1,6 +1,6 @@ fixveins ======== -Tags: +**Tags:** `tag/fort`, `tag/fix`, `tag/map` :dfhack-keybind:`fixveins` Restore missing mineral inclusions. This tool can also remove invalid references diff --git a/docs/plugins/flows.rst b/docs/plugins/flows.rst index 354b0078e..a347f00e0 100644 --- a/docs/plugins/flows.rst +++ b/docs/plugins/flows.rst @@ -1,6 +1,6 @@ flows ===== -Tags: +**Tags:** `tag/fort`, `tag/inspection`, `tag/map` :dfhack-keybind:`flows` Counts map blocks with flowing liquids.. If you suspect that your magma sea diff --git a/docs/plugins/follow.rst b/docs/plugins/follow.rst index a0c15547e..5f43e2fdd 100644 --- a/docs/plugins/follow.rst +++ b/docs/plugins/follow.rst @@ -1,6 +1,6 @@ follow ====== -Tags: +**Tags:** `tag/fort`, `tag/interface`, `tag/units` :dfhack-keybind:`follow` Make the screen follow the selected unit. Once you exit from the current menu or diff --git a/docs/plugins/forceequip.rst b/docs/plugins/forceequip.rst index 217085fe4..51d48390c 100644 --- a/docs/plugins/forceequip.rst +++ b/docs/plugins/forceequip.rst @@ -1,6 +1,6 @@ forceequip ========== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/items`, `tag/units` :dfhack-keybind:`forceequip` Move items into a unit's inventory. This tool is typically used to equip diff --git a/docs/plugins/generated-creature-renamer.rst b/docs/plugins/generated-creature-renamer.rst index 1615ba32d..39983940b 100644 --- a/docs/plugins/generated-creature-renamer.rst +++ b/docs/plugins/generated-creature-renamer.rst @@ -1,6 +1,6 @@ generated-creature-renamer ========================== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/legends`, `tag/units` :dfhack-keybind:`list-generated` :dfhack-keybind:`save-generated-raws` diff --git a/docs/plugins/getplants.rst b/docs/plugins/getplants.rst index 167ac72f2..21325e8f2 100644 --- a/docs/plugins/getplants.rst +++ b/docs/plugins/getplants.rst @@ -1,6 +1,6 @@ getplants ========= -Tags: +**Tags:** `tag/fort`, `tag/productivity` :dfhack-keybind:`getplants` Designate trees for chopping and shrubs for gathering. Specify the types of diff --git a/docs/plugins/hotkeys.rst b/docs/plugins/hotkeys.rst index 49064db0a..fbf4a9a76 100644 --- a/docs/plugins/hotkeys.rst +++ b/docs/plugins/hotkeys.rst @@ -1,6 +1,6 @@ hotkeys ======= -Tags: +**Tags:** `tag/system`, `tag/productivity`, `tag/interface` :dfhack-keybind:`hotkeys` Show all dfhack keybindings in current context. The command opens an in-game diff --git a/docs/plugins/infiniteSky.rst b/docs/plugins/infiniteSky.rst index 96f141de5..ceb08aa0e 100644 --- a/docs/plugins/infiniteSky.rst +++ b/docs/plugins/infiniteSky.rst @@ -1,6 +1,6 @@ infiniteSky =========== -Tags: +**Tags:** `tag/fort`, `tag/map` :dfhack-keybind:`infiniteSky` Automatically allocates new z-levels of sky at the top of the map as you build diff --git a/docs/plugins/isoworldremote.rst b/docs/plugins/isoworldremote.rst index 2c359fac2..84babe66a 100644 --- a/docs/plugins/isoworldremote.rst +++ b/docs/plugins/isoworldremote.rst @@ -1,5 +1,5 @@ isoworldremote ============== -Tags: +**Tags:** `tag/dev`, `tag/mod` Provides a `remote API ` used by Isoworld. diff --git a/docs/plugins/jobutils.rst b/docs/plugins/jobutils.rst index 2ecf2b591..5dcb0c85f 100644 --- a/docs/plugins/jobutils.rst +++ b/docs/plugins/jobutils.rst @@ -2,7 +2,7 @@ jobutils ======== -Tags: +**Tags:** `tag/fort`, `tag/inspection`, `tag/jobs` :dfhack-keybind:`job` :dfhack-keybind:`job-duplicate` :dfhack-keybind:`job-material` diff --git a/docs/plugins/labormanager.rst b/docs/plugins/labormanager.rst index 103ecde2f..1a25cedae 100644 --- a/docs/plugins/labormanager.rst +++ b/docs/plugins/labormanager.rst @@ -1,6 +1,6 @@ labormanager ============ -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/labors` :dfhack-keybind:`labormanager` Automatically manage dwarf labors. Labormanager is derived from `autolabor` diff --git a/docs/plugins/lair.rst b/docs/plugins/lair.rst index b4a7ed524..43bb06072 100644 --- a/docs/plugins/lair.rst +++ b/docs/plugins/lair.rst @@ -1,6 +1,6 @@ lair ==== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`lair` Mark the map as a monster lair. This avoids item scatter when the fortress is diff --git a/docs/plugins/liquids.rst b/docs/plugins/liquids.rst index 61e4bcfe2..808089591 100644 --- a/docs/plugins/liquids.rst +++ b/docs/plugins/liquids.rst @@ -2,7 +2,7 @@ liquids ======= -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`liquids` :dfhack-keybind:`liquids-here` diff --git a/docs/plugins/luasocket.rst b/docs/plugins/luasocket.rst index 6f7c96cae..cbbf09f7e 100644 --- a/docs/plugins/luasocket.rst +++ b/docs/plugins/luasocket.rst @@ -1,5 +1,6 @@ luasocket ========= +**Tags:** `tag/dev`, `tag/mod` Provides a Lua API for accessing network sockets. diff --git a/docs/plugins/manipulator.rst b/docs/plugins/manipulator.rst index 87ac4e088..07d1d4ab6 100644 --- a/docs/plugins/manipulator.rst +++ b/docs/plugins/manipulator.rst @@ -1,6 +1,6 @@ manipulator =========== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/interface`, `tag/labors` An in-game labor management interface. It is equivalent to the popular Dwarf Therapist utility. diff --git a/docs/plugins/map-render.rst b/docs/plugins/map-render.rst index 2bcb32adf..6b7f1a5d9 100644 --- a/docs/plugins/map-render.rst +++ b/docs/plugins/map-render.rst @@ -1,5 +1,6 @@ map-render ========== +**Tags:** `tag/dev` Provides a Lua API for rerendering portions of the map. diff --git a/docs/plugins/misery.rst b/docs/plugins/misery.rst index 9a3a632f2..5d11f98cb 100644 --- a/docs/plugins/misery.rst +++ b/docs/plugins/misery.rst @@ -1,6 +1,6 @@ misery ====== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/units` :dfhack-keybind:`misery` Increase the intensity of negative dwarven thoughts. diff --git a/docs/plugins/mode.rst b/docs/plugins/mode.rst index 225a49e1e..8c33d6ec3 100644 --- a/docs/plugins/mode.rst +++ b/docs/plugins/mode.rst @@ -1,6 +1,6 @@ mode ==== -Tags: +**Tags:** `tag/dev` :dfhack-keybind:`mode` This command lets you see and change the game mode directly. diff --git a/docs/plugins/mousequery.rst b/docs/plugins/mousequery.rst index 39f401bb2..7e01de6d0 100644 --- a/docs/plugins/mousequery.rst +++ b/docs/plugins/mousequery.rst @@ -1,6 +1,6 @@ mousequery ========== -Tags: `tag/fort`, `tag/interface` +**Tags:** `tag/fort`, `tag/productivity`, `tag/interface` :dfhack-keybind:`mousequery` Adds mouse controls to the DF interface. For example, with ``mousequery`` you diff --git a/docs/plugins/nestboxes.rst b/docs/plugins/nestboxes.rst index fb9df20a9..1558a7357 100644 --- a/docs/plugins/nestboxes.rst +++ b/docs/plugins/nestboxes.rst @@ -1,6 +1,6 @@ nestboxes ========= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/animals` Protect fertile eggs incubating in a nestbox. This plugin will automatically scan for and forbid fertile eggs incubating in a nestbox so that dwarves won't diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 2506bc582..3be1f82b2 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -1,6 +1,6 @@ orders ====== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/jobs` :dfhack-keybind:`orders` Manage manager orders. diff --git a/docs/plugins/pathable.rst b/docs/plugins/pathable.rst index 7a906ad89..6368d1c7e 100644 --- a/docs/plugins/pathable.rst +++ b/docs/plugins/pathable.rst @@ -1,5 +1,6 @@ pathable ======== +**Tags:** `tag/dev`, `tag/inspection`, `tag/interface`, `tag/map` Marks tiles that are reachable from the cursor. This plugin provides a Lua API, but no direct commands. diff --git a/docs/plugins/petcapRemover.rst b/docs/plugins/petcapRemover.rst index 3d9739ea3..95a9e60bd 100644 --- a/docs/plugins/petcapRemover.rst +++ b/docs/plugins/petcapRemover.rst @@ -1,6 +1,6 @@ petcapRemover ============= -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/animals` :dfhack-keybind:`petcapRemover` Modify the pet population cap. In vanilla DF, pets will not reproduce unless the diff --git a/docs/plugins/plants.rst b/docs/plugins/plants.rst index 4fc87f353..2021bc103 100644 --- a/docs/plugins/plants.rst +++ b/docs/plugins/plants.rst @@ -2,7 +2,7 @@ plants ====== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`plant` Grow shrubs or trees. diff --git a/docs/plugins/power-meter.rst b/docs/plugins/power-meter.rst index 7186a413d..72a49b72c 100644 --- a/docs/plugins/power-meter.rst +++ b/docs/plugins/power-meter.rst @@ -1,6 +1,6 @@ power-meter =========== -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/buildings` Allow presure plates to measure power. If you run `gui/power-meter` while building a pressure plate, the pressure plate can be modified to detect power diff --git a/docs/plugins/probe.rst b/docs/plugins/probe.rst index 614d0bc81..0285bb821 100644 --- a/docs/plugins/probe.rst +++ b/docs/plugins/probe.rst @@ -1,6 +1,6 @@ probe ===== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/inspection`, `tag/map` :dfhack-keybind:`probe` :dfhack-keybind:`bprobe` :dfhack-keybind:`cprobe` diff --git a/docs/plugins/prospector.rst b/docs/plugins/prospector.rst index 718f92fa6..7ff3b4313 100644 --- a/docs/plugins/prospector.rst +++ b/docs/plugins/prospector.rst @@ -2,7 +2,7 @@ prospector ========== -Tags: +**Tags:** `tag/fort`, `tag/embark`, `tag/inspection`, `tag/map` :dfhack-keybind:`prospect` Shows a summary of resources that exist on the map. It can also calculate an diff --git a/docs/plugins/regrass.rst b/docs/plugins/regrass.rst index d47e98d19..98590a73e 100644 --- a/docs/plugins/regrass.rst +++ b/docs/plugins/regrass.rst @@ -1,6 +1,6 @@ regrass ======= -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/animals` :dfhack-keybind:`regrass` Regrows all the grass. Use this command if your grazers have eaten everything diff --git a/docs/plugins/rename.rst b/docs/plugins/rename.rst index 0c4bc9ddb..34695e19a 100644 --- a/docs/plugins/rename.rst +++ b/docs/plugins/rename.rst @@ -1,6 +1,6 @@ rename ====== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/productivity` :dfhack-keybind:`rename` Easily rename things. Use `gui/rename` for an in-game interface. diff --git a/docs/plugins/rendermax.rst b/docs/plugins/rendermax.rst index 641a7a248..83e9ee461 100644 --- a/docs/plugins/rendermax.rst +++ b/docs/plugins/rendermax.rst @@ -1,6 +1,6 @@ rendermax ========= -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/mod` :dfhack-keybind:`rendermax` Modify the map lighting. This plugin provides a collection of OpenGL lighting diff --git a/docs/plugins/resume.rst b/docs/plugins/resume.rst index 7afb9be0d..2f28d7083 100644 --- a/docs/plugins/resume.rst +++ b/docs/plugins/resume.rst @@ -1,6 +1,6 @@ resume ====== -Tags: +**Tags:** `tag/fort`, `tag/productivity` :dfhack-keybind:`resume` Color planned buildings based on their suspend status. When enabled, this plugin diff --git a/docs/plugins/reveal.rst b/docs/plugins/reveal.rst index f8611d033..fb69d9a02 100644 --- a/docs/plugins/reveal.rst +++ b/docs/plugins/reveal.rst @@ -2,7 +2,7 @@ reveal ====== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/inspection`, `tag/armok`, `tag/map` :dfhack-keybind:`reveal` :dfhack-keybind:`unreveal` :dfhack-keybind:`revforget` diff --git a/docs/plugins/ruby.rst b/docs/plugins/ruby.rst index beb9be4a1..d3b89d3a9 100644 --- a/docs/plugins/ruby.rst +++ b/docs/plugins/ruby.rst @@ -2,7 +2,7 @@ ruby ==== -Tags: +**Tags:** `tag/dev` :dfhack-keybind:`rb` :dfhack-keybind:`rb_eval` diff --git a/docs/plugins/search.rst b/docs/plugins/search.rst index edf6fb47c..41ae1c922 100644 --- a/docs/plugins/search.rst +++ b/docs/plugins/search.rst @@ -2,7 +2,7 @@ search ====== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/interface` Adds search capabilities to the UI. The Stocks, Animals, Trading, Stockpile, Noble (assignment candidates), Military (position candidates), Burrows (unit diff --git a/docs/plugins/seedwatch.rst b/docs/plugins/seedwatch.rst index 2b04b3fa6..bd51fdd2e 100644 --- a/docs/plugins/seedwatch.rst +++ b/docs/plugins/seedwatch.rst @@ -1,6 +1,6 @@ seedwatch ========= -Tags: +**Tags:** `tag/fort`, `tag/auto` :dfhack-keybind:`seedwatch` Manages seed and plant cooking based on seed stock levels. diff --git a/docs/plugins/showmood.rst b/docs/plugins/showmood.rst index 8afe4c629..42af0e7a8 100644 --- a/docs/plugins/showmood.rst +++ b/docs/plugins/showmood.rst @@ -1,6 +1,6 @@ showmood ======== -Tags: +**Tags:** `tag/fort`, `tag/inspection`, `tag/jobs` :dfhack-keybind:`showmood` Shows all items needed for the active strange mood. diff --git a/docs/plugins/siege-engine.rst b/docs/plugins/siege-engine.rst index a4cfed2ba..9255110bd 100644 --- a/docs/plugins/siege-engine.rst +++ b/docs/plugins/siege-engine.rst @@ -1,6 +1,6 @@ siege-engine ============ -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/buildings` Extend the functionality and usability of siege engines. Siege engines in DF haven't been updated since the game was 2D, and can only aim in four diff --git a/docs/plugins/sort.rst b/docs/plugins/sort.rst index 12684175f..f3ba6e6fb 100644 --- a/docs/plugins/sort.rst +++ b/docs/plugins/sort.rst @@ -1,6 +1,6 @@ sort ==== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/interface` :dfhack-keybind:`sort-items` :dfhack-keybind:`sort-units` diff --git a/docs/plugins/spectate.rst b/docs/plugins/spectate.rst index 983086c94..08cc3f819 100644 --- a/docs/plugins/spectate.rst +++ b/docs/plugins/spectate.rst @@ -1,6 +1,6 @@ spectate ======== -Tags: +**Tags:** `tag/fort`, `tag/units` Automatically follow exciting dwarves. diff --git a/docs/plugins/steam-engine.rst b/docs/plugins/steam-engine.rst index 35cd490f5..0fe245d63 100644 --- a/docs/plugins/steam-engine.rst +++ b/docs/plugins/steam-engine.rst @@ -1,6 +1,6 @@ steam-engine ============ -Tags: +**Tags:** `tag/fort`, `tag/mod`, `tag/buildings` Allow modded steam engine buildings to function. The steam-engine plugin detects custom workshops with STEAM_ENGINE in their token, and turns them into real diff --git a/docs/plugins/stockflow.rst b/docs/plugins/stockflow.rst index 0e2f5a1ad..48647b869 100644 --- a/docs/plugins/stockflow.rst +++ b/docs/plugins/stockflow.rst @@ -1,6 +1,6 @@ stockflow ========= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs`, `tag/stockpiles` :dfhack-keybind:`stockflow` Queue manager jobs based on free space in stockpiles. With this plugin, the diff --git a/docs/plugins/stockpiles.rst b/docs/plugins/stockpiles.rst index 76d52117d..0c1000456 100644 --- a/docs/plugins/stockpiles.rst +++ b/docs/plugins/stockpiles.rst @@ -2,7 +2,7 @@ stockpiles ========== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/design`, `tag/stockpiles` :dfhack-keybind:`copystock` :dfhack-keybind:`savestock` :dfhack-keybind:`loadstock` diff --git a/docs/plugins/stocks.rst b/docs/plugins/stocks.rst index 076f2ab6f..5506b1d28 100644 --- a/docs/plugins/stocks.rst +++ b/docs/plugins/stocks.rst @@ -1,6 +1,6 @@ stocks ====== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/interface` :dfhack-keybind:`stocks` Enhanced fortress stock management interface. When the plugin is enabled, two diff --git a/docs/plugins/stonesense.rst b/docs/plugins/stonesense.rst index 59212444b..3bb271477 100644 --- a/docs/plugins/stonesense.rst +++ b/docs/plugins/stonesense.rst @@ -1,6 +1,6 @@ stonesense ========== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/interface`, `tag/map` :dfhack-keybind:`stonesense` :dfhack-keybind:`ssense` diff --git a/docs/plugins/strangemood.rst b/docs/plugins/strangemood.rst index d6065f8eb..0198af136 100644 --- a/docs/plugins/strangemood.rst +++ b/docs/plugins/strangemood.rst @@ -1,6 +1,6 @@ strangemood =========== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/units` :dfhack-keybind:`strangemood` Triggers a strange mood. diff --git a/docs/plugins/tailor.rst b/docs/plugins/tailor.rst index 19574bc3e..93072fb1b 100644 --- a/docs/plugins/tailor.rst +++ b/docs/plugins/tailor.rst @@ -1,6 +1,6 @@ tailor ====== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs` :dfhack-keybind:`tailor` Automatically keep your dwarves in fresh clothing. Whenever the bookkeeper diff --git a/docs/plugins/tiletypes.rst b/docs/plugins/tiletypes.rst index cbdbd6cc5..185f283db 100644 --- a/docs/plugins/tiletypes.rst +++ b/docs/plugins/tiletypes.rst @@ -3,7 +3,7 @@ tiletypes ========= -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`tiletypes` :dfhack-keybind:`tiletypes-command` :dfhack-keybind:`tiletypes-here` diff --git a/docs/plugins/title-folder.rst b/docs/plugins/title-folder.rst index 3156a9e1c..beddfc9cb 100644 --- a/docs/plugins/title-folder.rst +++ b/docs/plugins/title-folder.rst @@ -1,6 +1,6 @@ title-folder ============= -Tags: +**Tags:** `tag/system`, `tag/interface` Displays the DF folder name in the window title bar. diff --git a/docs/plugins/title-version.rst b/docs/plugins/title-version.rst index 267179f14..d9d35a85f 100644 --- a/docs/plugins/title-version.rst +++ b/docs/plugins/title-version.rst @@ -1,6 +1,6 @@ title-version ============= -Tags: +**Tags:** `tag/system`, `tag/interface` Displays the DFHack version on DF's title screen. diff --git a/docs/plugins/trackstop.rst b/docs/plugins/trackstop.rst index 72466a1bf..cf5a9853f 100644 --- a/docs/plugins/trackstop.rst +++ b/docs/plugins/trackstop.rst @@ -1,6 +1,6 @@ trackstop ========= -Tags: +**Tags:** `tag/fort`, `tag/interface`, `tag/mod`, `tag/buildings` Adds dynamic configuration options for track stops. When enabled, this plugin adds a :kbd:`q` menu for track stops, which is completely blank in vanilla DF. diff --git a/docs/plugins/tubefill.rst b/docs/plugins/tubefill.rst index 15a9ba2f2..404a180b2 100644 --- a/docs/plugins/tubefill.rst +++ b/docs/plugins/tubefill.rst @@ -1,6 +1,6 @@ tubefill ======== -Tags: +**Tags:** `tag/fort`, `tag/armok`, `tag/map` :dfhack-keybind:`tubefill` Replentishes mined-out adamantine. Veins that were hollow will be left alone. diff --git a/docs/plugins/tweak.rst b/docs/plugins/tweak.rst index fff1a4512..03489845e 100644 --- a/docs/plugins/tweak.rst +++ b/docs/plugins/tweak.rst @@ -1,6 +1,6 @@ tweak ===== -Tags: +**Tags:** `tag/adventure`, `tag/fort`, `tag/interface`, `tag/fps`, `tag/fix`, `tag/armok` :dfhack-keybind:`tweak` Contains various tweaks for minor bugs. diff --git a/docs/plugins/workNow.rst b/docs/plugins/workNow.rst index dda3fea5c..895556ce3 100644 --- a/docs/plugins/workNow.rst +++ b/docs/plugins/workNow.rst @@ -1,6 +1,6 @@ workNow ======= -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs` :dfhack-keybind:`workNow` Reduce the time that dwarves idle after completing a job. After finishing a job, diff --git a/docs/plugins/workflow.rst b/docs/plugins/workflow.rst index cb20ad806..c2a9ea26a 100644 --- a/docs/plugins/workflow.rst +++ b/docs/plugins/workflow.rst @@ -1,6 +1,6 @@ workflow ======== -Tags: +**Tags:** `tag/fort`, `tag/auto`, `tag/jobs` :dfhack-keybind:`workflow` :dfhack-keybind:`fix-job-postings` diff --git a/docs/plugins/xlsxreader.rst b/docs/plugins/xlsxreader.rst index d09b69644..123d9920a 100644 --- a/docs/plugins/xlsxreader.rst +++ b/docs/plugins/xlsxreader.rst @@ -1,5 +1,6 @@ xlsxreader ========== +**Tags:** `tag/dev` Provides a Lua API for reading xlsx files. diff --git a/docs/plugins/zone.rst b/docs/plugins/zone.rst index 5e01a12ac..9aa34d746 100644 --- a/docs/plugins/zone.rst +++ b/docs/plugins/zone.rst @@ -1,6 +1,6 @@ zone ==== -Tags: +**Tags:** `tag/fort`, `tag/productivity`, `tag/animals`, `tag/buildings` :dfhack-keybind:`zone` Manage activity zones, cages, and the animals therein.