hedgedoc/src/notes
David Mehren eee8668317
NoteUtils: Add methods to parse note metadata
These methods are intended to parse metadata details from YAML tags, but not implemented for now.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-19 17:32:08 +02:00
..
author-color.entity.ts Add AuthorColor entity 2020-08-13 20:22:30 +02:00
note-authorship.dto.ts Add DTOs for notes and note authorship 2020-07-26 20:57:51 +02:00
note-metadata.dto.ts Add NoteModule 2020-07-25 20:24:59 +02:00
note-permissions.dto.ts Add 'special' property to GroupInfoDto and rename 'id' to 'name' 2020-07-27 22:38:46 +02:00
note.dto.ts NoteDto: Rename attribute metdata to metadata 2020-09-19 14:54:08 +02:00
note.entity.ts NoteEntity: Always initialize arrays 2020-09-19 17:30:58 +02:00
note.utils.ts NoteUtils: Add methods to parse note metadata 2020-09-19 17:32:08 +02:00
notes.module.ts Add AuthorColor entity 2020-08-13 20:22:30 +02:00
notes.service.spec.ts Add NotesService 2020-07-26 17:28:58 +02:00
notes.service.ts NotesService: createNote() now saves new notes to the database 2020-09-19 16:01:32 +02:00