From 265d8e7bcc059f20207573df826e106bdabf72aa Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:13:11 +0700 Subject: [PATCH 1/2] docs/basic-mode: turn nested list into separate headings --- doc/2-interface/basic-mode.md | 57 +++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/doc/2-interface/basic-mode.md b/doc/2-interface/basic-mode.md index 198f7c68d..426190358 100644 --- a/doc/2-interface/basic-mode.md +++ b/doc/2-interface/basic-mode.md @@ -3,29 +3,34 @@ Furnace comes with a "basic mode" that can be toggled through the "settings" menu. it disables certain features in Furnace that may look intimidating or confusing for newcomers. if you find that a certain feature of Furnace is missing, see if this setting is enabled or not. among the features that cannot be accessed in this mode are: -- edit menu: - - paste special - - operation masking - - input latch - - find and replace -- speed window: - - virtual tempo - - divider - - song length -- song info window: - - manual system naming - - tuning options -- right-clicking on the pattern window: - - gradient/fade - - scale - - randomize - - invert values - - flip selection - - collapse - - expand -- these windows: - - mixer - - grooves - - channels - - pattern manager - - compatibility flags + +## edit menu +- paste special +- operation masking +- input latch +- find and replace + +## speed window +- virtual tempo +- divider +- song length + +## song info window +- manual system naming +- tuning options + +## pattern right-click menu +- gradient/fade +- scale +- randomize +- invert values +- flip selection +- collapse +- expand + +## other windows +- mixer +- grooves +- channels +- pattern manager +- compatibility flags From c21a44fd9b0b4dee3a9bd6a68081758395545b8b Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:23:59 +0700 Subject: [PATCH 2/2] docs/basic-mode: s/h2/h3 --- doc/2-interface/basic-mode.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/2-interface/basic-mode.md b/doc/2-interface/basic-mode.md index 426190358..cb69659d3 100644 --- a/doc/2-interface/basic-mode.md +++ b/doc/2-interface/basic-mode.md @@ -4,22 +4,22 @@ Furnace comes with a "basic mode" that can be toggled through the "settings" men among the features that cannot be accessed in this mode are: -## edit menu +### edit menu - paste special - operation masking - input latch - find and replace -## speed window +### speed window - virtual tempo - divider - song length -## song info window +### song info window - manual system naming - tuning options -## pattern right-click menu +### pattern right-click menu - gradient/fade - scale - randomize @@ -28,7 +28,7 @@ among the features that cannot be accessed in this mode are: - collapse - expand -## other windows +### other windows - mixer - grooves - channels