Este repositório apresenta uma pequena parte das possibilidades de se converter texto e código em imagem. Em particular o nosso foco será aplicar os recursos do Mermaid nos comandos de 'git' ao se criar e desdobrar um repositório no qual 'commits', 'branches' e outros comandos possam ser traduzidos de forma pictórica auxiliando aqueles que trabalham de forma cooperativa contextualizando seus caminhos de desenvolvimento. Vamos utilizar o 'gitgraph' como nossa referência mestra. Aqueles que se interesarem no contexto do Mermaid podem fazer uso de diagramas de varias formas, gráficos, 'flowcharts' e muito mais.
This repository presents a small part of the possibilities of converting text and code into images. In particular, our focus will be on applying Mermaid resources to ‘git’ commands when creating and deploying a repository, where ‘commits,’ ‘branches,’ and other commands can be translated pictorially, assisting those who work cooperatively by contextualizing their development paths. We will use ‘gitgraph’ as our main reference. Those interested in the Mermaid context can make use of diagrams in various forms, charts, and flowcharts.
Here are some tools and extensions that can enhance your Markdown editing experience:
Visual Studio Code Extensions:
Markdown All in One: Provides a comprehensive set of features for Markdown editing, including shortcuts, table of contents generation, and more. Markdown Preview Enhanced: Offers a powerful preview feature with support for diagrams, LaTeX, and more. Markdownlint: Helps you maintain consistent Markdown style by highlighting and fixing common issues. Online Editors:
Dillinger: A cloud-enabled, mobile-ready, offline-storage-compatible Markdown editor. StackEdit: An in-browser Markdown editor with synchronization capabilities. Desktop Applications:
Typora: A minimalistic Markdown editor with a real-time preview. Mark Text: A simple and elegant Markdown editor with a focus on speed and usability. Command Line Tools:
Pandoc: A universal document converter that can convert Markdown files to various formats like HTML, PDF, and more. Grip: A command-line tool to preview Markdown files as they would appear on GitHub. These tools can help you write, preview, and manage your Markdown files more effectively.