Documentaton

markdown-intro.md at [b6b8fcd37d]
Login

File es/capitulos/markdown-intro.md artifact cd1a3b59f7 part of check-in b6b8fcd37d



breaks: false repo: https://mutabit.com/repos.fossil/documentaton/ translations: - en: https://docutopia.tupale.co/inkit:r3p:agiledoc# - es: https://docutopia.tupale.co/documentaton:agiledoc.es# sync: - translations://es - repo://es/capitulos/doc-agil.md Pending: Traducir el documento de inglés a español.


Markdown: Documentación ágil y estructurada

Introducción

Screens are becoming more ubiquous and diverse. Tablets, cell phones, laptop and desktop computers and books are devices where we express and aproach to ideas, causes and stories. This setups a media landscape where we are reading and writing for/from several devices and form factors. In such landscape, popular software, like the Office Suites, can be too resource intensive and overcomplex, becoming ill suited for collaborative and/or multidevice writing, and this creates an increasing tendency for exploring other ways of writing, that recover the focus on the core of the writing experience: putting words together, while providing a simple format and minimalist user experiece that still reflects document structure and presentation. That's why we talk here about agile and structured documentation: these techniques are non resource intensive (cognitive or technical), but provide the elements required for writing structured documents layered (if necessary) with sections, subsections, chapters, subchaters and so on and also for supporting other structures like musical or mathematics notations, among others. Big works has been written in such minimalist way, from the complete Wikipedia, to simple manuals and blog posts, like the ones you are reading here. Here we are going to explore one of those light writing way and the tools for it.

<!-- Here I'm using alerts in CommonMark see more at: https://docutopia.tupale.co/features?view#Alert-Area -->

:::success :point_right: Use Markdown if:

The Markdown markup language is a tool that allows the authors write from several devices, producing, in a simple way, a single document that can be exported to different formats, media devices and screens: Print (PDF), mobile (EPUB), and Web (HTML). And, despite of the easiness of Markdown, this is not an impediment to create complex documents, like complete books. But you can learn it in an organic fashion, going from the basics, to more complex setups and use cases. This set of features make Markdown also ideal for collaborative organic like documentation excercises and context, like workshops and writing sprints or with a team of collaborators spread across different timezones and places, because tracking changes and making comments can become really easy when a simple format is the base for writing (that is the key of huge successful collective works like Wikipedia, for example).

For example, to create the collaborative memory of the workshops and hackathons in our local hackerspace, usually we just create a collaborative plain text editor, called Etherpad and start right there, which makes it more easier for final editions and improvements, without loosing the agility of the process. In fact much of the documentation you are seeing in this Kit was drafted and wrote using such simple tools combination: Markdown + Etherpads (and now we are refining the agile process by using CodiMD).

Markdown is maybe the most popular ligh markup language for documentation used by hundred of thousand of individuals in different communities, like those congregrated in StackOverflow or GitHub and GitLab.

:::warning :heavy_exclamation_mark: There are several variants of Markdown sharing the basics, while being extended for particular needs and communities. So, when you are learning Markdown, once you have covered the core, you will learn a particular variant of it (or several). :::

This part of the Kit will provide you with links about how to use such tool and the resources you will find to go futher with that path. Because there is a lot of online resources about it, more that repeating them here, we are going to provide you with a guided tour on how these resources are organized to go from simple to complex.

Related tools and examples

This section shows some extensions and variants of Markdown, examples of particular works and also tools that can be used for writing on it.

Learning Markdown Basics

This steps will allow you to learn the basics of Markdown in a progressive fashion. There are plenty of resources to learn Markdown online, so we are not going to repeat them here. Only we are going to introduce some minor modifications to improve the learning experience. Some of the experiences will be related with reading, while others will requiere doing. (Remember to take into account the conventions).