Code Monkey home page Code Monkey logo

Comments (8)

mbissinger avatar mbissinger commented on June 12, 2024 2

If I understand correctly then having another button in the header for creating to-do items might be an option? For instance using the same symbols as already shipped by Joplin:

image

One might even think about a context menu of an item on the board (right-click) with the ability to complete a to-do. This would be extremely convenient, but I'm note sure if this is possible. Another option would be to have checkbox for to-do items like

image

from plugin-kanban.

nome avatar nome commented on June 12, 2024 1

I agree, two buttons would be a perfectly valid solution. I also use the done/finished column to complete to-do items, so as far as I'm concerned the "completing via kanban" feature is already covered.

from plugin-kanban.

dreamflasher avatar dreamflasher commented on June 12, 2024 1

I came here to request the following:

  • Add a To-Do checkbox in front of the items that are todos, to allow for quickly marking them completed (I don't have an additional Done column, because 1) I am not interested in seeing the done items, 2) I used the board as categories, so I want to keep the category tags)
  • Quickly add new To-Dos by having a text-entry field below the last item, that creates a new note of the correct type (todo if the lane has a completed filter, else a normal note) when hitting enter

from plugin-kanban.

mablin7 avatar mablin7 commented on June 12, 2024

Try adding completed: false to the filters. After the latest update, this could work the way you want it

from plugin-kanban.

amandamcg avatar amandamcg commented on June 12, 2024

I tried adding (code below in case I misunderstood), but that just hid the notes in my done column. New notes in any column still seem to be "notes" not "to-dos". Version 1.0.7

```kanban
filters:
	completed: false 

from plugin-kanban.

nome avatar nome commented on June 12, 2024

I've updated the kanban plugin (to version 1.0.7), and added a completed: false filter. I'm seeing the same effects @amandamcg described, so I'm afraid this doesn't help me.

Full config:

columns:
  - name: Backlog
    backlog: true
  - name: Next
    tag: next
  - name: Work in progress
    tag: wip
  - name: Finished
    completed: true
filters:
  completed: false

from plugin-kanban.

mablin7 avatar mablin7 commented on June 12, 2024

I see, I'll check it out

from plugin-kanban.

amandamcg avatar amandamcg commented on June 12, 2024

Yes, 2 buttons would work. Or a setting to choose which to appear, if that takes too much space.

Re: completing a todo, I use the done column for that, but could see others wanting to have that as a separate option.

- name: ✅ Done
    completed: true

from plugin-kanban.

Related Issues (20)

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.