Tutorial de MARKDOWN completo y sencillo ➕ Chuleta plantilla GRATIS

Tutorial de MARKDOWN completo y sencillo ➕ Chuleta plantilla GRATIS

Introduction to Markdown Rules

Overview of Markdown

  • The video introduces the rules of Markdown and offers a template for viewers to reference in their daily use.
  • It emphasizes that Markdown is tool-agnostic, meaning it can be used across various editors, with Obsidian as the primary example.

What is Markdown?

  • Markdown is described as a lightweight markup language designed to enrich plain text by adding extra characters for formatting.
  • The process of "provisualization" compiles plain text with additional characters, enhancing its visual appeal and readability.

Advantages of Using Markdown

  • By using Markdown, users can create visually appealing notes that are easier to read and understand.
  • It has become a standard format in many note-taking tools like Obsidian, Notion, and Roam Research due to its compatibility with plain text.

Historical Context and Migration Benefits

Personal Experience with Markdown

  • The speaker shares their experience writing a blog in a CMS based on Markdown over 20 years ago, which facilitated an easy migration to WordPress when the CMS closed.
  • Emphasizes the advantage of using a standard plain text format like Markdown for future-proofing notes against platform changes.

Practical Application in Obsidian

Setting Up Obsidian

  • Transitioning into practical examples within Obsidian, where the speaker has created a note outlining key Markdown rules.
  • A link is provided for viewers to access this note along with other templates related to Obsidian and learning techniques discussed on emuve.com.

Customizing Appearance

  • The speaker demonstrates how to install themes in Obsidian for better visual appeal since the default theme may appear bland or neutral.

Markdown Formatting Techniques

Editing Modes in Obsidian

  • In editing mode, users can see added characters while still getting an interpretation of how it will look once compiled.

Header Levels and Text Formatting

  • Different header levels are explained; level 1 headers are larger than level 2 headers.
  • Text formatting options include bold (using double asterisks), italics (using single asterisks), and combinations thereof.

Markdown Limitations

Restrictions on Formatting

Markdown Formatting Techniques in Obsidian

Strikethrough and Text Formatting

  • The process of applying strikethrough formatting involves using specific characters, which can be accessed by pressing Alt along with the numbers 1, 2, and 6.
  • After applying strikethrough, users can return to normal text input by re-entering the character sequence to stop the formatting.
  • Color marking is allowed in Obsidian; however, certain styles like underlining are not permitted. Users can apply double characters before and after words for emphasis.

Presentation Management

  • In preview mode, users can see both strikethrough text and highlighted words. Using three dashes creates a visual divider across the screen.
  • By utilizing three dashes effectively, users can create presentations similar to PowerPoint slides within their notes.
  • Activating presentation mode requires navigating through preferences; once enabled, it allows for seamless transitions between different sections of content.

Structuring Presentations

  • Each section of a presentation should be clearly defined between sets of three dashes to indicate where one slide ends and another begins.
  • Although initial formatting may not appear polished for presentations, proper structuring allows for effective use of markdown as a presentation tool.

Citing Sources

  • Citing sources in markdown includes using the greater-than symbol followed by the quote. A notable quote shared emphasizes action over knowledge: "What matters is not what you know but what you do with what you know."

List Creation Techniques

  • There are two main types of lists: bullet points (unordered lists), created simply by starting a new line with an asterisk or dash, and numbered lists (ordered lists), initiated by writing numbers followed by periods.
  • Nested lists can be created using tabulation; this allows for sub-items that maintain numerical order based on their parent item.

Task Lists

  • Creating task lists involves opening brackets with spaces inside them. This generates checkboxes that users can mark as completed or pending.

Visual Clarity in Markdown

  • Additional characters used in markdown enhance readability without cluttering the editing interface; they serve logical purposes such as indicating dividers or checkboxes.

Image Handling in Obsidian

Markdown Basics and Image Handling

Inserting Images with URLs

  • To insert an image in Markdown, use the syntax that includes the URL of the image. For example, you can write ![alt text](URL) to display an image from a specified URL.
  • You can resize images by adding a pipe (|) followed by pixel dimensions after the URL. For instance, ![alt text](URL | 100) will set the width to 100 pixels.

Code Blocks in Markdown

  • Code blocks can be added using triple backticks (```) followed by specifying the programming language for syntax highlighting. This helps in visually distinguishing code from regular text.
  • Close the code block with another set of triple backticks to indicate where it ends, allowing Markdown to compile it correctly.

Commenting and Escaping Characters

  • Use double percentage signs (%%) at both ends of your comment to prevent Markdown from compiling that section as visible content; this is useful for internal notes or reminders.
  • To escape characters that you do not want interpreted by Markdown (like brackets), prepend them with a backslash (``). For example, [text] will display as [text].

Creating Tables and External Links

Building Tables

  • Tables can be created using vertical bars (|) to separate columns and hyphens (---) under headers to define their structure. This allows for organized data presentation within your document.
  • The visual representation of tables improves readability when previewed in Markdown editors like Obsidian, which also supports calculations within tables in future videos.

Adding External Links

  • External links are easily added by placing the link text in square brackets followed by the URL in parentheses: [link text](URL). This creates clickable hyperlinks similar to those on web pages.
  • A quick way to format links is using keyboard shortcuts (e.g., Ctrl + K), which automatically generates the necessary Markdown format for linking external resources like Google or other websites.

Internal Linking Challenges

Internal Note Linking

  • When creating internal links within notes, standard Markdown requires full paths which can be cumbersome; thus, some users prefer simpler methods for efficiency during note-taking processes.

Understanding WikiLinks in Markdown

Introduction to WikiLinks

  • The speaker emphasizes the preference for using WikiLinks in Markdown, explaining that they are created by typing double brackets around a note's title without special characters.
  • When using double brackets, text editors suggest possible notes based on the characters being typed, enhancing user experience and efficiency.

Compatibility with Editors

  • The discussion highlights that many text editors support both Markdown and WikiLinks, making it easier to migrate between different platforms.
  • A tool is mentioned that can transform links from Markdown format to WikiLinks and vice versa, simplifying the transition process.

Adoption of WikiLinks

  • Many users of Obsidian have opted for WikiLinks due to their advantages; however, it's crucial to enable this feature in the settings under "files" and "links."
  • If the option isn't activated, new notes will be created in a less manageable format. Users are reminded to ensure this setting is turned on for optimal use.

Conclusion and Resources

Video description

MARKDOWN es un lenguaje de marcado ligero. Pero para que lo entendamos todos, markdown es un estándar para textos planos que añadiendo ciertos carácteres extra a nuestro texto, nos permite enriquecerlo visualmente para que sea más legible y agradable su lectura. Chispún Este vídeo forma parte de un curso de Obsidian porque ésta se apoya en el estándar Markdown pero este mismo vídeo valdría para cualquier otra herramienta que soporte este estándar. Descarga la plantilla aquí abajo: 👉 https://www.cerebrodigital.club/regalo-youtube-cd/?utm_source=yt&utm_medium=markdown Para entenderlo te dejo con este vídeo donde muestro los ejemplos o reglas de marcado más comunes. Incluyo cronología de cada ejemplo: 00:00 Válido para editores de texto que soporten Markdown 00:33 ¿Qué es Markdown? 01:50 Markdown para Notion Obsidian o Roam Research 03:15 ¿Cómo conseguir la chuleta o plantilla? 04:30 Modo edición y modo previsualización 04:50 Tipos de títulos en distintos niveles 05:10 Formatos de texto: negrita cursiva 05:54 Markdown no permite el subrayado de texto 06:10 Líneas en blanco 06:29 Cómo tachar en markdown, texto tachado 07:22 Cómo resaltar, texto resaltado 07:45 Divisores 08:13 Cómo realizar presentaciones en Markdown con los guiones 10:18 Cómo crear citas o quotas 11:00 Listas sin numerar, numeradas y de tareas 13:39 Cómo insertar y redimensionar imágenes o fotos 14:48 Insertar bloques de código de lenguajes de programación 15:45 Cómo comentar para que no compile Markdown 16:18 Cómo escapar carácteres que no quiero incluir 16:55 Crear tablas con cabecero 17:40 Enlaces externos o vínculos o hipervínculos 19:48 Enlaces entre notas o wikilinks 20:55 ¿Qué elegir wikilinks o enlaces markdown? Para descargar esta plantilla debes suscribirte en el enlace que verás un poco más abajo, seguidamente recibirás un correo con acceso a la plantilla, debes descomprimir el archivo .zip. Dentro de las carpetas: Memoria Digital / Cerebro Digital / encontrarás la plantilla "Markdown". La plantilla debes verla con un editor de Markdown tipo Obsidian. Espero que este curso de Markdown te haya ayudado, si ha sido así dame un like y comenta para ayudarme a llegar a más gente. Aquí te dejamos un INDICE DEL CURSO DE OBSIDIAN EN ESPAÑOL y más abajo, información sobre cómo crear TU CEREBRO DIGITAL. 1. Por qué elegir Obsidian en vez de otras (Notion, Evernote, Roam…) 1.1. Notion vs Obsidian: https://www.youtube.com/watch?v=fry2-c1y9Xw 1.2. Logseq vs Obsidian: https://www.youtube.com/watch?v=XTzH6L-8Urc&t=68s 1.3. La mejor aplicación para tomar notas: https://www.youtube.com/watch?v=Vlfy5Gck1Ng&t=1s 2. Empezar con Obsidian 2.1. Cómo usar Obsidian: https://www.youtube.com/watch?v=64pI_dKYZOg&t=12s 2.2. Configurar Obsidian: https://www.youtube.com/watch?v=YKKSgfZwA5s&t=1s 2.3. Aprende Markdown de forma sencilla: https://www.youtube.com/watch?v=q7snzrbARL4&t=369s 2.4. Cómo poner orden en tu vida: https://www.youtube.com/watch?v=zV0pAGd3yMs&t=2s 2.5. Configurar el vault, bóveda y carpeta raíz: https://www.youtube.com/watch?v=0N05ak-TD4M&t=2s 2.6. Obsidian 1.0 – Pestañas y ventanas deslizantes: https://www.youtube.com/watch?v=Y1WpRhFgb2M&t=1s 2.7. Obsidian 1.1 – Cómo crear notas visuales y paneles: https://www.youtube.com/watch?v=zcfmn8kr0ho&t=1s 3. Construir un Gestor de Conocimiento Personal eficaz 3.1. Insertar imágenes, PDF, audios, vídeos en Obsidian: https://www.youtube.com/watch?v=ECsGdcMsiLs 3.2. Crear referencias a bloques y transclusiones: https://www.youtube.com/watch?v=fewZDCf4YnI&t=1s 3.3. Tu vida en 7 tipos de notas: https://www.youtube.com/watch?v=3Mu58VhRo60&t=12s 3.4. Descargar contenido de página web a Markdown, texto plano: https://www.youtube.com/watch?v=of2YUdvQm-I&t=4s 3.5. Combinar metodologías de productividad GTD, ZETTELKASTEN y PARA de Tiago Forte: https://www.youtube.com/watch?v=J5Id9S99ykg&t=1s 3.6. Leer y tomar notas formando una tela de araña: https://www.youtube.com/watch?v=kz-WMtOQfZg&t=5s 3.7. Subrayar y capturar información con la mejor herramienta: https://www.youtube.com/watch?v=MQxOhhKxKoA&t=3s 3.8. Tomar notas universales con independencia de la herramienta: https://www.youtube.com/watch?v=SEHGt_kG1Ec&t=1s 🧠 CLUB CEREBRO DIGITAL 🧠 Si te interesa saber más sobre: - Cómo crear un flujo de trabajo para tomar notas en digital e integrarlas de verdad en un sistema de notas, en vez de papel y archivarlas creyendo que algún día las repasarás - Organizar tu información y aprender a tomar notas - Todas las plantillas que has visto en los vídeos. - Y muchas sorpresas más sobre cómo descargar de trabajo a tu cerebro físico. Descarga la plantilla aquí abajo: 👉 https://www.cerebrodigital.club/regalo-youtube-cd/?utm_source=yt&utm_medium=markdown

Tutorial de MARKDOWN completo y sencillo ➕ Chuleta plantilla GRATIS | YouTube Video Summary | Video Highlight