Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily mode #179

Merged
merged 0 commits into from
Aug 30, 2023
Merged

Daily mode #179

merged 0 commits into from
Aug 30, 2023

Conversation

teaqu
Copy link
Contributor

@teaqu teaqu commented Sep 21, 2022

Allows Day Planner to automatically link to the current daily note.

Fixes #114

@teaqu teaqu marked this pull request as ready for review September 23, 2022 22:22
@wvffle
Copy link

wvffle commented Oct 18, 2022

@lynchjames would you mind taking a look at this PR? It seems like it is a pretty requested feature

@ekarious
Copy link

@teaqu Nice PR. But shouldn't the plugin for daily note be added as a peerDependencies instead ? As this is an optional feature.

@teaqu
Copy link
Contributor Author

teaqu commented Nov 12, 2022

Hey @Kitefr nice to learn about peer dependencies, I haven't come across them before. I'm still not sure I quite understand them but I think maybe not in this case. This pull request would create a hard requirement on obsidian-daily-notes-interface which is actually a is a small library for interacting with the daily notes plug-in (including a function for checking if the plug-in is enabled), not the actual plug-in itself (https://github.com/liamcain/obsidian-daily-notes-interface).

@ekarious
Copy link

peerDependencies means that in that case, if you want this part to work, you should have the plugin daily notes installed but it is up to the user to install it. It should not be included in this plugin as this plugins only mention to use it is it is available.
But as this is for the interface, It might be correct.

@aviaryan
Copy link

What is the status of this project @lynchjames? The last commit is 1.5 years ago. Thanks.

@replete
Copy link
Contributor

replete commented Feb 11, 2023

@lynchjames I understand you've probably moved on, but this is such a popular community plugin I was wondering if you'd consider a maintenance spike to merge a few PRs like this one?

It's popular enough that people would probably chip in to fund some maintenance, if you showed a 'fundraiser tracker' somewhere to show that you'll work on it for some amount of time after hitting donation milestones, I think many would chip in to move things along.

Thanks for the work on this, its a great plugin.

EDIT: This particular feature (PR) is the one people want most as Obsidian has become very popular and the daily note workflow has become one of the central patterns to using obsidian for the day-to-day.

EDIT: In your absence, I've forked this repo, merged the PRs I care about, and in process of adding some other new features, after which I'll probably submit to Obsidian Community Plugins as Day Planner+ as a stop-gap maintenance release.

@replete
Copy link
Contributor

replete commented Feb 21, 2023

Pulled a fork and merged this, works well!

Merged a few PRs: https://github.com/replete/obsidian-day-planner

@SalahAdDin
Copy link

@replete Are you thinking of adding a timer/stop watcher to track the time?

It would be awesome!

@replete
Copy link
Contributor

replete commented Feb 24, 2023

@replete Are you thinking of adding a timer/stop watcher to track the time?

It would be awesome!

That's a pretty cool idea. A focus timer. How do you think it should work? As a special task item?

- [ ] 09:00 Work on thing
- [ ] 09:20 Focus (timer: 25:00) 

I might actually make some changes to the UI, I've already redesigned it with CSS (snippet link in README.md):

dayplanner styles

@SalahAdDin
Copy link

SalahAdDin commented Feb 24, 2023

@replete Are you thinking of adding a timer/stop watcher to track the time?
It would be awesome!

That's a pretty cool idea. A focus timer. How do you think it should work? As a special task item?

- [ ] 09:00 Work on the thing
- [ ] 09:20 Focus (timer: 25:00) 

I might actually make some changes to the UI, I've already redesigned it with CSS (snippet link in README.md):

dayplanner styles

Is this plugin creating daily plans from the calendar itself? Like replacing daily notes?

It would be a small stopwatch widget either in the planer panel title or in the bottom toolbar too, what do you think?

@replete
Copy link
Contributor

replete commented Feb 24, 2023

@SalahAdDin I'm probably going to add this feature to my fork, in which I've merged the other useful PRs.

If you'd like to continue this conversation and feed into the development process, comment in this Feature issue

-Phil

@ivan-lednev ivan-lednev merged commit d384432 into ivan-lednev:main Aug 30, 2023
@SalahAdDin
Copy link

@replete it seems @ivan-lednev updated it!!!

@ivan-lednev
Copy link
Owner

ivan-lednev commented Aug 30, 2023

Yup, I've been working on a fork for a while, rewriting almost all of it. James Lynch contacted me and transferred ownership of the original repo. PRs and issues are welcome: https://github.com/ivan-lednev/obsidian-day-planner

@replete
Copy link
Contributor

replete commented Aug 31, 2023

@ivan-lednev That's great to hear Ivan, I forked it with intent to fix it but it just hasn't happened. I'll check your version out and probably forward people on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Daily mode
7 participants