Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/app/01-edicion-basica/03-comentarios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

Tips:
⌘ /

Ctrl + \
Ctrl + ç
*/

const a = 10;
Expand Down
11 changes: 4 additions & 7 deletions src/app/01-edicion-basica/04-comentarios.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
Ordenar las <li>

Tips:
⌘ /
⇧ ⌥ A

Ctrl + \
Alt + Click/Selección (Para colocar varios cursores/Mantener varias selecciones)
Shift + Alt + A
-->

Expand All @@ -21,9 +18,9 @@
<h1>Objetivo final</h1>

<div>
<span>Hola</span>
<!-- <span>Hola</span> -->
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Eum maiores nostrum cum quasi totam.
Eum maiores nostrum <!-- cum quasi totam. -->
</p>
</div>
</div>
2 changes: 1 addition & 1 deletion src/app/01-edicion-basica/05-nuevo-arachivo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Tips:
⌥ click derecho
Ctrl + click derecho
Ctrl + click sobre la ruta
-->

<script src="assets/js/app.js"></script>
6 changes: 3 additions & 3 deletions src/app/01-edicion-basica/09-zen-mode.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!--
<!--
Objetivo:
Cero distracciones
Ocultar Mostrar sidebar

tips:
⌘ B
Ctrl + B
Ctrl + B // Oculta Sidebar

⌘ K Z
Ctrl + K Z
Ctrl + K Z // Modo cero distracciones
-->


Expand Down
2 changes: 1 addition & 1 deletion src/app/01-edicion-basica/10-terminal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

tips:
⌃ `
Ctrl + `
Ctrl + ñ
-->


Expand Down
Empty file.
2 changes: 1 addition & 1 deletion src/app/02-multi-cursor-edicion/01-clonar-lineas.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Puede cambiar, revisar los shortcuts

⇧ ⌥ D
Shift + Alt + D
Shift + Alt + Tecla abajo

Pro: (Revisar shortcuts)
Copy line down
Expand Down
6 changes: 3 additions & 3 deletions src/app/02-multi-cursor-edicion/05-capitalizar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
⌃ ⇧ L

Ctrl + Alt+ ↑ / ↓
Ctrl + Shift + U
Ctrl + Shift + L

Ctrl + P -> uppercase
Ctrl + P -> lowercase
Pro:
Mostrar la paleta de comandos
⇧ ⌘ P, F1
Expand Down
4 changes: 2 additions & 2 deletions src/app/02-multi-cursor-edicion/06-todas-ocurrencias.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Mantener ⌘ + Doble click
Mantener ⌘ + Seleccionar

Mantener Ctrl + Doble click
Mantener Ctrl + Seleccionar
Mantener ALT + Doble click
Mantener ALT + Seleccionar

-->

Expand Down
10 changes: 7 additions & 3 deletions src/app/02-multi-cursor-edicion/09-arreglos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@

// Crear un arreglo con los días de la semana




lunes
martes
miércoles
jueves
viernes
sábado
domingo


// Objetivo final
Expand Down
2 changes: 2 additions & 0 deletions src/app/05-extensiones/02-todos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
// TODO y FIXME


TODO:

FIXME: