Giter VIP home page Giter VIP logo

obsidian-task-state's Introduction

Obsidian Task State

With Obsidian Task State, each task will be managed along with state note.

Usage Example

If you add new task with empty bracket by hitting cmd + enter, plugin will automatically link state page.

- [ ] # after hitting cmd + enter

->

- [ ] [[TODO]] # automatically add [[TODO]]

Fill task content whatever you want. After completing the task, you just enter cmd + enter again.

- [x] [[TODO]] new task to do # after hitting cmd + enter

->

- [x] [[DONE]] new task to do # automatically change [[TODO]] to [[DONE]]

How to install

  1. Build the project.
npm install
npm run build
  1. Copy over main.js, styles.css, manifest.json to your vault <vault-path>/.obsidian/plugins/task-state.

Roadmap

  • Sync checkbox with task state in preview mode (If click task checkbox in preview mode, task state also changed)
  • Customize todo, done task name
  • Support backlink display text (ex. [[TODO|❗]] will display ❗instead of TODO in preview mode)

Support

Karrot

It's over. Happy obsidian.

obsidian-task-state's People

Contributors

gaaon avatar lishid avatar

Stargazers

 avatar  avatar  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.