Back to Super Productivity

Inline Markdown.Component

src/app/ui/inline-markdown/inline-markdown.component.html

18.10.0475 B
Original Source

@if (isShowEdit() || !isMarkdownFormattingEnabled()) { } @if (!isTurnOffMarkdownParsing()) { } @if (isShowControls()) { @if (isShowChecklistToggle() && isMarkdownFormattingEnabled()) { checklist } @if (isCurrentlyChecklist()) { playlist_add_checkdone_all {{ T.F.TASK.ADDITIONAL_INFO.CHECK_ALL | translate }} remove_done {{ T.F.TASK.ADDITIONAL_INFO.UNCHECK_ALL | translate }} delete_sweep {{ T.F.TASK.ADDITIONAL_INFO.CLEAR_COMPLETED | translate }} } fullscreen }