-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Daily mode #179
Conversation
@lynchjames would you mind taking a look at this PR? It seems like it is a pretty requested feature |
@teaqu Nice PR. But shouldn't the plugin for daily note be added as a |
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). |
|
What is the status of this project @lynchjames? The last commit is 1.5 years ago. Thanks. |
@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 |
Pulled a fork and merged this, works well! Merged a few PRs: https://github.com/replete/obsidian-day-planner |
@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?
I might actually make some changes to the UI, I've already redesigned it with CSS (snippet link in README.md): |
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? |
@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 |
@replete it seems @ivan-lednev updated it!!! |
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 |
@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 |
Allows Day Planner to automatically link to the current daily note.
Fixes #114