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/10/04 11:37] – [Eliminar notas de anónimos] tempwininformatica:software:aplicaciones_web:hedgedoc [2025/12/11 21:27] (actual) – [HedgeDoc] tempwin
Línea 7: Línea 7:
  
 {{ https://hedgedoc.org/images/screenshot.png |}} {{ https://hedgedoc.org/images/screenshot.png |}}
 +
 +<WRAP center round info 60%>
 +Existe una [[https://docs.hedgedoc.dev/|versión 2 en desarrollo]] que tendrá muchas mejoras (se está rescribiendo de cero).
 +</WRAP>
 +
  
 ===== Características ===== ===== Características =====
Línea 72: Línea 77:
 ==== Markdown ==== ==== Markdown ====
  
-Hedgedoc sigue el estándar CommonMark de Markdown, pero también soporta algunas extensiones del [[GitHub Flavored Markdown|https://github.github.com/gfm/]]+Hedgedoc sigue el estándar CommonMark de Markdown, pero también soporta algunas extensiones del [[https://github.github.com/gfm/|GitHub Flavored Markdown]]
  
 En [[https://docs.hedgedoc.org/references/hfm/|esta página]] está la lista con todo lo que soporta su versión propia de Markdown. En [[https://docs.hedgedoc.org/references/hfm/|esta página]] está la lista con todo lo que soporta su versión propia de Markdown.
 +
 +En la instancia de demostración podemos ver una página con [[https://demo.hedgedoc.org/features|una muestra de todo lo que soporta]].
  
 ==== Metadatos ==== ==== Metadatos ====
Línea 95: Línea 102:
 Comentario en [[https://community.hedgedoc.org/t/delete-freely-note/1139/2|Delete freely note]]: Comentario en [[https://community.hedgedoc.org/t/delete-freely-note/1139/2|Delete freely note]]:
  
-  Hi @JPT77!+//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.+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://
  
-  DELETE FROM "Notes" WHERE shortid = 'yp1QGycyo'; +<code sql> 
- +DELETE FROM "Notes" WHERE shortid = 'yp1QGycyo'; 
-  Kind regards, +</code>
-  Erik +
-  +
  
 +//Kind regards,
 +Erik//
informatica/software/aplicaciones_web/hedgedoc.1759570665.txt.gz · Última modificación: por tempwin