|
2 | 2 | path: 5.2.-Journals |
3 | 3 | --- |
4 | 4 |
|
5 | | -# Journals |
6 | | -You can record your thoughts when coding your data in journals. Make use of these to develop ideas and themes. |
7 | | -Journals can be exported as a single journal or all journal text can be collated and exported as a single file. |
8 | | -Journals can be deleted. Journals can have attributes. |
| 5 | +# Diarios |
| 6 | +Puedes registrar tus reflexiones durante el proceso de codificación de datos mediante los diarios. Utilízalos para desarrollar ideas y ejes temáticos. |
9 | 7 |
|
10 | | -There is a search option to search through journal text. The search uses regex symbols for more flexibility. |
| 8 | +<img width="895" height="706" alt="image" src="https://github.com/user-attachments/assets/016f7e1d-0970-401a-bbb1-6526687d5fc9" /> |
11 | 9 |
|
12 | | -* A dot '.' is used as a wild card, e.g. '.ears' will match ‘bears’ and 'years' |
13 | | -* A '?' after a character will match one or none times that character, e.g. 'bears?' will match 'bear' and 'bears' |
14 | | -* A '*' after a character will match zero or more times. |
15 | | -* '\.' will match the dot symbol, '\?' will match the question mark. '\n' will match the line ending symbol. |
| 10 | +Los diarios pueden exportarse de forma individual o, si lo prefieres, puedes recopilar y exportar el texto de todos los diarios en un solo archivo. |
16 | 11 |
|
17 | | -Regex cheatsheet: |
| 12 | +Los diarios se pueden eliminar y también pueden contener atributos. |
| 13 | + |
| 14 | +Existe una función de búsqueda para localizar información dentro del texto de los diarios. Esta herramienta emplea símbolos de expresiones regulares (_regex_) para ofrecerte mayor flexibilidad. |
| 15 | + |
| 16 | +* El punto '.' funciona como un comodín; por ejemplo, .atas coincidirá con "patas" y "ratas". |
| 17 | +* El signo '?' después de un carácter buscará cero o una ocurrencia de dicho carácter; por ejemplo, gatos? coincidirá tanto con "gato" como con "gatos". |
| 18 | +* Para buscar los símbolos literales, utiliza la barra invertida: "\." para el punto, "\?" para el signo de interrogación y "\n" para representar un salto de línea. |
| 19 | + |
| 20 | +Guía rápida de regex: |
18 | 21 | www.rexegg.com/regex-quickstart.html |
19 | 22 |
|
20 | | -You can sort journals by name or date. You can add attributes to journals. You can show rows of journals with a matching text name, coder or attribute value, using the right-click menu function. |
| 23 | +Puedes ordenar los diarios por nombre o por fecha, así como añadirles atributos. Mediante el menú contextual (clic derecho), tienes la opción de mostrar únicamente las filas de los diarios que coincidan con un nombre específico, un codificador o un valor de atributo. |
| 24 | + |
| 25 | +La ventana del diario es flotante, lo que te permite redactar notas mientras realizas la codificación o generas informes. |
21 | 26 |
|
22 | | -The journal window will be free floating, so that you can enter notes while coding or generating reports. |
| 27 | +## Resaltar texto del diario mediante Markdown |
23 | 28 |
|
24 | | -## Highlight journal text using markdown |
| 29 | +Tienes a tu disposición algunas funciones de Markdown para resaltar el contenido de tus diarios. |
| 30 | +Puedes utilizar de uno a tres símbolos de almohadilla (#) para definir niveles de encabezado. Asimismo, emplea un solo asterisco (*) rodeando las palabras para obtener texto en _itálicas_ y doble asterisco (**) para resaltar texto en **negritas**. |
25 | 31 |
|
26 | | -Some markdown is available to highlight wording in a journal. |
27 | | -Using one to three hash symbols for heading levels. Single asterix surrounding words for italic text. Double asterix surround text for bold text. |
| 32 | +<img width="1029" height="705" alt="image" src="https://github.com/user-attachments/assets/0508c977-d455-406f-a10a-ed1cdadf467b" /> |
28 | 33 |
|
29 | | - |
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
|
0 commit comments