Skip to content

Commit

Permalink
add tools to toolstable
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 6, 2024
1 parent 08b8ffd commit 7f2c6c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions _data/tool_and_resource_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2764,3 +2764,15 @@
registry:
fairsharing:
url: https://en.wikipedia.org/wiki/Minimum_information_standard
- description: draw.io is a free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams.
id: draw-io
name: draw.io
url: https://www.drawio.com/
- description: Inkscape is a versatile and free graphic design editor suitable for both personal and professional use. It offers a comprehensive suite of design tools, enabling users to create and edit vector graphics, primarily in the SVG format. Additionally, Inkscape supports working with rasterized images (bitmaps), making it a powerful tool for diverse design projects.
id: inkscape
name: Inkscape
url: https://inkscape.org/
- description: LibreOffice Draw is a free, open-source vector graphics editor that is part of the LibreOffice suite, developed by The Document Foundation. This powerful tool allows users to create complex designs with ease, offering a variety of features such as shape tools, straight and curved line tools, polygon tools, and more. Whether for professional projects or personal creativity, LibreOffice Draw provides a robust platform for crafting detailed illustrations and diagrams.
id: libre-office-draw
name: Libre Office Draw
url: https://www.libreoffice.org/discover/draw/
4 changes: 2 additions & 2 deletions pages/your_tasks/creating_data_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ A well-crafted workflow diagram also boosts the engagement of less-involved part
* Source files for the diagrams should be vector based to facilitate portability and reuse. For example, Scalable Vector Graphics (SVG).
* For dissemination, you can use a raster-graphics file format such as Portable Network Graphics (PNG) or other.
* Use vector graphics tool of your preference.
* open source: [Draw.io](https://www.drawio.com/), [Inkscape](https://inkscape.org/), [Libre Office Draw](https://www.libreoffice.org/discover/draw/).
* open source: {% tool "draw-io" %}, {% tool "inkscape" %}, {% tool "libre-office-draw" %}.
* licensed: MS Visio, Miro.com, Corel Draw, MS PowerPoint.
* Investigate your tool and all features it provides. E.g. Draw.io allows you to host the diagram in {% tool "github" %} making it very convenient tool for collaborative editing.
* Investigate your tool and all features it provides. E.g. {% tool "draw-io" %} allows you to host the diagram in {% tool "github" %} making it very convenient tool for collaborative editing.

0 comments on commit 7f2c6c2

Please sign in to comment.