informatica:software:aplicaciones_web:hedgedoc
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:hedgedoc [2025/10/04 11:32] – [Metadatos] tempwin | informatica:software:aplicaciones_web:hedgedoc [2026/03/06 10:27] (actual) – [Centrar una imagen] tempwin | ||
|---|---|---|---|
| Línea 7: | Línea 7: | ||
| {{ https:// | {{ https:// | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | Existe una [[https:// | ||
| + | </ | ||
| + | |||
| ===== Características ===== | ===== Características ===== | ||
| Línea 38: | Línea 43: | ||
| - PUID=1000 | - PUID=1000 | ||
| - PGID=1000 | - PGID=1000 | ||
| - | - TZ=Etc/UTC | + | - TZ=Europe/Madrid |
| - | - " | + | # - " |
| - | - DB_PORT=3306 | + | # - DB_PORT=3306 |
| - | - DB_USER=hedgedoc | + | # - DB_USER=hedgedoc |
| - | - " | + | # - " |
| - | - DB_NAME=hedgedoc | + | # - DB_NAME=hedgedoc |
| - CMD_DOMAIN=localhost | - CMD_DOMAIN=localhost | ||
| - CMD_URL_ADDPORT=false #optional | - CMD_URL_ADDPORT=false #optional | ||
| Línea 57: | Línea 62: | ||
| </ | </ | ||
| + | La configuración anterior usará SQLite como base de datos. | ||
| ===== Configuración ===== | ===== Configuración ===== | ||
| Línea 67: | Línea 73: | ||
| </ | </ | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Deshabilitar registro ==== | ||
| + | |||
| + | <code yaml> | ||
| + | CMD_ALLOW_EMAIL_REGISTER=false | ||
| + | </ | ||
| ===== Uso ===== | ===== Uso ===== | ||
| ==== Markdown ==== | ==== Markdown ==== | ||
| - | Hedgedoc sigue el estándar CommonMark de Markdown, pero también soporta algunas extensiones del [[GitHub Flavored Markdown|https:// | + | Hedgedoc sigue el estándar CommonMark de Markdown, pero también soporta algunas extensiones del [[https:// |
| En [[https:// | En [[https:// | ||
| + | |||
| + | En la instancia de demostración podemos ver una página con [[https:// | ||
| ==== Metadatos ==== | ==== Metadatos ==== | ||
| Línea 84: | Línea 99: | ||
| lang: es | lang: es | ||
| tags: pruebas, hedgedoc | tags: pruebas, hedgedoc | ||
| + | robots: noindex, nofollow | ||
| --- | --- | ||
| </ | </ | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ==== Eliminar notas de anónimos ==== | ||
| + | |||
| + | Comentario en [[https:// | ||
| + | |||
| + | //Hi @JPT77! | ||
| + | |||
| + | Deleting a note as an admin is currently only possible via direct operation on the database. The easiest way to find the note in the database is by the “short id”. This can be found in the URL when opening the “publish” view.// | ||
| + | |||
| + | //Example: There’s a note at https:// | ||
| + | |||
| + | //Now we can delete this note from the database using SQL:// | ||
| + | |||
| + | <code sql> | ||
| + | DELETE FROM " | ||
| + | </ | ||
| + | |||
| + | //Kind regards, | ||
| + | Erik// | ||
| + | |||
| + | ==== Centrar una imagen ==== | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | ==== Buscar notas en base de datos ==== | ||
| + | |||
| + | La versión 1 de HedgeDoc almacena las notas con una UUID en la base de datos. Sin embargo, la URL de la nota se genera a partir de esa UUID. Si queremos buscar una nota específica en la base de datos, podemos usar la siguiente herramienta que nos hará la conversión de URL a UUID y viceversa: | ||
| + | |||
| + | * https:// | ||
informatica/software/aplicaciones_web/hedgedoc.1759570347.txt.gz · Última modificación: por tempwin
