
#2 Aprende Markdown en Obsidian | Curso de Obsidian desde 0
Conoceras los conceptos basicos de Markdown, para registrar e ir enriqueciendo texto plano. - 0:00 Introducción - 0:47 Qué es Markdown - 4:09 Índice de lo que se verá en el video - 4:31 Cabeceras (Headers) Registro de Títulos. - 6:26 Estilos de texto negrita, cursiva, tachado y resaltado - 9:54 Listas de elementos viñetadas (con guión) y con numeración - 12:50 Adicionar Imagenes local y remota - 14:42 Links externos a sitios web y locales. - 15:20 Enlazar, llamar e incrustar notas - 17:44 Citas en Obsidian - 18:17 Bloques de Código y referencias. - 20:55 Crear tablas y alinearlas - 23:25 Footnotes (Pie de páginas) Todo esto nos permitra trabajar con Obsidian, por todo ello te recomiendo que despues de ver los videos comiences a armar tu mismo tus notas para que consultes posteriormente. Esta serie de videos fue solicitado en Twitch y tiene como objetivo que tu puedas armar al finalizar la serie tu propio sistema de gestión de conocimiento según tus necesidades, inicialmente se tiene pensado armar orientado a seguridad informática pero como mencionamos , si quieres que te colaboremos con el flujo de trabajo lo haremos, por ello dispongo los grupos que tenemos del proyecto Snifer@L4b's. En discord del Snifer@L4b's contamos con una seccion de Obsidian. https://discord.gg/tqNnVMp Telegram: https://t.me/HackySec Como también grupos específicos de Obsidian. Grupo en Telegram de Obsidian: https://t.me/ObsidianEs Discord Oficial de Obsidian: https://discord.gg/veuWUTm Tienes dudas de Obsidihttps://discord.gg/veuWUTman puedes hacerlas y resolvemos en el Live por Twitch https://www.twitch.tv/SniferL4bs, Emitimos miercoles, viernes y sábado a las 10:00 GMT -4 Música: Hola Beats de Nicolás Schürmann Lindemann https://open.spotify.com/playlist/5Xkw0sFd5Y89K7kfrusZsf?si=8e74c8373e4f4cad&nd=1
#2 Aprende Markdown en Obsidian | Curso de Obsidian desde 0
Introduction to Markdown in Obsidian
Overview of the Video Series
- This video is part two of a series on using Obsidian, focusing specifically on Markdown.
- The presenter, José Moruno Kadima (known as Sniffer), introduces himself and his blog, Infer Labs.
What is Markdown?
- Markdown is a way to format plain text with elements like headers, bold, italics, and lists. It generates
.md
files that can be opened in various text editors without dependency on specific software.
- Unlike Word documents which are limited by their formats across different operating systems, Markdown files are universally accessible and editable.
Benefits of Using Markdown
- Initially created as a simpler alternative to HTML, Markdown allows for minimalist writing while enabling extensive content creation. It supports easy export to other platforms such as Wikipedia and GitHub Pages.
- Users can convert Markdown documents into multiple formats (e.g., PDF or Word) seamlessly through integration with tools like Pandoc. LaTeX can also be used for high-quality document generation but may require more complexity.
Markdown Features: Headers and Text Styles
Understanding Headers
- Headers in Markdown allow for six levels of hierarchy using the
#
symbol; each level corresponds to a different size or importance of the header text. For example:
# First Level
## Second Level
- Up to
###### Sixth Level
.
Text Styling Options
- Bold: Achieved by surrounding text with two asterisks (
**text**
) or underscores (__text__
).
- Italic: Created using one underscore (
_text_
) or one asterisk (*text*
). Combining both styles results in bold italicized text.
- Strikethrough: Implemented by wrapping text with double tildes (
~~text~~
). Highlighting can be done using double equals signs (==text==
).
Creating Lists in Markdown
Types of Lists
- Bullet points can be created using dashes (-), plus signs (+), or asterisks (*). Each method produces similar visual results but may vary based on personal preference.
- Numbered lists are also supported by simply numbering items sequentially.
Markdown Techniques for Content Creation
Introduction to Markdown
- The discussion begins with an overview of using platforms like YouTube, Twitch, and Twitter for content creation.
- Emphasis on subscribing to channels and following accounts as a way to engage with the community.
Structuring Lists in Markdown
- Demonstrates how to create numbered lists in Markdown, allowing automatic organization of items.
- Shows the importance of previewing changes in Markdown; even if the text appears disordered, it can be correctly formatted upon preview.
- Explains how sub-level lists can be created easily by indenting items, which updates automatically.
Inserting Images
- Introduces the syntax for adding images: using an exclamation mark followed by brackets for description and parentheses for URL.
- Discusses specific syntax requirements when working within Obsidian, highlighting differences from traditional Markdown.
Linking and Referencing
- Describes how to link images using double brackets in Obsidian without needing a file path.
- Explains creating links in Markdown either through direct URLs or by formatting them with display text in brackets followed by the link in parentheses.
Advanced Linking Techniques
- Details how internal linking works within Obsidian using double brackets to reference notes directly.
- Illustrates embedding entire notes or specific sections using exclamation marks and hashtags for precise referencing.
Citing Quotes and Code Blocks
- Introduces quoting text using the greater-than symbol (>) to format citations effectively.
Code Blocks and Tables in Markdown
Introduction to Code Blocks
- The speaker introduces the concept of code blocks, demonstrating how to format them for use in Markdown.
- A specific example is provided where a print statement is used: "Hello, welcome to life on Twitch and YouTube videos."
Working with Tables
- The discussion shifts to tables, emphasizing their importance for organizing processes or tasks.
- An example table structure is outlined with headers: number, name, surname, and phone number.
- The speaker explains how to differentiate headers using pipes (|) and dashes (-), establishing a clear table format.
Table Formatting Techniques
- To center content within a table cell, colons (:) are added at both ends of the header line.
- For left alignment, colons are placed only at the start; for right alignment, they are placed only at the end.
Footnotes in Markdown
Understanding Footnotes
- The speaker introduces footnotes as a way to provide additional references or explanations within text.
- Footnotes help clarify information without cluttering the main body of text.
Creating Footnotes
- Instructions are given on how to create footnotes using brackets for references linked back to specific points in the text.
- An example footnote reference is made regarding visiting a blog or podcast.
Linking Footnotes
- The process of linking footnotes involves specifying URLs that correspond with each reference point mentioned in the text.
- Two examples of footnote links are provided: one referencing snacks.com and another pointing towards YouTube.