Added missing tag header to some documents

Added `english` / `spanish` tags and added `english` tag to template
This commit is contained in:
Marco D'Agostini 2021-02-24 12:35:46 +01:00
parent 27d7638204
commit 95782bbca6
20 changed files with 42 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"prefix": "note", "prefix": "note",
"body": [ "body": [
"---", "---",
"tags: $1", "tags: english, $1",
"---", "---",
"", "",
"# ${TM_FILENAME_BASE}", "# ${TM_FILENAME_BASE}",

View File

@ -1,3 +1,7 @@
---
tags: bitcoin, introduction, spanish
---
# Bitcoin # Bitcoin
## Como funcionan los fees ## Como funcionan los fees

View File

@ -1,5 +1,5 @@
--- ---
tags: tutorial, network, mikrotik, ssh, security tags: tutorial, network, mikrotik, ssh, security, english
--- ---
# Configure ssh keys in Mikrotik # Configure ssh keys in Mikrotik

View File

@ -1,4 +1,6 @@
[//]: # "Ctrl+K,V o Ctrl+Shift+V - Para ver vista previa en VSCode" ---
tags: database, potsgresql, sql, spanish
---
# Comandos principales # Comandos principales

View File

@ -1,5 +1,5 @@
--- ---
tags: me, values, draft tags: me, values, draft, english
--- ---
*WARNING: this is work-in-progress, and has many disconnected trains of thought* *WARNING: this is work-in-progress, and has many disconnected trains of thought*

View File

@ -1,5 +1,5 @@
--- ---
tags: probability, expected value, math, blog, investment, gambling, draft tags: probability, expected value, math, blog, investment, gambling, draft, english
--- ---
*WARNING: this is work-in-progress, and has many disconnected trains of thought* *WARNING: this is work-in-progress, and has many disconnected trains of thought*

View File

@ -1,5 +1,5 @@
--- ---
tags: knowledge, database, nosql tags: knowledge, database, nosql, english
--- ---
# DynamoDB # DynamoDB

View File

@ -1,5 +1,5 @@
--- ---
tags: database, potsgresql, sql tags: database, potsgresql, sql, english
--- ---
# INSERT ... RETURNING # INSERT ... RETURNING

View File

@ -1,5 +1,5 @@
--- ---
tags: knowledge, frontend tags: knowledge, frontend, lazy-load, english
--- ---
# Lazy loading images in HTML # Lazy loading images in HTML

View File

@ -1,5 +1,5 @@
--- ---
tags: knowledge, web tags: knowledge, web, protocol, english
--- ---
# Open Graph Protocol # Open Graph Protocol

View File

@ -1,5 +1,5 @@
--- ---
tags: knowledge, frontend, from-podcast tags: knowledge, frontend, english
--- ---
# Perfectly centering pixels is tricky # Perfectly centering pixels is tricky

View File

@ -1,5 +1,5 @@
--- ---
tags: tutorial, ipfs tags: tutorial, ipfs, file-sharing, nat, english
--- ---
# Share file with ipfs # Share file with ipfs

View File

@ -1,5 +1,5 @@
--- ---
tags: tutorial, android, ssh, firefox, termux, proxy tags: tutorial, android, ssh, firefox, termux, proxy, english
--- ---
# Ssh poor-man's-vpn on android # Ssh poor-man's-vpn on android

View File

@ -1,3 +1,7 @@
---
tags: tutorial, tor, ssh, nat, firewall, spanish
---
# Configurar a un servicio onion # Configurar a un servicio onion
*copiado sin verguenza alguna de <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>* *copiado sin verguenza alguna de <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>*

View File

@ -1,3 +1,7 @@
---
tags: tutorial, tor, ssh, nat, firewall, english
---
# Configure an onion service # Configure an onion service
*Shamelessly copied from <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>* *Shamelessly copied from <https://www.techrepublic.com/article/how-to-run-an-ssh-connection-through-tor/>*

View File

@ -1,5 +1,5 @@
--- ---
tags: database, potsgresql, transaction, sql tags: database, potsgresql, transaction, sql, english
--- ---
# The WITH statement # The WITH statement

View File

@ -1,3 +1,7 @@
---
tags: cheatsheet, terminal, bash, zsh, shortcuts, english
---
# Terminal Shortcuts # Terminal Shortcuts
## Default shortcuts ## Default shortcuts

View File

@ -1,4 +1,6 @@
[//]: # "Ctrl+K,V o Ctrl+Shift+V - Para ver vista previa en VSCode" ---
tags: tutorial, android, ssh, youtube-dl, termux, download, english
---
# Tutorial to install [youtube-dl](https://github.com/ytdl-org/youtube-dl/) in android # Tutorial to install [youtube-dl](https://github.com/ytdl-org/youtube-dl/) in android

View File

@ -1,3 +1,7 @@
---
tags: tutorial, ubuntu, ubuntu 20, install, setup, english
---
# Ubuntu fresh setup guide # Ubuntu fresh setup guide
## Update & Upgrade ## Update & Upgrade

View File

@ -1,3 +1,7 @@
---
tags: tutorial, ubuntu, ubuntu 18, ubuntu 20, network, troubleshoot, english
---
# NetworkManager # NetworkManager
- `nm-applet` to run old GUI and activate `Enable Networking`. - `nm-applet` to run old GUI and activate `Enable Networking`.