5.0.0 • Published 26 days ago

@myrmidon/cadmus-ui-note-set v5.0.0

Weekly downloads
-
License
-
Repository
github
Last release
26 days ago

Cadmus UI - Notes Set

This library was generated with Angular CLI version 17.3.0.

A fixed set of editable notes, using plain text and/or Markdown. This is used when your model has a set of free text notes, often related, either plain text or Markdown, and you want a compact UI to edit all of them.

Requirements

This requires ngx-markdown:

npm i ngx-markdown marked --save
npm i @types/marked --save-dev

As the library is using Marked parser you will need to add node_modules/marked/marked.min.js to your application. If you are using Angular CLI you can add to scripts:

"scripts": [
 "node_modules/marked/marked.min.js"
]

Also ensure to import MarkdownModule.forRoot() in your app module (or use importProvidersFrom(MarkdownModule.forRoot()) in app.config.ts of a standalone app), as forRoot injects the required MarkdownService.

5.0.0

26 days ago

3.0.0

6 months ago

2.0.0

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago