Using proper yaml multine string, updating to the latest version of Omegamma
This commit is contained in:
parent
9aad9ccb38
commit
ee5426c177
17 changed files with 152 additions and 198 deletions
|
@ -17,31 +17,36 @@ SectionHeader:
|
|||
|
||||
About:
|
||||
Title: Discover LogarithmPlotter
|
||||
Content: "LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations.<br>
|
||||
It's primary use is to quickly create [asymptotic Bode Diagrams/plots](https://en.wikipedia.org/wiki/Bode_plot), but it's extensible nature and ability to switch to non-logarithmic scales allow it to create other things with it."
|
||||
Content: |
|
||||
LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations.
|
||||
It's primary use is to quickly create [asymptotic Bode Diagrams/plots](https://en.wikipedia.org/wiki/Bode_plot), but it's extensible nature and ability to switch to non-logarithmic scales allow it to create other things with it.
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/objects
|
||||
Content: "# Object Management System\n
|
||||
LogarithmPlotter works with objects to create complex features and diagrams, as well as quickly manage what to display. \n
|
||||
This system allows you to create, delete and edit objects in an instant."
|
||||
Content: |
|
||||
# Object Management System
|
||||
LogarithmPlotter works with objects to create complex features and diagrams, as well as quickly manage what to display.
|
||||
This system allows you to create, delete and edit objects in an instant.
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/object-settings
|
||||
Content: "# Complete object edition\n
|
||||
Editing objects has been made very simple yet complete and easily extendable with a settings page that allows you to edit all properties of an object. \n
|
||||
Properties are made to be backwards and forward compatible to prevent data corruption when opening a file made with a different version of LogarithmPlotter."
|
||||
Content: |
|
||||
# Complete object edition
|
||||
Editing objects has been made very simple yet complete and easily extendable with a settings page that allows you to edit all properties of an object.
|
||||
Properties are made to be backwards and forward compatible to prevent data corruption when opening a file made with a different version of LogarithmPlotter.
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/history
|
||||
Content: "# Advanced history system\n
|
||||
Featuring an advanced history system, LogarithmPlotter is extremly fast at undoing and redoing actions, as well as listing a complete list of actions history. \n
|
||||
This system allows you to quickly rollback to a previous state of your diagram fairly quickly while displaying in fast mode all the modifications done in that span of time. \n
|
||||
Another advantage of this system is that it allows history to be saved in your file directly while being extremly light on storage (LogarithmPlotter files, .lpf, rarely exceed a few kilobytes)."
|
||||
Content: |
|
||||
# Advanced history system
|
||||
Featuring an advanced history system, LogarithmPlotter is extremly fast at undoing and redoing actions, as well as listing a complete list of actions history.
|
||||
This system allows you to quickly rollback to a previous state of your diagram fairly quickly while displaying in fast mode all the modifications done in that span of time.
|
||||
Another advantage of this system is that it allows history to be saved in your file directly while being extremly light on storage (LogarithmPlotter files, .lpf, rarely exceed a few kilobytes).
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/settings
|
||||
Content: "# Customize how your diagram looks\n
|
||||
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one. \n
|
||||
The settings section also features function buttons that can also be found in the menu bar, such as copying the diagram to the clipboard, or saving the plot."
|
||||
Content: |
|
||||
# Customize how your diagram looks
|
||||
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one.
|
||||
The settings section also features function buttons that can also be found in the menu bar, such as copying the diagram to the clipboard, or saving the plot.
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue