Movatterモバイル変換


[0]ホーム

URL:


Task List — Easy Way to Record Todos

Published
·
Updated
·
Author
·
typora.io

Basic Usage

The following markdown syntax will be rendered as aTask List:

- [ ] This task is incomplete.- [x] This task is completed.

Quickly Changing Task Status

  1. Simply click on the checkbox of a task list, or —

  2. Select menu items underParagraphTask Status;

Follow theCustom Key Binding instructions to assign shortcut keys as needed.

“Erasing” Completed Tasks

You may want to add a strikethrough on completed tasks automatically like this:

Snip20170824_1

This can be achieved by adding the following Custom CSS:

.task-list-done{/* styles for completed tasks */text-decoration:line-through;}.task-list-not-done{/* styles for incomplete tasks */}

If you want a completed task list to display with less contrast, you can add CSS in the formatcolor: #777 to change the text color for selector.task-list-done.

For details on where to put this CSS, please readAdd Custom CSS.


[8]ページ先頭

©2009-2025 Movatter.jp