Herramientas de estudio
Un conjunto de herramientas pensadas para el ciclo completo de estudiar: marcar lo importante mientras lees, convertirlo en tarjetas, medir cuánto escribes y volver rápido a donde te quedaste.
Keep marks: resaltado invisible
Envuelve un fragmento entre dobles acentos circunflejos:
Un grupo es ^^abeliano^^ si su operación es conmutativa.
Con categoría opcional, usando un prefijo palabra: :
Un ^^def: grupo abeliano^^ tiene operación conmutativa.
La constante vale ^^dato: 6.022e23^^.
Las categorías son libres: inventa las tuyas (def, dato, duda, pendiente…). No hay lista fija y no hace falta declararlas; el panel las descubre solas en tus documentos.
Es invisible fuera del editor. Se ve en el editor (subrayado punteado tenue + un glifo en el margen) y en el panel Guardar, pero la vista previa, el PDF, el .docx, las diapositivas y cualquier exportación renderizan el texto plano, como si nunca lo hubieras marcado. Los delimitadores y el prefijo de categoría se eliminan en todas partes menos en el editor.
El panel Guardar y el glosario
Se abre desde Vistas → Guardar, desde Ctrl+P → "Abrir Guardar", o haciendo clic en el glifo del margen junto a una marca. Lista cada marca del vault agrupada por categoría, con su texto y su archivo:línea; hace clic para saltar directo. El panel lee tus documentos en vivo, así que siempre está sincronizado; no hay un archivo de glosario aparte que mantener al día.
Exportar glosario vuelca las marcas actuales a un Markdown a tu elección, agrupadas por categoría. Es una foto puntual, bajo demanda: nada se escribe solo.
Exportación a Anki
Ctrl+P → "Exportar a Anki" convierte los entornos matemáticos del documento en tarjetas importables en Anki: theorem, lemma, corollary, proposition, definition, example y exercise.
Dentro de un :::definition, cualquier {{X}} en el cuerpo se convierte en una supresión cloze de Anki ({{c1::X}}, con el índice incrementando por cada aparición), y la tarjeta se exporta como tipo Cloze en vez de Básica.
Las keep marks son invisibles a la exportación: un ^^…^^ dentro de una definición se reduce a texto plano antes de generar la tarjeta, así que nunca se filtra a Anki. Como usan delimitadores distintos ({{ }} para cloze, ^^…^^ para keep marks), un fragmento marcado dentro de una definición no se convierte en cloze por accidente.
Temporizador de foco
El botón Enfoque de la barra superior abre un popover con el temporizador Pomodoro: ciclos de trabajo, descanso y descanso largo, con duraciones configurables. Un reloj compacto queda visible en la barra mientras la sesión sigue activa, aunque cierres el popover.
Junto al temporizador, estadísticas de sesión de escritura en vivo:
| Estadística | Qué mide |
|---|---|
| Delta de palabras | Palabras netas escritas desde que empezó la sesión (puede ser negativo si borras) |
| Palabras por minuto | Sobre el tiempo total transcurrido |
| Palabras por minuto activo | Solo sobre el tiempo en que el temporizador estuvo corriendo, sin las pausas: el ritmo real de escritura |
| Progreso de la meta diaria | Barra de progreso contra el objetivo de palabras configurado en Ajustes (0 = sin meta) |
Modo enfoque y modo máquina de escribir
F11 activa el modo enfoque, que quita las distracciones de la interfaz; Escape lo cierra.
El modo máquina de escribir mantiene la línea del cursor centrada verticalmente en el editor mientras escribes, para que el texto no salte hacia arriba a medida que llenas la pantalla. Se activa desde el paladar de comandos o desde Ajustes, no tiene atajo dedicado.
Marcadores
| Atajo | Acción |
|---|---|
Ctrl+Shift+1 … 9 | Fija o quita el marcador en la ranura N, en la línea del cursor |
Ctrl+Alt+1 … 9 | Salta al marcador de la ranura N |
Ctrl+Shift+B | Muestra el popup de marcadores |
Nueve ranuras numeradas, independientes de la pestaña abierta: sirven para volver de un salto a un punto exacto de cualquier archivo del vault, sin usar la búsqueda.
Restauración de sesión
Al reabrir ComdTeX, las pestañas que tenías abiertas, cuál era la activa y cuáles estaban ancladas se restauran tal cual las dejaste. Combinado con el cursor y el scroll por archivo, volver a trabajar después de cerrar la app se siente como si nunca la hubieras cerrado.
Study tools
A set of tools built for the full study loop: mark what matters while you read, turn it into flashcards, measure how much you write, and jump back to where you left off.
Keep marks: invisible highlighting
Wrap a fragment in double carets:
A group is ^^abelian^^ if its operation is commutative.
With an optional category, using a word: prefix:
An ^^def: abelian group^^ has a commutative operation.
The constant is ^^dato: 6.022e23^^.
Categories are freeform: invent your own (def, dato, duda, pendiente…). There is no fixed list and no need to declare one; the panel discovers them from your documents.
It is invisible outside the editor. It shows in the editor (a faint dotted underline plus a gutter glyph) and in the Keep panel, but the preview, the PDF, the .docx, the slides and any export render the plain text, as if you had never marked anything. The delimiters and the category prefix are removed everywhere except the editor.
The Keep panel and the glossary
Open it from Views → Keep, from Ctrl+P → "Open Keep", or by clicking the gutter glyph next to a mark. It lists every mark in the vault grouped by category, each showing its text and its file:line; click an entry to jump straight to it. The panel reads your documents live, so it is always in sync; there is no separate glossary file to keep up to date.
Export glossary writes the current marks to a Markdown file of your choosing, grouped by category. It is a one-off snapshot, on demand: nothing is auto-written.
Anki export
Ctrl+P → "Export to Anki" converts the document’s math environments into Anki-importable cards: theorem, lemma, corollary, proposition, definition, example and exercise.
Inside a :::definition, any {{X}} in the body is converted into an Anki cloze deletion ({{c1::X}}, with the index incrementing per occurrence), and the card is exported as type Cloze instead of Basic.
Keep marks are invisible to export: a ^^…^^ inside a definition collapses to plain text before the card is generated, so it never leaks into Anki. Since the two use different delimiters ({{ }} for cloze, ^^…^^ for keep marks), a marked fragment inside a definition never accidentally becomes a cloze.
Focus timer
The Focus button in the top bar opens a popover with the Pomodoro timer: work, break and long-break cycles, with configurable durations. A compact clock stays visible in the bar while the session is active, even with the popover closed.
Alongside the timer, live writing-session stats:
| Stat | What it measures |
|---|---|
| Word delta | Net words written since the session began (can be negative if you delete) |
| Words per minute | Over the total elapsed time |
| Active words per minute | Only over the time the timer was actually running, excluding pauses: the honest writing rate |
| Daily-goal progress | Progress bar against the word goal set in Settings (0 = no goal) |
Focus mode and typewriter mode
F11 toggles focus mode, which clears the interface’s distractions; Escape exits it.
Typewriter mode keeps the cursor’s line vertically centered in the editor as you type, so the text doesn’t keep jumping upward as you fill the screen. It is turned on from the command palette or from Settings; it has no dedicated shortcut.
Bookmarks
| Shortcut | Action |
|---|---|
Ctrl+Shift+1 … 9 | Set or clear the bookmark in slot N, at the cursor’s line |
Ctrl+Alt+1 … 9 | Jump to the bookmark in slot N |
Ctrl+Shift+B | Show the bookmarks popup |
Nine numbered slots, independent of the open tab: they let you jump straight back to an exact spot in any file in the vault, without going through search.
Session restore
Reopening ComdTeX restores the tabs you had open, which one was active, and which were pinned, exactly as you left them. Combined with per-file cursor and scroll, coming back to work after closing the app feels like you never closed it.