PARA TODOS AQUEL QUE UTILICE LA HERRAMIENTA TIDDLYWIKI, AQUÍ CONSIGNO UN RESUMEN DE LOS MÚLTIPLES FORMATOS QUE OS SERÁN DE INTERÉS.
A partir de aquí; el código arriba, debajo el resultado
@@color:red; ROJO@@
ROJO
@@color:blue; AZUL@@
AZUL
@@color:green; VERDE@@
VERDE
@@color:grey; GRIS@@
GRIS
@@background-color:red; color de fondo rojo@@
*párrafo
#número
#número
#número
- número
- número
- número
@@background-color:red;
* List One
* List Two
@@
@@.tc-tiddler-frame
@@width:400px;
Some text
@@
Some text
; Term being defined
: Definition of that term
; Another term
: Another definition
- Term being defined
- Definition of that term
- Another term
- Another definition
$$$text/unknown
Texto //exacto//.
$$$
Texto //exacto//.
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
This is some wikitext
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
This is some wikitext
[img[https://tiddlywiki.com/favicon.ico]]
INCLUIR FOTOS:
- importas una foto a la carpeta de tu tiddlywiki
Básico:
[img[ev_hominidos.jpg]]
Con tip emergente:
[img[Homínidos|ev_hominidos.jpg]]
Con tip y tamaño elegido:
[img width=200 [Homínidos|ev_hominidos.jpg]]
Desde una carpeta (fotos) con tamaño (200) y comentario (Esto es un test):
[img width=200 [Esto es un test|fotos/test.jpg]]
[[Título|Enlace]]
Ejemplo:
[[Mis apuntes nuevos|Actualizar tiddlywiki]]
`
Insertar vídeo youtube`
Vas al vídeo youtube / [Compartir] / Insertar / sacas el código:
Lo rodeas de < html >
y < /html >
~http://google.com/
- http://google.com/ > bloqueo el link con ~ delante
!Formatos para tabla
|!Formato|!Los resultados|!El código|
|Negritas|''texto''|{{{''texto''}}}|
|Letras itálicas|//texto//|{{{//texto//}}}|
|Letras subrayadas|~~texto~~|{{{~~texto~~}}}|
|Letras cruzadas|__texto__|{{{__texto__}}}|
|Texto coloreado|@@color:green; de color verde@@|{{{@@color:green; de color verde@@}}}|
|>|>| @@background-color:red; color de fondo rojo@@ |
|Sobrescrito|2^^3^^=8|{{{2^^3^^=8}}}|
|Subescrito|a,,i,,|{{{a,,i,,}}}|
|~| < Casilla doble altura ||
|>| < Casilla doble ancho > ||
|izq | der| centro |
Formatos para tabla
|^top left |^ top center |^ top right|
|middle left | middle center | middle right|
|,bottom left |, bottom center |, bottom right|
:: | :::::::::::::::::::::::::::::::: | ::::::::::::::::::::::::::::::::::: | ::::::::::::::::::::::::::::: | :: |
:: | top left | top center | top right | :: |
:: | :: |
:: | middle left | middle center | middle right | :: |
:: | :: |
:: | bottom left | bottom center | bottom right | :: |
:: | :: |
:: | :::::::::::::::::::::::::::::::: | ::::::::::::::::::::::::::::::::::: | ::::::::::::::::::::::::::::: | :: |
|myclass anotherClass|k
|This is a caption |c
|Cell1 |Cell2 |
|Cell3 |Cell3 |
|Header|Header|h
|Footer|Footer|f
This is a caption
Cell1 | Cell2 |
Cell3 | Cell3 |
Header | Header |
Footer | Footer |
Not monospaced
```
This will be monospaced
```
This will be monospaced
<<<
__Párafo__: This is a block quoted paragraph
written in English
<<<
Párafo: This is a block quoted paragraph written in English
<<<
__Citación__: Computers are like a bicycle for our minds
<<< Steve Jobs
Citación: Computers are like a bicycle for our minds
Steve Jobs
<<<.tc-big-quote
A dramatic quote
<<< Somebody Important
A dramatic quote
Somebody Important
> Quoted text
> Another line of quoted text
Quoted text
Another line of quoted text
> A top quote
>> A subquote
> Another top quote
A top quote
A subquote
Another top quote
* List One
** List Two
**> A quote
**> Another quote
* List Three
- List One
- List Two
A quote
Another quote
- List Three
`accent grave`
accent grave
! Título nivel 1
!! Título nivel 2
!!! Título nivel 3
!.myStyle This heading has the class `myStyle`
Título nivel 1
Título nivel 2
Título nivel 3
This heading has the class myStyle
Transclusion
{{Nombre Tiddler que se incluiría aqui}}