A simple to-do list plugin for logseq

Overview

Logseq Todo Plugin

A simple to-do list plugin for logseq

Feature

  • quick add new to-do items to today's journal page
  • show all today's to-do items (include scheduled & today's journal page)
  • show all to-do's without schedule
  • ignore to-do items in the specified page

Install

Option 1: directly install via Marketplace

Option 2: manually load

Page Properties

  • todo-ignore: Whether to hide the todo task in the current page
Comments
  • Widget not showing anything

    Widget not showing anything

    Setup

    | Description | Value | | :-- | :-- | | OS ~ Distro | ArchLinux | | Locale | IT | | App version | v0.7.1 | | App install method | custom repository (tried AppImage) | | App theme | light built-in | | Plugin version | v1.3.1 | | Plugin install method | marketplace |

    Message

    Hi, I just installed Logseq and your plugin as described, but I can't get the widget to show up the tasks from journal nor from other pages. Am I missing something?

    Best regards

    Attachments

    screenshot

    opened by Microeinstein 12
  • Add option to search from task create box

    Add option to search from task create box

    This lets you search when inputting. It still retains ability to create tasks. One possible improvement could be clearing the input box when closing/hiding the plugin modal.

    released 
    opened by meain 5
  • Duplicated tasks in Today and Anytime

    Duplicated tasks in Today and Anytime

    The plugin's interface shows the same tasks repeated in "Today" and "Anytime" categories.

    It surely should be showing them just once.

    PS: Thanks for creating this plugin!

    bug 
    opened by KierPrev 3
  • Plugin doesn't follow the dark theme after loading

    Plugin doesn't follow the dark theme after loading

    OS: Fedora Linux, Flatpack package Logseq 0.8.10 When Logseq start in dark theme (in my case with custom theme) plugin doesn't follow dark theme (start with light theme) But if I change theme directly, plugin also change theme (light and dark)

    When Logseq start with dark theme: image

    When I change theme myself (working well): image image

    opened by dmytrodubinin 2
  • 2 errors (1) on Logseq start-up

    2 errors (1) on Logseq start-up "Cannot read properties of null (reading 'map') & (2) Todo list failed to render. Can you re-index your graph and try again?

    Is anyone else experiencing these errors? I am using the latest version of the plug 1.9 and logseq 0.8.8 on a MacBook Pro M1 running Monterey 12.6. I also use a Windows 10 PC, but these issues are not happening on this computer.

    I have tried uninstalling and reinstalling the plug-in, as well as re-indexing with no improvement.

    Any help would be appreciated.

    Thanks, Bob

    opened by bobmhughes 2
  • Feature: Where to place new To-Do on journal page

    Feature: Where to place new To-Do on journal page

    It would be cool to be able to specify where new To-Dos are created on the current journal page when using the "Type a task and hit enter" feature.

    For example, it could be configurable to create a - To-Do section at the top of the journal and then add the To-Dos as children of that.

    enhancement 
    opened by dominiwe 2
  • logo.svg missing

    logo.svg missing

    In the console:

    GET file:///C:/Users/{username}/.logseq/plugins/logseq-todo-plugin/logo.svg net::ERR_FILE_NOT_FOUND
    

    but it's in your repo, which is kinda odd. Maybe something goes wrong while building it?

    bug 
    opened by CharlesChiuGit 2
  • Logseq stopped responding after clicking on the Todo icon from top.

    Logseq stopped responding after clicking on the Todo icon from top.

    Hello,

    First of all, nice try creating such a plug-in attempting to save us from the tricky queries.

    After installing it, I clicked the icon but logseq doesn't respond anymore to any interaction with the program - icon nor page links, anything. When closing logseq window, it showed logseq prompt about internal synching for one second, before it closes.

    Restart didn't solve.

    To reproduce -

    1. Install the plug in.
    2. Click on the plug-in icon from the top.

    Tested on logseq-todo-plugin v1.0.0 + Windows 11 + logseq version 0.6.6.

    Let me know if you need more logs, Cheers.

    bug 
    opened by mgai 2
  • feature: Sort unscheduled tasks with page's updatedAt property.

    feature: Sort unscheduled tasks with page's updatedAt property.

    Currently, unscheduled tasks are sorted randomly. Logseq provides a new updatedAt property for each page in a new version of the plugin API, which could be use to infer todo's priority.

    opened by jjaychen1e 1
  • New error [deferred timeout] async call #6

    New error [deferred timeout] async call #6

    Using Logseq 0.8.8 & Todo list v1.10.0 on Windows 10, I am now getting this error "[deferred timeout] async call #6". When I try and view the to do list, I get the message "Todo list failed to render. Can you re-index your graph and try again?"

    Re-indexing does not help.

    I should mention that this error does not occur using Monterey 12.6 on a MacBook Pro M1.

    Can anyone else reproduce this?

    Thanks, Bob

    opened by bobmhughes 1
  • Feat: Night Mode

    Feat: Night Mode

    It would be nice to have an option to choose the color of the widget for light and dark mode in the plugin's settings.

    The 'Journals Calendar' plugin does this, and it works well.

    Screen Shot 2022-07-05 at 22 36 48

    Thank you.

    enhancement 
    opened by 23727 1
  • How to set the form of the ?">

    How to set the form of the "SCHEDULED" as [[yyyy-mm-dd]] instead of ?

    Hi there,

    Can I set the form of the "SCHEDULED" as [[yyyy-mm-dd]] instead of ?

    20221006_Qzh4OY

    I hope to achieve when I finish a task of the past today, I want to let the "DONE TASK" as a Linked Reference of Today's Journal.

    opened by JasonX2140 4
  • Feature Request: Option to group task by page name, tags, or namespace

    Feature Request: Option to group task by page name, tags, or namespace

    Thank you for a very useful plug-in.

    Currently, all tasks outside of journal pages are grouped together as "ANYTIME". While I find this useful in normal cases to let me know what I got to do now, sometimes I want to be able to see and manage tasks in different project (pages) at a glance.

    That said, it would be great if we can have a button for "group by ...", with the options: page names, tags, namespace. For fluidity, I suggest that these options appear below the pop up rather than having to go into plug-in setting.

    All the best!

    enhancement 
    opened by cleanclothes-pi 0
  • plugin closes repeating scheduled tasks instead of re-scheduling them

    plugin closes repeating scheduled tasks instead of re-scheduling them

    Hi,

    I am trying to enhance logseq and this plugin seems to be very helpful, but it does not work for repeating scheduled tasks, at least not like I would expect it to work. Here is what to do to reproduce:

    Create:

    LATER test
    SCHEDULED: <2022-06-05 Sun ++1w>
    

    If closed by the plugin, the result is:

    DONE test
    SCHEDULED: <2022-06-05 Sun ++1w>
    

    if closed on the page, the result is:

    LATER test
    SCHEDULED: <2022-06-12 Sun ++1w>
    

    I would expect, that the plugin generates the same result.

    Thanks for your support! :pray:

    bug 
    opened by konsumschaf 1
Releases(v1.12.1)
Owner
Yuexun Jiang
Working at Tencent, Ex Alibaba.
Yuexun Jiang
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A simple to-do list plugin for logseq

Logseq Todo Plugin A simple to-do list plugin for logseq Feature quick add new to-do items to today's journal page show all today's to-do items (inclu

Yuexun Jiang 71 Jan 1, 2023
A logseq plugin to extract tweets. Optionally tag the tweet's author as well.

Logseq Twitter Extractor Plugin If this plugin helps you, I'd really appreciate your support. You can buy me a coffee here. A quick utility to parse a

null 17 Nov 17, 2022
Migrate unfinished tasks to today, Logseq plugin

Unfinished-business Unfinished Business Because the day may be over, but your business isn't View Demo · Report Bug · Request Feature This plugin migr

Alex 23 Nov 16, 2022
Plugin that lets you create diagrams from textual representation (aka 'Diagrams as Code') within Logseq

Logseq - Diagrams as Code Plugin that lets you create diagrams (and other visualizations) from textual representation (aka 'Diagrams as Code') within

Nicolai P. Großer 80 Dec 21, 2022
A plugin to export pages in Logseq to Hugo.

logseq Schrödinger An awesome Logseq plugin to jumpstart your digital garden ?? ! Explore the docs » View Demo · Report Bug · Request Feature Table of

null 162 Jan 8, 2023
A file manager plugin for logseq(Search unused assets file)

logseq-plugin-file-manager Search files from assets and draws but not used in journals or pages. Please backup files before operation, and before dele

Hayden Chen 17 Dec 23, 2022
a Logseq plugin to float items (e.g. videos) for an improved note-taking experience

logseq-helium-plugin Features Float videos for better note-taking in 3 ways: Block context menu (right-click on bullet) → ?? Start float Slash (/) com

Vivian Leung 58 Jan 2, 2023
Flexible plugin for Logseq that annotates deadline/schedule times with a countdown or time difference

Interval Hints Synopsis Configurable Logseq plugin to annotate deadline and scheduled times with a countdown or interval. Features Block renderer to a

Kerfuffle 8 Aug 29, 2022
A plugin for GPT-3 AI assisted note taking in Logseq

logseq-plugin-gpt3-openai A plugin for GPT-3 AI assisted note taking in Logseq Usage Just type /gpt3 in a block or select gpt3 from the block menu. Se

Brian Sunter 301 Jan 3, 2023
This Plugin is For Logseq. If you're using wide monitors, you can place journals, linked references, and journal queries side by side.

Logseq Column-Layout Plugin Journals, linked references, and journal queries can be placed side by side if the minimum screen width is "1850px" or mor

YU 14 Dec 14, 2022
Icons for links. Logseq Plugin

"Awesome Links" plugin for Logseq Favicons for external links! ?? Pages icons for internal links ?? Page iconsicon::extended from Emoji to hundreds ic

Yuriy Piskun 37 Dec 21, 2022
A simple gpt-3 integration with Logseq

Readme Using GPT-3 in [[logseq]] is actually remarkably easy. The folks over at OpenAI have built a really powerful model with pretty good documentati

null 26 Jul 19, 2022
This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology namely; JavaScript with webpack Configuration.

To-do-list "To-do-list" is a simple web application that displays a list of task and allows you to add and remove task from that list. Built With HTML

Aniekan udo 10 Nov 21, 2022
This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list

This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology including but not limited to HTML, CSS, JavaScript and webpack to manipulate DOM.

Jerry Owusu 2 Feb 19, 2022
TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list.

Todo TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list. App Screenshot Live Demo Todo Ap

Ishmael Kargbo 3 May 12, 2022
tools and plugins for logseq

logtools tools and plugins for logseq logtools-css-productivitypack my css mods for Kanban/columns view (#.v-kanban), Einsihower Matrix (#.v-einsenhow

null 126 Jan 2, 2023
Weekly, Monthly and Yearly notes in Logseq!

Periodic Notes for Logseq Currently is very early stages. My roadmap for releasing on the Logseq marketplace can view viewed here Functionality Curren

Brendon 12 Dec 29, 2022