Herramientas de usuario

Herramientas del sitio


informatica:software:aplicaciones_web:hedgedoc

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
informatica:software:aplicaciones_web:hedgedoc [2025/12/11 21:25] – [Eliminar notas de anónimos] tempwininformatica:software:aplicaciones_web:hedgedoc [2026/03/06 10:27] (actual) – [Centrar una imagen] tempwin
Línea 9: Línea 9:
  
 <WRAP center round info 60%> <WRAP center round info 60%>
-Existe una [[https://docs.hedgedoc.dev/|versión 2 en desarrollo]] que tendrá muchas mejoras.+Existe una [[https://docs.hedgedoc.dev/|versión 2 en desarrollo]] que tendrá muchas mejoras (se está rescribiendo de cero).
 </WRAP> </WRAP>
  
Línea 43: Línea 43:
       - PUID=1000       - PUID=1000
       - PGID=1000       - PGID=1000
-      - TZ=Etc/UTC +      - TZ=Europe/Madrid 
-      - "DB_HOST=<hostname or ip>" +     - "DB_HOST=<hostname or ip>" 
-      - DB_PORT=3306 +     - DB_PORT=3306 
-      - DB_USER=hedgedoc +     - DB_USER=hedgedoc 
-      - "DB_PASS=<secret password>" +     - "DB_PASS=<secret password>" 
-      - DB_NAME=hedgedoc+     - DB_NAME=hedgedoc
       - CMD_DOMAIN=localhost       - CMD_DOMAIN=localhost
       - CMD_URL_ADDPORT=false #optional       - CMD_URL_ADDPORT=false #optional
Línea 62: Línea 62:
 </code> </code>
  
 +La configuración anterior usará SQLite como base de datos. 
 ===== Configuración ===== ===== Configuración =====
  
Línea 73: Línea 74:
  
   * [[https://docs.hedgedoc.org/references/url-scheme/|URL Scheme]]   * [[https://docs.hedgedoc.org/references/url-scheme/|URL Scheme]]
 +
 +==== Deshabilitar registro ====
 +
 +<code yaml>
 +CMD_ALLOW_EMAIL_REGISTER=false
 +</code>
 ===== Uso ===== ===== Uso =====
  
Línea 106: Línea 113:
 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.// 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://demo.hedgedoc.org/wNvA2KmtRHixDAn34984JQ that should be deleted. The “Publish” view (button in the top bar) links to https://demo.hedgedoc.org/s/yp1QGycyo. Therefore yp1QGycyo is the short id.//+//Example: There’s a note at https://demo.hedgedoc.org/wNvA2KmtRHixDAn34984JQ that should be deleted. The “Publish” view (button in the top bar) links to https://demo.hedgedoc.org/s/yp1QGycyo. Therefore ''yp1QGycyo'' is the short id.//
  
 //Now we can delete this note from the database using SQL:// //Now we can delete this note from the database using SQL://
Línea 116: Línea 123:
 //Kind regards, //Kind regards,
 Erik// Erik//
 +
 +==== Centrar una imagen ====
 +
 +  * [[https://community.hedgedoc.org/t/how-can-i-center-a-image-in-md-on-hedgedoc/2386|How can I center a image in md on HedgeDoc]]
 +
 +==== 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://hedgedoc.org/note-id-tool/
informatica/software/aplicaciones_web/hedgedoc.1765484741.txt.gz · Última modificación: por tempwin