GithubHelp home page GithubHelp logo

reedspool / vscode-markdown-checkbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkief/vscode-markdown-checkbox

0.0 2.0 0.0 8.31 MB

Get it from the marketplace:

Home Page: https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox

License: MIT License

TypeScript 100.00%

vscode-markdown-checkbox's Introduction

Markdown checkbox

Version Rating Installs Build Status Build status

Description

With this extension for Visual Studio Code it's possible to create your todo list in markdown. The extension provides shortcuts and some workspace configurations so you can create a checkbox and mark it quickly and smoothly.

How to use

Preview

Information in status bar

Preview of status bar information

You have to create at least one checkbox to see this information.

Pick Checkboxes

Toggle all checkboxes in the current document with the Multi-Select QuickPick:

Preview of Multi-Select QuickPick

The QuickPick can be opened either from the command palette or by clicking on the status bar item.

Keybindings

Create a checkbox:

ctrl+shift+c or ⌘⇧c (Mac)

Toggle checkbox:

ctrl+shift+enter or ⇧Enter (Mac)

Configuration

You can customize this extension with the following options.

File -> Preferences -> Workspace Settings

Need a bullet point?

Do you need a bullet point before the created checkbox? Select true (default) for this:

options: true | false
"markdown-checkbox.withBulletPoint": true

Example:

* [ ] todo

Type of bullet points

Select a type of bullet point:

options: "*" | "-" | "+"
"markdown-checkbox.typeOfBulletPoint": "*"

Example

* [ ] asterisk
- [ ] minus
+ [ ] plus

Italic

Italic font style of line of the checkbox after the checkbox has been checked:

options: true | false
"markdown-checkbox.italicWhenChecked": true

Preview

  • this line is italic

Strikethrough

Strikethrough the line of the checkbox after the checkbox has been checked:

options: true | false
"markdown-checkbox.strikeThroughWhenChecked": true

Preview:

  • this line has been crossed out

Date when checked

Add date behind the checkbox item after the checkbox has been checked:

options: true | false
"markdown-checkbox.dateWhenChecked": true

Preview:

  • sample with date [2017-11-23]

vscode-markdown-checkbox's People

Contributors

pkief avatar reedspool avatar mark-anders avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.