Go to file Use this template
alexandrerbb 4a9457efd7 Create `Heading.toMarkdown` method 2024-04-27 12:57:59 +02:00
.github/workflows Created plugin 2024-04-21 19:26:45 +02:00
src Create `Heading.toMarkdown` method 2024-04-27 12:57:59 +02:00
.editorconfig Created plugin 2024-04-21 19:26:45 +02:00
.eslintignore Created plugin 2024-04-21 19:26:45 +02:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
LICENSE Created plugin 2024-04-21 19:26:45 +02:00
README.md Update README.md 2024-04-21 19:36:40 +02:00
demo.gif Created plugin 2024-04-21 19:26:45 +02:00
esbuild.config.mjs Created plugin 2024-04-21 19:26:45 +02:00
manifest.json Created plugin 2024-04-21 19:26:45 +02:00
package-lock.json Created plugin 2024-04-21 19:26:45 +02:00
package.json Created plugin 2024-04-21 19:26:45 +02:00
tsconfig.json Upgrade dependencies, add strictNullChecks. 2022-06-24 15:41:39 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Created plugin 2024-04-21 19:26:45 +02:00

README.md

Outline to task list Obsidian plugin.

A simple Obsidian plugin to convert a note's outline to a task list.

Demo

Commands

This plugin adds the following commands to the command palette.

Convert outline to a task list here.

Convert the active note outline to a task list, and insert it at the cursor position.

Convert outline to a task list in a new note.

Convert the active note outline to a task list, and insert it in a new note.