zz_trucos - ggaaaff/2015-config-MIFI-UNE-Quanta-QDP GitHub Wiki


Tips varios. Sección oculta.

Wiki GitHub

Información:
https://help.github.com/categories/wiki/
https://help.github.com/articles/about-github-wikis/

Ejemplos interesantes:
https://github.com/ethereum/wiki/wiki

Sintaxis Markdown

Ejemplo uso etiquetas markdown:
https://guides.github.com/features/mastering-markdown/

Emoji interesantes

http://www.emoji-cheat-sheet.com/

:black_small_square: :white_small_square: :black_circle: :white_circle: :black_medium_small_square: :white_medium_small_square: :black_medium_square: :white_medium_square: :black_large_square: :white_large_square: :black_square_button: :white_square_button: :white_check_mark: :black_circle: :white_circle: :red_circle: :large_blue_circle: :radio_button:

:heavy_exclamation_mark: :warning: :bangbang: :information_source: :checkered_flag: :construction: :round_pushpin: :triangular_flag_on_post:

PANDOC

Tool libre y multiplataforma.
Conversión entre muchos formatos de texto, con énfasis en uso de markdown.
http://pandoc.org/README.html

EJEMPLO USO:

  • Destino markdown y origen HTML:
    pandoc input.html -t markdown_github -o output

  • Conversión a HTML:
    pandoc test1.md -f markdown -t html -s -o test1.html

The filename test1.md tells pandoc which file to convert.
The -s option says to create a “standalone” file, with a header and footer, not just a fragment.
And the -o test1.html says to put the output in the file test1.html.

EXPORTAR WIKI A ÚNICO ARCHIVO:

:warning: IMPORTANTE
:bangbang: Pérdida de: formato, enlaces a secciones internas, información clave y otras más.
Ya que la conversión es automágica.

  • De formato wiki-github a LibreOffice, para corrección de encabezados:
    pandoc --standalone --output output.odt --to odt --from markdown_github INPUT_FILES_01.md

  • De formato wiki-github a HTML5:
    pandoc --standalone --output output.html --to html5 --from markdown_github INPUT_FILES_01.md

Las 22 páginas de la wiki (a fecha 2019-03-29):
Home.md vid_tutoriales.md guia_mifi_hardware.md guia_mifi_software.md indic_00_indicaciones.md indic_referencias.md indic_conex_admin.md indic_dudas.md indic_desde_cero.md indic_red_celular.md indic_puente_wifi.md indic_sim_prepago.md indic_status.md indic_config_archivo.md indic_tarjeta_sd.md indic_reset_reboot.md indic_otras.md proy_objetivos.md proy_colaboradores.md proy_comunidad.md proy_historial.md zz_trucos.md