Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Implement markdown, photos and videos #5

Open
2 tasks
TheRedScreen64 opened this issue Feb 15, 2024 · 0 comments
Open
2 tasks

Implement markdown, photos and videos #5

TheRedScreen64 opened this issue Feb 15, 2024 · 0 comments
Labels
Milestone

Comments

@TheRedScreen64
Copy link
Owner

TheRedScreen64 commented Feb 15, 2024

Done in:

  • Frontend
  • Backend

Frontend note:
https://www.npmjs.com/package/marked
https://github.com/cure53/DOMPurify

Example:

document.getElementById('content').innerHTML = DOMPurify.sanitize(marked.parse('# Marked in the browser\n\nRendered by marked.'));
@TheRedScreen64 TheRedScreen64 changed the title bilder und formated text versenden Implement photos, videos and other formatted messages Feb 26, 2024
@TheRedScreen64 TheRedScreen64 added this to the Release milestone Feb 26, 2024
@TheRedScreen64 TheRedScreen64 changed the title Implement photos, videos and other formatted messages Implement markdown and photos, videos Mar 16, 2024
@TheRedScreen64 TheRedScreen64 changed the title Implement markdown and photos, videos Implement markdown, photos and videos Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant