informatica:software:aplicaciones_web:memos
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:software:aplicaciones_web:memos [2024/04/28 13:03] – [Características] tempwin | informatica:software:aplicaciones_web:memos [2025/10/17 13:12] (actual) – [Soporte Markdown y otros] tempwin | ||
|---|---|---|---|
| Línea 59: | Línea 59: | ||
| A partir de ese momento, todos los mensajes que le enviemos a nuestro bot, serán publicadas como notas privadas en nuestra instancia de **memos**. | A partir de ese momento, todos los mensajes que le enviemos a nuestro bot, serán publicadas como notas privadas en nuestra instancia de **memos**. | ||
| + | |||
| + | ==== Personalización de estilos ==== | ||
| + | |||
| + | Desde // | ||
| + | |||
| + | <code css> | ||
| + | p { | ||
| + | margin-bottom: | ||
| + | line-heigth: | ||
| + | } | ||
| + | |||
| + | ul.list-inside { | ||
| + | margin-left: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | br { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .text-5xl { | ||
| + | font-size: 1.5rem; | ||
| + | } | ||
| + | |||
| + | .text-3xl { | ||
| + | font-size: 1.3rem; | ||
| + | } | ||
| + | |||
| + | .text-xl { | ||
| + | font-size: 1.1rem; | ||
| + | } | ||
| + | |||
| + | .text-xl span { | ||
| + | font-weight: | ||
| + | } | ||
| + | |||
| + | h1 { | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | h2 { | ||
| + | border-bottom: | ||
| + | margin-top: 1.5rem !important; | ||
| + | margin-bottom: | ||
| + | padding-bottom: | ||
| + | } | ||
| + | |||
| + | h3 { | ||
| + | padding-top: | ||
| + | } | ||
| + | |||
| + | .leading-normal { | ||
| + | line-height: | ||
| + | } | ||
| + | </ | ||
| ===== Soporte Markdown y otros ===== | ===== Soporte Markdown y otros ===== | ||
| - | Memos soporta sintaxis [[informatica: | + | Memos soporta sintaxis [[informatica: |
| * Encabezados | * Encabezados | ||
| Línea 251: | Línea 306: | ||
| CREATE INDEX idx_webhook_creator_id ON webhook (creator_id); | CREATE INDEX idx_webhook_creator_id ON webhook (creator_id); | ||
| </ | </ | ||
| + | |||
| + | |||
informatica/software/aplicaciones_web/memos.1714302202.txt.gz · Última modificación: por tempwin
