From 741a53aa049eae24c292b123fd9dd94a3ce54a4f Mon Sep 17 00:00:00 2001 From: NoryiE Date: Sun, 14 Sep 2025 08:55:45 +0000 Subject: [PATCH] deploy: 899a56ffc3c9cc1bd56d6bd977b4c61622fb79ce --- docs/references/elementManager.md | 4 ++-- docs/references/elements/BigFont.md | 4 ---- docs/references/elements/ComboBox.md | 4 ++-- docs/references/elements/Flexbox.md | 5 ++--- docs/references/elements/Image.md | 6 +++--- docs/references/elements/Input.md | 4 ++-- docs/references/elements/Label.md | 4 ++-- docs/references/elements/List.md | 4 ++-- docs/references/elements/Menu.md | 4 ++-- docs/references/elements/ProgressBar.md | 4 ++-- docs/references/elements/Slider.md | 4 ++-- docs/references/elements/Table.md | 4 ++-- docs/references/elements/Tree.md | 4 ++-- docs/references/elements/VisualElement.md | 4 ++-- docs/references/main.md | 6 +++--- docs/references/plugins/animation.md | 4 ++-- docs/references/plugins/benchmark.md | 6 +++--- docs/references/plugins/reactive.md | 4 ++-- docs/references/plugins/state.md | 4 ++-- docs/references/plugins/theme.md | 4 ++-- docs/references/propertySystem.md | 4 ++-- docs/references/render.md | 4 ++-- 22 files changed, 45 insertions(+), 50 deletions(-) diff --git a/docs/references/elementManager.md b/docs/references/elementManager.md index 5128288..8f759b0 100644 --- a/docs/references/elementManager.md +++ b/docs/references/elementManager.md @@ -1,6 +1,6 @@ # ElementManager -_This class manages elements and plugins. It loads elements and plugins from the elements and plugins directories -and then applies the plugins to the elements. It also provides a way to get elements and APIs._ +_This class manages elements and plugins. It loads elements and plugins from the elements and plugins directories_ +_and then applies the plugins to the elements. It also provides a way to get elements and APIs._ ## Functions diff --git a/docs/references/elements/BigFont.md b/docs/references/elements/BigFont.md index d274fe0..33af561 100644 --- a/docs/references/elements/BigFont.md +++ b/docs/references/elements/BigFont.md @@ -1,7 +1,3 @@ -# BigFontText -_Basalt - Nyorie: Please don't copy paste this code to your projects, this code is slightly changed (to fit the way basalt draws elements), if you want the original code, checkout this: -http://www.computercraft.info/forums2/index.php?/topic/25367-bigfont-api-write-bigger-letters-v10/_ - # BigFont _The BigFont element is a text element that displays larger text. It uses Wojbie's BigFont API to render the text in a larger font size. Credits to Wojbie for the original API._ diff --git a/docs/references/elements/ComboBox.md b/docs/references/elements/ComboBox.md index 6c15e07..52e01ed 100644 --- a/docs/references/elements/ComboBox.md +++ b/docs/references/elements/ComboBox.md @@ -1,6 +1,6 @@ # ComboBox -_This is the ComboBox class. It extends the dropdown functionality with editable text input, -allowing users to either select from a list or type their own custom text._ +_This is the ComboBox class. It extends the dropdown functionality with editable text input,_ +_allowing users to either select from a list or type their own custom text._ Extends: `Dropdown` diff --git a/docs/references/elements/Flexbox.md b/docs/references/elements/Flexbox.md index 7e786e2..493e550 100644 --- a/docs/references/elements/Flexbox.md +++ b/docs/references/elements/Flexbox.md @@ -1,7 +1,6 @@ # Flexbox -_This is the Flexbox class. It is a container that arranges its children in a flexible layout. -The flexbox element adds the following properties to its children: -_ +_This is the Flexbox class. It is a container that arranges its children in a flexible layout._ +_The flexbox element adds the following properties to its children:_ Extends: `Container` diff --git a/docs/references/elements/Image.md b/docs/references/elements/Image.md index 29c86e6..26b135c 100644 --- a/docs/references/elements/Image.md +++ b/docs/references/elements/Image.md @@ -1,7 +1,7 @@ # Image -_This is the Image element class which can be used to display bimg formatted images. -Bimg is a universal ComputerCraft image format. -See: https://github.com/SkyTheCodeMaster/bimg_ +_This is the Image element class which can be used to display bimg formatted images._ +_Bimg is a universal ComputerCraft image format._ +_See: [https://github.com/SkyTheCodeMaster/bimg](https://github.com/SkyTheCodeMaster/bimg)_ Extends: `VisualElement` diff --git a/docs/references/elements/Input.md b/docs/references/elements/Input.md index 1f7aa7b..5186c41 100644 --- a/docs/references/elements/Input.md +++ b/docs/references/elements/Input.md @@ -1,6 +1,6 @@ # Input -_This is the input class. It provides a text input field that can handle user input with various features like -cursor movement, text manipulation, placeholder text, and input validation._ +_This is the input class. It provides a text input field that can handle user input with various features like_ +_cursor movement, text manipulation, placeholder text, and input validation._ Extends: `VisualElement` diff --git a/docs/references/elements/Label.md b/docs/references/elements/Label.md index 88b1706..f5a6f38 100644 --- a/docs/references/elements/Label.md +++ b/docs/references/elements/Label.md @@ -1,6 +1,6 @@ # Label -_This is the label class. It provides a simple text display element that automatically -resizes its width based on the text content._ +_This is the label class. It provides a simple text display element that automatically_ +_resizes its width based on the text content._ Extends: `VisualElement` diff --git a/docs/references/elements/List.md b/docs/references/elements/List.md index 05cc4e2..a747fb9 100644 --- a/docs/references/elements/List.md +++ b/docs/references/elements/List.md @@ -1,6 +1,6 @@ # List -_This is the list class. It provides a scrollable list of selectable items with support for -custom item rendering, separators, and selection handling._ +_This is the list class. It provides a scrollable list of selectable items with support for _ +_custom item rendering, separators, and selection handling._ Extends: `VisualElement` diff --git a/docs/references/elements/Menu.md b/docs/references/elements/Menu.md index 7f0e43a..fa4ae47 100644 --- a/docs/references/elements/Menu.md +++ b/docs/references/elements/Menu.md @@ -1,6 +1,6 @@ # Menu -_This is the menu class. It provides a horizontal menu bar with selectable items. -Menu items are displayed in a single row and can have custom colors and callbacks._ +_This is the menu class. It provides a horizontal menu bar with selectable items._ +_Menu items are displayed in a single row and can have custom colors and callbacks._ Extends: `List` diff --git a/docs/references/elements/ProgressBar.md b/docs/references/elements/ProgressBar.md index d431da5..1bf95f1 100644 --- a/docs/references/elements/ProgressBar.md +++ b/docs/references/elements/ProgressBar.md @@ -1,6 +1,6 @@ # ProgressBar -_This is the progress bar class. It provides a visual representation of progress -with optional percentage display and customizable colors._ +_This is the progress bar class. It provides a visual representation of progress_ +_with optional percentage display and customizable colors._ Extends: `VisualElement` diff --git a/docs/references/elements/Slider.md b/docs/references/elements/Slider.md index 24e5ac5..df1b29a 100644 --- a/docs/references/elements/Slider.md +++ b/docs/references/elements/Slider.md @@ -1,6 +1,6 @@ # Slider -_This is the slider class. It provides a draggable slider control that can be either horizontal or vertical, -with customizable colors and value ranges._ +_This is the slider class. It provides a draggable slider control that can be either horizontal or vertical,_ +_with customizable colors and value ranges._ Extends: `VisualElement` diff --git a/docs/references/elements/Table.md b/docs/references/elements/Table.md index dadb2d3..8616bfe 100644 --- a/docs/references/elements/Table.md +++ b/docs/references/elements/Table.md @@ -1,6 +1,6 @@ # Table -_This is the table class. It provides a sortable data grid with customizable columns, -row selection, and scrolling capabilities._ +_This is the table class. It provides a sortable data grid with customizable columns,_ +_row selection, and scrolling capabilities._ Extends: `VisualElement` diff --git a/docs/references/elements/Tree.md b/docs/references/elements/Tree.md index 23b5f5b..ef3c337 100644 --- a/docs/references/elements/Tree.md +++ b/docs/references/elements/Tree.md @@ -1,6 +1,6 @@ # Tree -_This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed, -with support for selection and scrolling._ +_This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,_ +_with support for selection and scrolling._ Extends: `VisualElement` diff --git a/docs/references/elements/VisualElement.md b/docs/references/elements/VisualElement.md index 974f138..028743f 100644 --- a/docs/references/elements/VisualElement.md +++ b/docs/references/elements/VisualElement.md @@ -1,6 +1,6 @@ # VisualElement -_This is the visual element class. It serves as the base class for all visual UI elements -and provides core functionality for positioning, sizing, colors, and rendering._ +_This is the visual element class. It serves as the base class for all visual UI elements_ +_and provides core functionality for positioning, sizing, colors, and rendering._ Extends: `BaseElement` diff --git a/docs/references/main.md b/docs/references/main.md index 17f8c97..f4f8f8c 100644 --- a/docs/references/main.md +++ b/docs/references/main.md @@ -1,8 +1,8 @@ # basalt -_This is the UI Manager and the starting point for your project. The following functions allow you to influence the default behavior of Basalt. +_This is the UI Manager and the starting point for your project. The following functions allow you to influence the default behavior of Basalt._ -Before you can access Basalt, you need to add the following code on top of your file: -What this code does is it loads basalt into the project, and you can access it by using the variable defined as "basalt"._ +_Before you can access Basalt, you need to add the following code on top of your file:_ +_What this code does is it loads basalt into the project, and you can access it by using the variable defined as "basalt"._ ## Functions diff --git a/docs/references/plugins/animation.md b/docs/references/plugins/animation.md index ce2ce8a..e4aa239 100644 --- a/docs/references/plugins/animation.md +++ b/docs/references/plugins/animation.md @@ -46,8 +46,8 @@ Updates the animation Gets called when the animation is completed # Animation -_This is the animation plugin. It provides a animation system for visual elements -with support for sequences, easing functions, and multiple animation types._ +_This is the animation plugin. It provides a animation system for visual elements_ +_with support for sequences, easing functions, and multiple animation types._ ## Functions diff --git a/docs/references/plugins/benchmark.md b/docs/references/plugins/benchmark.md index fc1a4a0..1a46c5d 100644 --- a/docs/references/plugins/benchmark.md +++ b/docs/references/plugins/benchmark.md @@ -124,9 +124,9 @@ Stops benchmarking for a container and all its children * `Container` `self` The container instance # Benchmark -_This is the benchmark plugin. It provides performance measurement tools for elements and methods, -with support for hierarchical profiling and detailed statistics. The plugin is meant to be used for very big projects -where performance is critical. It allows you to measure the time taken by specific methods and log the results._ +_This is the benchmark plugin. It provides performance measurement tools for elements and methods,_ +_with support for hierarchical profiling and detailed statistics. The plugin is meant to be used for very big projects_ +_where performance is critical. It allows you to measure the time taken by specific methods and log the results._ ## Functions diff --git a/docs/references/plugins/reactive.md b/docs/references/plugins/reactive.md index 6f50d0a..ac69a90 100644 --- a/docs/references/plugins/reactive.md +++ b/docs/references/plugins/reactive.md @@ -1,3 +1,3 @@ # Reactive -_This module provides reactive functionality for elements, it adds no new functionality for elements. -It is used to evaluate expressions in property values and update the element when the expression changes._ +_This module provides reactive functionality for elements, it adds no new functionality for elements. _ +_It is used to evaluate expressions in property values and update the element when the expression changes._ diff --git a/docs/references/plugins/state.md b/docs/references/plugins/state.md index 3ec0e00..cdbe61e 100644 --- a/docs/references/plugins/state.md +++ b/docs/references/plugins/state.md @@ -23,8 +23,8 @@ Initializes a new state for this element * `BaseFrame` `self` The element instance # BaseElement -_This is the state plugin. It provides a state management system for UI elements with support for -persistent states, computed states, and state sharing between elements._ +_This is the state plugin. It provides a state management system for UI elements with support for_ +_persistent states, computed states, and state sharing between elements._ ## Functions diff --git a/docs/references/plugins/theme.md b/docs/references/plugins/theme.md index bb80ffc..30e65b4 100644 --- a/docs/references/plugins/theme.md +++ b/docs/references/plugins/theme.md @@ -1,6 +1,6 @@ # BaseElement -_This is the theme plugin. It provides a theming system that allows for consistent styling across elements -with support for inheritance, named styles, and dynamic theme switching._ +_This is the theme plugin. It provides a theming system that allows for consistent styling across elements_ +_with support for inheritance, named styles, and dynamic theme switching._ ## Functions diff --git a/docs/references/propertySystem.md b/docs/references/propertySystem.md index 5780b69..495857e 100644 --- a/docs/references/propertySystem.md +++ b/docs/references/propertySystem.md @@ -1,6 +1,6 @@ # PropertySystem -_PropertySystem is a class that allows Elements to have properties that can be observed and updated. -It also allows for properties to have custom getters and setters. This is the base system for all Elements._ +_PropertySystem is a class that allows Elements to have properties that can be observed and updated._ +_It also allows for properties to have custom getters and setters. This is the base system for all Elements._ ## Functions diff --git a/docs/references/render.md b/docs/references/render.md index 7166136..d040bdc 100644 --- a/docs/references/render.md +++ b/docs/references/render.md @@ -1,6 +1,6 @@ # Render -_This is the render module for Basalt. It tries to mimic the functionality of the `term` API. but with additional -functionality. It also has a buffer system to reduce the number of calls_ +_This is the render module for Basalt. It tries to mimic the functionality of the `term` API. but with additional _ +_functionality. It also has a buffer system to reduce the number of calls_ ## Functions