-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substitute calls to convertMarkdownToHtml to MarkdownRenderer.render #43
base: main
Are you sure you want to change the base?
Conversation
taskListRender.dataset["language"] = "hypermd"; | ||
taskListRender.insertAdjacentHTML("afterbegin", convertMarkdownToHTML(this.template)); | ||
MarkdownRenderer.render(this.app, this.template, taskListRender, "./", this.component); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Este component é o plugin em si, ou é impressão minha? não dava para o componente ser só o modal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que nao. Que o Modal nao da inherit do tipo Component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modal implementa a interface ClosableComponent
, mas nao é um Component
pelo que percebi
private app: App; | ||
private taskifier: Taskifier | ||
private editor: Editor; | ||
private app: App; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isto está com 2 tabs ou é impressão minha?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bem, montes de ficheiros parecem estar com 8 spaces tabs em vez de 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que so tem 1 tab. E acho que sao 4 spaces
No description provided.