Giter Site home page Giter Site logo

ivan-lednev / obsidian-day-planner Goto Github PK

View Code? Open in Web Editor NEW
1.9K 13.0 477.0 11.58 MB

An Obsidian plugin for day planning with a clean UI and a simple task format

License: MIT License

JavaScript 1.92% TypeScript 77.40% Svelte 19.53% Shell 0.14% SCSS 1.01%
obsidian-plugin

obsidian-day-planner's Introduction

I work on the plugin in my spare time, and I appreciate any kind of support!

โœจ Check out latest updates
๐Ÿชฒ Report bugs and suggest features
โ“ Ask questions
๐Ÿ‘ Give thumbs up to issues important to you
๐Ÿช› Submit pull-requests. If you don't know where to start, create an issue and I'll gladly give you some directions
โค๏ธ Support the project directly:

Buy Me A Coffee

Table of contents

What it looks like

Drag-and-drop demos

Adding time to tasks

Basic editing: create, move, resize (click to expand)

Advanced editing: copy, move/resize with neighbors (click to expand)

How to use it

Showing events from your daily notes

  1. Either the core 'Daily Notes' or the 'Periodic Notes' plugins should be enabled
  2. The Dataview plugin should be enabled
  3. Open timeline view the following command: Show the day planner timeline

Everything Dataview recognizes as a task is shown in the timeline, including:

  • Tasks inside callouts
  • Nested tasks. If a nested task has a timestamp, it'll show up as a separate block, and will be excluded from its parent's unscheduled sub-items list

Showing internet calendars

To show events from internet calendars like Google Calendar, iCloud Calendar and Outlook you only need to add an ICS link in the plugin settings.

Where to get a Google Calendar link

Google Calendar instructions

Where to get an iCloud link

iCloud Calendar instructions

Where to get an Outlook link

Outlook Calendar instructions

Here's the relevant part:

Under the settings in Outlook on the web, go to Calendar > Shared calendars. Choose the calendar you wish to publish and the level of details that you want others to see.

Here's how the settings look on the web version:

Alternative

If your organization doesn't let you share your calendar this way, you might try a different way described in this issue.

Showing events from other files in your vault

  1. Include its folder or tag into the Dataview filter
  2. Add time and a date that Dataview recognizes: โณ 2021-08-29 or [scheduled:: 2021-08-29] or (scheduled:: 2021-08-29).

Full examples:

- [ ] 08:00 - 10:00 This task uses the shorthand format (used by obsidian-tasks) โณ 2021-08-29
- [ ] 11:00 - 13:00 This task uses the Dataview property format [scheduled:: 2021-08-29]

obsidian-tasks adds a modal with some handy shortcuts for adding dates like these.

What else you can do

  • Observe your progress in the status bar
  • Use the week view for multi-day planning
  • Color tasks based on time
  • Click on the timeline to create tasks
  • Drag tasks to re-schedule
  • Copy tasks
  • Move multiple tasks at once

Commands

  • Show the Day Planner Timeline
  • Open today's Day Planner
  • Show the Week Planner
  • Insert Planner Heading at Cursor

Note on the old plugin version

0.7.0 significantly changes what the plugin looks like and what it does. If you like to have some of the old behaviors back, consider creating an issue.

If for some reason you still want to use the old version, there are community forks, which you can use via BRAT. Here is one such fork.

Acknowledgements

  • Thanks to James Lynch for the original plugin
  • Thanks to replete, whose fork I initially forked
  • Thanks to Michael Brenan for Dataview
  • Thanks to Joshua Tazman Reinier for his plugin, which gave me an idea of how to integrate with Dataview
  • Thanks to @liamcain for creating daily note utilities and a helpful calendar plugin

obsidian-day-planner's People

Contributors

alexmdtu avatar codecleaner avatar gelio avatar ivan-lednev avatar ivan-liadniou-epam avatar jakubsapko avatar josephbrooksbank avatar lynchjames avatar pjkaufman avatar replete avatar sepatel avatar sigrunixia avatar stevedunn1969 avatar teaqu avatar vinitkhandagle avatar wiktoriavh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

obsidian-day-planner's Issues

Option to use Daily Notes Core Plugin Setting for File Mode

Add a configuration setting for the plugin to use the Daily Notes core plugin setting for daily notes location and naming format when associating day planners with notes in file mode.

This would allow for the Day Planner plugin to be used in better combination with other plugins that currently target the the Daily Notes configuration, such as the Calendar plugin.

Mermaid error

System info

System: Mac OS
Obsidian: Latest
Plugin 0.2.2

Error

Error parsing Mermaid diagram!

Parse error on line 7:
...ew      :10-30, 60mm    Reading      :1
-----------------------^
Expecting 'taskData', got 'NL'

Diagram

```mermaid
gantt
    title Day Planner for 7th November 2020
    dateFormat  HH-mm
    axisFormat %H:%M
    section Tasks
    Review notes from yesterday      :09-45, 45mm
    Create new notes for #article review      :10-30, 60mm
    Reading      :12-00, 25mm
    Reading      :12-30, 90mm
    Review notes and update daily note [[20201103]]      :15-00, 45mm
    Walk      :15-45, 45mm
    Reading      :16-30, 50mm
    Prep for tomorrow's meetings      :17-20, 340mm
    END      :23-00, 0mm
    section Breaks
    BREAK      :11-30, 30mm
    BREAK      :12-25, 5mm
    BREAK      :14-00, 60mm

Feature Request: option to produce the days 'day planner' 24 hours in advance

I love this Day Planner plug in. One thing that would improve my workflow is if the day planner was created automatically for the next day each day. This would enable me to plan tomorrow during today (typically I try to do this as my last workday task each day so I can hit the ground running next morning).

Note switches between code block and the normal look as I try to change it

When I open my day planner note and try to type in it, it changes from the normal appearing text that's like - [ ] Text to a giant code block and is not able to be typed in. Additionally, I'm getting (and I feel like this is the culprit) conflicted copies in my folder anytime I do make a change. I entered in a template earlier and since then it's gone crazy. I'm positive I only inserted the template once, and I've checked the template out, everything should be fine. But the note doesn't look ok.

The version installed is 0.5.3 and I have version 0.9.19 of Obsidian. I use dropbox to sync my notes, however my other notes I've created today are not having syncing issues. I had to zip the file because .md isn't supported. I should add at one point I did have mermaid gantt chart on, but I turned it off.

Day Planner-20201201.md.zip

Non-logical function

Tasks in the past will be checked and marked as complete.
What is the purpose of this? The task should be strikeout when I really perform the task, this should be done manually.

Red vertical line does not move in gantt chart

I see the tasks update, get checked when done, and the current task bar moving dynamically, but the red vertical line in the gantt chart just stays put; it would be nice if it would move itself along the gantt chart too as time progresses. I am able to get it to update by closing the preview and reloading it.

Day Planner doesn't find existing "# Day Planner" heading, linking doesn't work

Hi, thanks for this fantastic plugin, I've been using it daily since I found it!

I have added the "#Day Planning" heading to my daily note template already, so whenever I create today's note, the planning heading is already there. Unfortunately, the planner plugin doesn't seem to recognize that, I assume it keeps a separate database?

The option "Day Planner: Link today's Day Planner to the current note" from the command palette doesn't seem to have any effect either, but maybe I'm using it wrong.

Best regards!

You are removing my formatting!

## Morning

- [x] 09:45 Review notes from yesterday
- [x] 10:30 Create new notes for #article review
- [x] 11:30 BREAK

## Lunch

- [ ] 12:00 Reading
- [ ] 12:25 BREAK
- [ ] 12:30 Reading
- [ ] 14:00 BREAK
- [ ] 15:00 Review notes and update daily note [[20201103]]

**Current Task**

> ||15:45||->->_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ||16:30||

- [ ] 15:45 Walk
- [ ] 16:30 Reading

## Lunch

- [ ] 17:20 Prep for tomorrow's meetings
- [ ] 23:00 END

---

You should not temper the extra user formatting as headers or comments or block codes!
After this you strip out my MORNING, LUNCH, EVENINGS....

Deleting past lines in day planner

There are two cases I have found where past items in the day planner are being deleted. In both of these cases I am using command mode. I filed #15 about removing the mandatory template insertion that you will see in the demos.

In this first case, I am incorrectly using 12h time instead of 24h. While this is my mistake, it would be nice if there was a warning, rather than just deleting a bunch of lines. Not that the current system time is about 2:35.

DayPlannerIncorrectTimeFormat

In the second case I am using the right time format, but it still deletes a bunch of lines.

DayPlannerDeletingItems

Break and End keywords not recognized

Hello! I'm using the plugin on 9.20, and the Break and End keywords aren't recognized anymore. Everything goes in the same section on the Gantt chart, and uses the same template in the status bar.

I'm not sure what information you'd need to investigate/reproduce. Please let me know!

(The plugin works great as is, so long as the Gantt chart is hidden.)

Customize gantt chart width

Hi,

Thank you for this amazing plugin.

Would it be possible to adapt the width of the gantt chart so that it doesn't overflow? Or maybe make it vertical?

image

Day Timeline is huge and mostly empty

Hi,

The timeline to the right is very very long and for the most part empty:

image

For the longest time I didn't even realize that is a timeline view until I scrolled down:

image

There is also a huge empty gap at the end. It looks like the timeline is just going from 00:00 to 23:59, even if most of it is empty.

Is there a way to remove the empty space and condense the actual tasks a little? Ideally a days plan (say 9:00 to 21:00) would fit into a FHD monitor vertically.

Also please note how I had to turn "Track current time" off, because id that is on, the timeline always scrolls to the empty top, even though the red line for the current time is at the correct position.

Thanks!

Feature request: Optional end time (or duration) for task

Currently a list of tasks like

- [ ] 10:00 Task A
- [ ] 11:00 Task B
- [ ] 15:00 Task C

leads to a plan like this:

image

image

Task B seems to take up time from 11:00 until 15:00. And Task C does not have a duration at all.

But in my experience tasks don't just take up all the time until the next task. Maybe Task A is just a short phone call, and Task B is sending an email. I still would like to plan those tasks across the day. But they don't need to be consecutive and not take up all the time until the next task.

My workaround currently is:

- [ ] 10:00 Task A
- [ ] 11:00 Task B
- [ ] 11:45 -
- [ ] 15:00 Task C

I insert a dummy/no-name tasks to set an end time. At least in this view it improves the depiction:

image

But what I'd like to be able to is set not only an explicit start time, but also an end time, e.g.

- [ ] 10:00-10:15 Task A
- [ ] 11:00-11:45 Task B
- [ ] 15:00-16:30 Task C

Or define the duration of a task, e.g.

- [ ] 10:00-15min Task A
- [ ] 11:00-45min Task B
- [ ] 15:00-1h30min Task C

Feature request Better control of Gantt Segments

So we have the main segment and the BREAK segment we can put our timeline under
Can we add some syntax to allow creation of custom segments?

like the ability for me to say

- [ ] 07:00 WORK | work task here
- [ ] 09:00 SCHOOL | Studying

this way the gantt chart displays the day in various tracks. even cooler would be coupling with #32 to have the different tracks be the different calendars/remidners lists on MacOS

Toggle Markdown Current Task progress bar

Is there any way to have the markdown progress bar removed? Or atleast have it toggle on and off like the gantt chart?

||15:45||->->->->->->->->_ _ _ _ _ _ _ _ _ _ ||17:45||

It triggers the note to sync everytime when the progress is changed. It can be annoying at times to have the histories (esp when syncing in git)

Prepending checkboxes to lines

If I have a line of text that begins with HH:mm, the Day Planner prepends - [ ] to that line. I thought I could avoid this by putting the line beyond the extents of the Day Planner area (before # Day Planner or after ---) but it doesn't matter- it prepends it regardless of location within the note.

Is this working as intended? Thanks, really enjoying it besides this minor issue.

Status bar enhancement

it only shows how many minutes left but I also want to check what I planned to do for this period on the status bar.
For example:
Recent task 40 mins left [|||||||||||โ€ƒโ€ƒ] Next task
It is useful for me when I focus on writing.

Cause high CPU usage of 3rd cloud storage, like Dropbox, OneDrive, GooleD rive

Thanks for the great plugin.

I placed my obsidian vault in my Dropbox folder when I linked the data to my daily note.
I made no changes to the daily notes, but it always triggers Dropbox to upload the "dailynote_xxx.md" file frequently. This makes the CPU usage very high. I wonder if the plugin will constantly modify the meta of the file when the progress diagram is active.

Status Bar toggle not working

Toggling the Status Bar setting on and off does nothing and the Status Bar remains disabled despite the toggle being enabled.
No log in the console when toggling between enabled and disabled.

Using Obsidian v0.9.19 and Day Planner v0.5.3

Headers getting removed

I took the content from your day-planner-example.md file and pasted it into my day planner section.

This is my plan for the day broken into 3 main sections:
1. Morning Prep
2. Reading
3. Afternoon Review

### Morning Prep

This is where I get ready for work and do my usual prep.

- [ ] 09:30 Setup for work
- [ ] 09:45 Review notes from yesterday
- [ ] 10:30 Create new notes for #article review
- [ ] 11:30 BREAK

### Reading

A section of the day dedicated to reading:

1. Articles.
2. Book chapters assigned for the day.
3. Re-reading past notes.
   
- [ ] 12:00 Reading
  - [ ] Article 1
  - [ ] Article 2
  - [ ] Article notes review
- [ ] 12:25 BREAK
- [ ] 12:30 Reading
- [ ] 14:00 BREAK

### Afternoon Review

I use this time to review what I have done earlier in the day and complete any tasks to prepare for the next day.

- [ ] 15:00 Review notes and update daily note [[20201103]]
- [ ] 15:45 Walk
- [ ] 16:30 Reading
- [ ] 17:20 Prep for tomorrow's meetings
- [ ] 18:00 END

It removed all of the headers and extra text outside of the tasks and left me with this

- [ ] 09:30 Setup for work
- [ ] 09:45 Review notes from yesterday
- [ ] 10:30 Create new notes for #article review
- [ ] 11:30 BREAK
- [ ] 12:00 Reading
  - [ ] Article 1
  - [ ] Article 2
  - [ ] Article notes review
- [ ] 12:25 BREAK
- [ ] 12:30 Reading
- [ ] 14:00 BREAK
- [ ] 15:00 Review notes and update daily note [[20201103]]
- [ ] 15:45 Walk
- [ ] 16:30 Reading
- [ ] 17:20 Prep for tomorrow's meetings
- [ ] 18:00 END

Eating text before dashes

I've started using day planner extensively, but come up against an annoying issue: It will randomly eat (delete) text before a dash on a line.

For example, if I type:

this is a test - there is text before the hyphen

Then after some seconds text is removed and I'm left with

 - there is text before the hyphen

Ctrl+Z brings the text back, but it disappears again shortly. The only ways around this I've found are to disable the plugin or use em-dash instead of dash.

This only happens on day plan linked notes.

Day Planner will auto remove any words before `-- {any chars}` each line.

Hi, I found a bug that Day Planner will auto remove all words before -- {any chars}
it trigged by any line ending with double hypens and any chars.

for examples:

  # Before (What I write)
  nothing happen here that ending with double hyphens only --
- this will be changed by Day Planner that ending with double hyphens and any chars -- bug

  # After (caused by the bug)
  nothing happen here that ending with double hyphens only --
+ - bug
- -- another case
+ - another case
- hello world -- 12345
+ - 12345

I recorded a GIF for show the bug:

day-planner-will-remove-any-words-before-double-hyphens-and-any-chars

Do not remove sub bullets

Thanks for the nice plugin @lynchjames.

Personally I prefer using "Day Planner" with the following setup so that I can re-schedule my tasks easily in case of some unexpected events (by moving lines up and down with some hotkeys)

# Day Planner

**Current Task**
- [ ] 08:00 - Morning tasks
	- [ ] Workout
	- [ ] Daily note
		- Some random note
		- Some random ideas
		- Some random ideas

> ||08:00||->->->->->->->->->->_ _ _ _ _ _ _ _ ||09:00||

- [ ] 09:00 - Work
        - [ ] Standup
	- [ ] Plan the day
- [ ] 10:00 - Task 1
---

Thus, is it possible to keep lines with sub bullets in a future release? Thanks.

Bug: Day Planner Pane not visible

Great plugin @lynchjames! Love the thought and it makes obsidian incredily useful for my daily flow.

I'm not able to use the Dayplanner pane feature.

It shows a blank.

I think it might be due to mermaid not working in obsidian.

image

Thank you.

System:
M1 Chip Macbook Air
ARM 0.10 Beta

Native Reminders/Calendar Integration

Hey Guys...excellent work with this plugin!

How keen are you to maybe add functionality to sync the planner with a calendar or reminders app (or even better, both)?

I made an Apple Reminders plugin for obsidian a few weeks ago but using that and this plugin is becoming redundant for me. I wouldn't mind depreciating that repo and integrating it that into this plugin. I would also be happy to maintain the functionality in the future if you guys are up to it.

I have a plan of how to port the backend business logic from that repo and essentially it would be a 'plugin' to a 'plugin' that wouldn't effect the UI much (if at all).

Lemme know what you guys think about this

Adding ical link support for importing calendars

I use multiple devices and have multiple sources for my tasks.
One is from my Uni, another one is from Google (everything I add from my phone), and another one for online language classes.

This issue is somewhat like #10 because it would be a week planner. I currently do my task management in Sorted3.

I'm not even sure if Obsidian is the best tool for this approach because doing this in Markdown for weeks/months doesn't seem that intuitive. I imagine it would create a bunch of files, whereas in Sorted 3 I can import the different calendars, create new tasks and drag them to another day.

Now that I've written that out, I think making this plugin into a week planner doesn't make sense.

Current task (progress bar) as mini Mermaid diagram

I was thinking if the current task and next task should be shown in diagram:

gantt
    title A Gantt Diagram
title Day Planner for 6 November 2020
    dateFormat  HH-mm
    axisFormat %H:%M
    section NOW
    Setup      :16-08, 52mm
    Writing blog post      :17-00, 60mm

And remove the current progress indicator

> ||14:00||->->->->->->->->->->_ _ _ _ _ _ _ _ ||15:00||
  • This will force you to focus more on current task and prepare mentally :D for the next one. And it is more beautiful and obvious then textual progress bar.
  • Probably you can add Mermaid CSS class into div class and change width of display....just thinking aloud.
  • It also can be option to toogle between two displays (old and mermaid) in settings...but as you are developer maybe it will be prober to not give so much control for user, just chose the one style that is best for clarity.

Hotkey to open day planner note

When I wanted to open my day planner note, I had to search the day planner note and then organize my daily task.
I don't know if it is possible to open day planner note directly.

Task manager

If you can replicate this task list management > transferring unfinished task to selected day and hour:
https://youtu.be/fm15cmYU0IM?t=123

This will be increase usefulness of your plugin... I think that there is no a single person who can finished all task how he planed it....

Unable to add new line to end of note

Since V0.5.7 I am unable to add a new line after the last line of the note. So if the note is:

...
- [ ] 17:00 END

## Notes
Hello World

With the cursor at the end of the last line (...orld|) if I press return the cursor jumps to a new line but as soon as I start typing the carriage return is removed and it jumps back to the end of (...orld|) with the letter just typed.

This is when I have linked a note via the command.

Progress bar disappeared (after 0.5.2?)

Hi,
Thanks for the fascinating plugin!

The plugin used to work for me just fine until two days ago (maybe before updating the plugin to 0.5.2 or Obsidian to 0.9.11?). Now, although it shows progress in the note (in the form of ||12:20||->->->_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ||14:40||) it has stopped showing anything in the status bar (the [circular] progress bar, Now sand Next).

P.S. I do not use Mermaid charts often, but this is the error in teh preview mode I got when I activated it now:

Error parsing Mermaid diagram!

Parse error on line 6:
..., 30mm    call     :11-15, 65mm    bac...
----------------------^
Expecting 'EOF', 'SPACE', 'NL', 'dateFormat', 'inclusiveEndDates', 'axisFormat', 'excludes', 'todayMarker', 'title', 'section', 'taskTxt', 'click', 'open_directive', got 'callbackname'
10:45 first thing

To make it reproducible, here is how the planner looks like right now:

## Day Planner

- [x] 10:45 first thing
- [x] 11:15 call

**Current Task**

> ||12:20||->->->_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ||14:40||

- [ ] 12:20 back to work
- [ ] 14:40 moving the laundry
- [ ] 15:00 back to work
- [ ]  
---

Is there a fix for these issues? Thanks in advance!


Update:

I used the example day planner example on this repo and the Mermaid diagram renders just fine. However, the issue wuth status bar still remains.

Task Notification

If there is an option to allow plugin to send notification in the upper right corner like as follow, it will be great for those who focus on writing or other things.
image
But I don't know if obsidian has allowed this api.

BREAK and END keyword replacing other texts

Typing any word that starts with break converts the whole text into BREAK. Similar is the case with end.

Obsidian version: 0.9.17
Day Planner version: 0.5.3

Eg:

- [ ] 08:30 breakout sessions

This is converted to

- [ ] 08:30 BREAK

In case of end...

- [ ] 08:30 endgame

This is converted to

- [ ] 08:30 END

Launch a template of tasks/ current task / status

Hi!
Great plugin.
I wanted to ask if there is a way to populate my daily planner tasks from a template automatically?
I could just save as a template and then load it by clicking through.

Also, I noticed that my page now doesn't show the inline progress bar with the arrows..
image

Was this feature removed?

I would've asked about this on the forum, but I couldn't find an existing thread.

Move from "daily planner" > planner

There will be huge benefits if user can plan days, weeks or month ahead....
The current approach to plan the day is bit not productive and as I would like to use the plugin and Obsidian for Task planning and management it is not currently suiting me. Things, features, concepts to consider:

  • switch philosophy of daily planner to just planner
  • ability to plan the days, weeks, months ahead
  • ability to add recurring tasks (with various settings of reoccurring)
  • ability to reschedule task (either by keyboard shortcut) or by adding - [ ] Task1 > {2020-07-20-18:00}
  • ability to auto-link to original source of rescheduled task - [x] Task1 [[2020-21-20|BlockID]]
  • ability to create tasks with no fixed time (if not marked as DONE, they will auto-append next day)
  • ability to show whole one month at glance (Please lisen to this podcast especially around 1:04:17)
  • please do not hesitate to charge for this plugin if it become stable and if you can successfully replicate all from NOTEPLAN2 (that cost 29$)
  • do not tamper the user data between tasks

Some initial feedback after testing it out

Hi! Just started trying out the plugin so I hope you don't mind the feedback! (In no particular order)

UX

  • โ“ Any reason why you're using system notifications instead of Obsidian's Notice?
  • The README currently has a lot in it that it's a bit overwhelming to get started.
    • Maybe start off with a list of features first (that way I know what I should read more about)
    • While I don't quite understand the nuances between the 2 'modes', it might be simpler to just have a toggle between "use separate notes" vs. "use daily notes" because I was pretty confused by "File Mode" and "Command Mode" when I saw it.
  • โ“ Why do you need the hr to find the end of the planner? Couldn't you just use the position of the next header (you could use the filemetadata rather than parsing the file yourself here)
  • Instead of having a "Track current time checkbox" I think this would make sense to mimic something like Google Maps -- if you scroll, disable the tracking, then make a button appear that says "Track" to re-enable tracking. Currently the behavior when you scroll while tracking is enabled feels broken.

Dev

  • ๐ŸŽจ Looks like there is a leftover console.log heartbeat polluting the console
  • You don't need normalizePath anymore, you can now use the exported normalizePath function from obsidian (import {normalizePath} from 'obsidian';)

Bugs maybe?

  • It shows a status menu item that says "ALL DONE" and an empty tooltip for my note?
  • When I try to complete a task, the file gets rewritten and it is no longer marked as complete? Is there something I'm missing to 'complete' a task (I'm just typing 'x' in the - [ ] markdown)

No Commands avaible?

Hello,
since today I cannot use any commands. When I type "Day Planner" in the quick opener, I will only see the notes with that in the name, no possible commands.
I am using v0.5.8 of Day Planner and v0.10.1 of Obsidian.

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.