Effortless Formatting: How to Use Markdown in Google Docs

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024

Комментарии • 9

  • @paulomalley
    @paulomalley  6 месяцев назад +1

    NOTE: An update to this video: Code Blocks and the like are now supported too. Just be sure to use the "Backquote" key, which is generally found on the Tilde key of a standard keyboard. The regular quote key will not work for this option.
    3x Backquote on either end of text will give a Code Block.

  • @MujahidJutt-z6v
    @MujahidJutt-z6v 2 месяца назад +1

    Great!

  • @RodrigoRocha1980
    @RodrigoRocha1980 6 месяцев назад +1

    *Resumo*
    Este vídeo é um guia rápido sobre como usar Markdown no Google Docs, apresentando recursos pouco conhecidos que podem facilitar a criação de documentos. Ele mostra como ativar o suporte ao Markdown, como formatar texto para títulos e estilos de fonte, inserir hiperlinks e aplicar negrito, itálico e tachado utilizando Markdown no Google Docs.
    *Timestamps*
    - 0:00 - Introdução
    - 0:27 - Ativando o suporte ao Markdown
    - 1:00 - Formatando texto para títulos e estilos de fonte
    - 2:20 - Inserindo hiperlinks
    - 3:30 - Aplicando negrito e itálico
    - 4:30 - Utilizando a tecla til para tachar texto
    - 5:00 - Conclusão
    *Destaques*
    - 📝 Ativar suporte ao Markdown no Google Docs pelo menu Ferramentas > Preferências.
    - 📄 Utilizar "#" seguido de espaço para criar diferentes títulos de fonte, até seis níveis.
    - 🔗 Inserir hiperlinks digitando o texto a ser exibido entre colchetes e a URL entre parênteses, sem espaço entre eles.
    - **Aplicar negrito** com dois asteriscos ou dois underscores no início e no fim do texto.
    - *Aplicar itálico* com um asterisco ou um underscore no início e no fim do texto.
    - ~~Tachar texto~~ com um til no início e no fim do texto.
    *Conclusões*
    O uso de Markdown no Google Docs pode facilitar a formatação de documentos, especialmente para quem está acostumado a usar Markdown em outras plataformas. Com alguns atalhos de teclado simples, é possível formatar texto, inserir hiperlinks e aplicar estilos diferentes de fonte de forma rápida e eficiente. Ainda que o Google Docs não suporte todos os recursos do Markdown, como blocos de código, a utilização de Markdown pode tornar a criação de documentos mais simples e prática.
    #RUclips #GoogleDocs #Markdown

  • @accountadministrator2387
    @accountadministrator2387 3 месяца назад +1

    I tried pasting text in markdown format but nothing happened. Is there a workaround for that?

    • @paulomalley
      @paulomalley  3 месяца назад

      Depending on what you are pasting in, there are different things to do. But overall, the MD support in Google Docs is more built with the idea of composing your content directly in Docs as opposed to pasting MD formatted content in.
      I can confirm that when pasting in a link in MD format, you need to press Enter after for the formatting to apply.
      I also know that code blocks are a little finicky in that you need to type ``` and then hit enter for the code block to appear, pasting in the full block in MD format won't auto apply unfortunately.
      As for headers and the like, they require the ## etc to be entered followed by a SPACE in order to apply. You can paste in the block of text and then simply go to each of these parts and select them and hit SPACE for them to apply.

  • @donaldnelson5647
    @donaldnelson5647 4 месяца назад

    What about lists?

    • @paulomalley
      @paulomalley  4 месяца назад

      At the time I made this video, lists and code blocks didn't seem to always get recognised correctly, but do now.
      A generic list can be initiated simply by starting a line with a dash followed by a space - "- ".
      A check list is created by using open and closed square brackets with a space between them - "[ ]".
      And code spans/blocks will work just as expected with either one or three backticks respectively - "`" or "```".

  • @123nickiv
    @123nickiv 2 месяца назад

    Is there a code for underlining text?

    • @paulomalley
      @paulomalley  2 месяца назад

      Unfortunately, I do not believe there is based on the Google Documentation for Markdown support.
      I tried using underline tags from other tools like Obsidian ("" and "") but this does not work Docs.
      support.google.com/docs/answer/12014036?hl=en#zippy=%2Cconvert-markdown-to-google-docs-content-on-paste%2Ccopy-google-docs-content-as-markdown%2Cimport-markdown-as-a-google-doc%2Ccreate-headings-with-markdown-in-google-docs%2Citalicize-bold-and-strikethrough-text-with-markdown%2Cadd-links-with-markdown