Habit tracking vault build from SCRATCH

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 281

  • @ruslanmakarov1509
    @ruslanmakarov1509 Год назад +42

    Hey gang, this code is already out of date. Templater syntax has been changed so the heavy reliance on 'moment' will break down in your vault as of the time of writing this.

    • @dudu8009
      @dudu8009 Год назад +5

      what can i use instead?

    • @ben-j1523
      @ben-j1523 Год назад +1

      @@dudu8009 I did this and it seems to work : [[Journal/Weekly/|]] I don't know if it's optimal though

    • @NazarGerasymchuk
      @NazarGerasymchuk Год назад +2

      Hmm.. Just tried a code given in the video and it works well.

    • @BohdanSavastieiev
      @BohdanSavastieiev Год назад +9

      I faced the issue because I use another date format in daily notes, so I've had to use something like that to get my command work and look normally: [[Journal/Weekly/|]].
      You can paste your date format instead of "DD-MM-YYYY" in case you have any different one. It works for me.

    • @thedlearner
      @thedlearner Год назад +1

      @@BohdanSavastieievyou guys and above, literally saved me, appreciated

  • @AmeeliaK
    @AmeeliaK Год назад +11

    I have never seen a platform where so many plugins work so seamlessly together. That's something really unique with Obsidian.

  • @Ing0s
    @Ing0s Год назад +24

    Thanks for making tutorials for advanced features that are both beginner friendly and concise.

  • @TheElThomaso
    @TheElThomaso Год назад +10

    Madness! I'm not even planning to build a habit tracker, but the possibilities of DV+DB Folders+MetaMenu are insane 🤯
    This definitely helped in understanding their connection a bit more, thank you 😊

  • @soloxplatano
    @soloxplatano 2 дня назад

    Even though i saw the comment that its out of date, your tutorial is straight forward and easy to understand. Thanks!

  • @Linkplay9
    @Linkplay9 Год назад +3

    this rabbit hole has no end.
    i think i'll go step by step and just be happy with what i have right now. it does probably 80% of the job. more automation is good but the configuration overhead is definetly huge.

  • @robertrobichet8150
    @robertrobichet8150 6 месяцев назад +1

    You’re the sole reason I’ve continued to use Obsidian. I don’t have coding knowledge and I was about to give up on it before stumbling upon your video.
    A HUGE thank you !

  • @mageprometheus
    @mageprometheus Год назад +9

    The hero of the Obsidian world 😄

  • @Sofia-mm8sg
    @Sofia-mm8sg Год назад +4

    I realize this video has been out for months but figured I'd add this here in case someone else runs in to the same issue:
    the habit tags can't begin with numbers! I tried to have the habit "45minwalk" but then the choice function just wouldn't work. Changing the name of the habit to calling it just walk worked fine though.

    • @kyonas6047
      @kyonas6047 Год назад +1

      Its programming related you can't have a number start and you can't use () cuz they are used in the JavaScript probably when i added a one called reading a book(club) reading a book(alone)
      It missed everything up and i started seeing duplicates and it wouldn't work 10 mins later i figured it out XD

  • @sofiesoup
    @sofiesoup Год назад +1

    THANK i have adhd and this tool helping me with my schooling/projects

  • @brunojustino9386
    @brunojustino9386 Месяц назад

    Amazing tutorial. If you ever come to Brazil I'll pay you a beer.

  • @daniilrusakov6893
    @daniilrusakov6893 Год назад +4

    Week summary line doesn't work for me, [[Invalid date]] as a result. To fix this, I change this
    before: [[]]
    after: [[]]

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      Interesting, they should lead to the same thing. Thanks for sharing.

    • @fredericf7135
      @fredericf7135 Год назад +1

      Thanks this helps me too ;-))😉

    • @daniilrusakov6893
      @daniilrusakov6893 Год назад

      @@DannyHatcherTech If I understand this correctly, javascript must know what we are going to get from moment() function. This is why additional formating needed to be

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      @@daniilrusakov6893 js makes an assumption (default format) which works for me. Maybe the assumption isnt made on every operating system 🤷‍♂️
      As long as you got it working 😁

    • @alessandrorea4560
      @alessandrorea4560 Год назад +1

  • @JQLiFiCE
    @JQLiFiCE Год назад +4

    Apart from some minor editing mistakes this is a piece of art.
    I wish you held some of my uni lectures, this was easy to follow (apart from the editing mistakes), I never felt the need to go to 2x Speed, and I got everything that I was interested in done
    ty

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Thank you! Yeah, editing is not the fun part for me 😆

  • @stoictrader7432
    @stoictrader7432 6 месяцев назад

    Straight to the point, super clear explanations on super useful tools. You've made a legendary one here

  • @scottsmith5953
    @scottsmith5953 Год назад +3

    So many good techniques described here. Thank you

  • @rmachuca
    @rmachuca Год назад

    Bravo. Commenting for the YT algo gods to reward your superb quality and effort. Amazing.

  • @dovos8572
    @dovos8572 Год назад +2

    33:33 you are lucky that i watched until i saw what the css did before sending that the tasks plugin has a "hide backlink" command that you can add into the codeblock. but in this case "hiding" and "hiding as in "shortening" are different things.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      aha yeah, I did think about that when making the video

  • @DannyHatcherTech
    @DannyHatcherTech  Год назад +7

    This is part of the template vault pack: dannyhatcher.com/obsidian-onboarding/

  • @LofiCoder
    @LofiCoder Год назад +1

    I really like your explanation. Straight forward.

  • @swalkner
    @swalkner Год назад +5

    starting from 26:25 it's a little bit weird... "if we go to the settings" - but the settings are never visible. And a few seconds later: it looks like you say "Map Daily with tag" but click on the first option... Also I don't have the "Manage fields" option...

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +2

      yes that was me having to cut out some things from the recording.
      The option will appear if the file is detected as a fileclass. You might need to restart Obsidian.

    • @spilk1
      @spilk1 Год назад

      @@DannyHatcherTech This solved the same issue for me. The Manage fields option shows after restarting obsidian

    • @spilk1
      @spilk1 Год назад

      @@DannyHatcherTech Unrelated to this question but since you see these responses. Do you know how to modify the behavior of either DB Plugin or Tracker to use True/False or 0/1. It seems like when you use the Month view with the tracker plugin it requires 0 or 1 to dot a day but when you use the DB plugin it populates a checkbox with true/false which seem incompatible and I cant seem to change the behavior in either plugin. Thank you

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      @@spilk1 the tracker plugin to my knowledge hasnt been updated and is incompatible with most plugins.
      True/false is the option most others use.

  • @lesliedrummer
    @lesliedrummer Год назад

    Hi Danny, this is a remarkable tutorial on crafting a habit tracking vault from scratch is a true eye-opener for obsidian beginners. I've gained invaluable insights from your content. Big thumbs up to Danny for your fantastic work! 👍

  • @qwertyqart
    @qwertyqart Год назад

    oh man, this video is so good. should be featured on Obsidian

  • @kathsetto9724
    @kathsetto9724 Год назад +2

    Wow! The amount of info you share and the speed at which you share is amazing!! Love your videos!!! And I also purchased your Extended Brain course (though I think this name may have changed), and I plan to make more time for that. So much to keep up with! Thank you for all the content you share!!!

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Always happy to help - yeah it is the Obsidian Onboarding now as there is far more information in it now 😁

  • @hotlinefrenzy
    @hotlinefrenzy Год назад

    woah there really are endless possibilities to this program, with this much depth you could had made 3 videos out of this tutorial! good formatting however, super straightforward to implement ty

  • @catjam8127
    @catjam8127 Год назад

    I have pasted the same snippet file from your "Food Tracking Template" and applied it on Obsidian, no changes to the appearance. Otherwise, great guide and I will be using this tracker for the foreseeable future. Thank you

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      What snippet are you referring to?
      Some of the recent changes have meant snippets needed a change.

  • @Aidin0513
    @Aidin0513 Год назад +1

    This video is the BEST! So helpful. Thank you a lot.

  • @harrymetsally86
    @harrymetsally86 Год назад

    If I could like this video multiple times, I would. Thank you!

  • @donaldmcdermott5425
    @donaldmcdermott5425 Год назад

    Dude so helpful, I've been wanting to get into a notetaking routine but it seemed so overwhelming. Thanks a lot!

  • @SoroushTorkian
    @SoroushTorkian Год назад

    Me trying to build a habit tracker while learning code for the first time, two birds. Thanks teacher haha :D

  • @ryanbartlett672
    @ryanbartlett672 Год назад +1

    Legendary. The new Jenks!

  • @HeyQuinton
    @HeyQuinton Год назад +1

    Much appreciated Danny, good overview. Would love to see you take on how to do a movie/book/etc database using APIkeys

  • @dan6131
    @dan6131 2 месяца назад

    Epic video, thanks

  • @tom22333
    @tom22333 Год назад +1

    Wow awesome! Could you please elaborate on how moment makes the script more accurate? Thanks for the vid!

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      accurate in the sense that working with time in code can cause difficulty. It is probobly not the most apt word but is what I used.
      Easier is probably more accurate.

    • @tom22333
      @tom22333 Год назад

      @@DannyHatcherTech thank you. So many questions! Does the Metadata menu plugin work if I use yaml not in the --- frontmatter but I use the double colon ::

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Yeah, cos it uses dataview on the backend 😁

  • @MrHooligian
    @MrHooligian Год назад +1

    Great video Danny. Super helpful way to see a lot of different plugins and how they work together. One question I had was if you knew of any way to order the prompts in the QuickAdd Capture flow. At 40:22, you can see that the Due date pops up before the Task name and that you even get tripped up by it when you try to enter the name instead of the date. I looked online to see how to change that, but I didn't come up with anything.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Yes, they pop up comes up in the order in the quick setting {{first}}{{second}} etc

    • @MrHooligian
      @MrHooligian Год назад

      @@DannyHatcherTech In the video, the capture format is - [ ] {{VALUE:Task name}} {{VALUE:⏫,🔼, ,🔽}} 📅 {{VDATE:Due date, YYY-MM-DD}}, but the prompt order is Due date, Task name, priority, which is {{third}}{{first}}{{second}}

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      @@MrHooligian ah good spot, I didnt notice that.
      I dont use this in my system, the video is for demonstration.
      All I can suggest is to ask in the Obsidian discord.
      Sorry.

    • @girishkdesh
      @girishkdesh 9 месяцев назад

      Couldn't find the solution. The prompts are not in order they were entered in the format. You are "Danny, the Savior" and I am really "a poor little novice." Please help!@@DannyHatcherTech

  • @sergiosalinas6931
    @sergiosalinas6931 Год назад

    Gracias Danny... cada video es mejor que el anterior, excelente trabajo !!!

  • @user-dy8gp1gn6u
    @user-dy8gp1gn6u Год назад

    the CSS snippet (from your related article) wasn't working to me for some reason! maybe was a syntax error, but no idea, not used to code in CSS lol.. have set it up correctly by googling the function and copy-pasting the same code snippet made by someone else

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      If you are referring to the tasks snippet, that could be due to a recent update with the tasks plugin.
      The developer added more options for customization.
      This might help: publish.obsidian.md/tasks/Advanced/Styling#CSS+Examples

  • @priyanshuz
    @priyanshuz 5 месяцев назад

    This is absolutely fantastic 😍

    • @priyanshuz
      @priyanshuz 5 месяцев назад

      Can you do some videos on PKM from scratch?

  • @bawdiestcupid
    @bawdiestcupid Год назад

    Good demo, sped through it and will revisit to try it all out as well. Legend!

  • @yingnansong
    @yingnansong Год назад

    This is very helpful. Many thanks for sharing!

  • @user-yy8fo8tq8q
    @user-yy8fo8tq8q Год назад

    firstly I wanted to thank you for this amazing guide, secondly I need some help with the quick add.
    I'm on the 2023-07-27 on my calendar, I create a note on this day, where I add some tasks.
    The Agenda seems to be perfectly working excepting for Sunday (2023-07-30) and I don't know why.
    I'd like to receive some help.
    Thank you !

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      Happy to help.
      if you have built it from scratch maybe check all the settings.
      If you have used the downloadable template, make sure all the plugins are up to date.
      For further help you can ask in the discord 😁

  • @ThaoPham-dy4xu
    @ThaoPham-dy4xu 8 месяцев назад

    Really great and helpful tutorial

  • @theonly.lightfall
    @theonly.lightfall 10 месяцев назад

    It's amazing. I don't use such difficult things, coz it seems like you spend ur time making all beutiful instead of using app at all. I've undestood that there are no borders in Obsidian and it's hard to say "stop". So I try to go along simple and usefull design. Maybe I have no a lot of things to do so I don't need all of this. But I've bookrmarked the masterpiece =)

    • @DannyHatcherTech
      @DannyHatcherTech  10 месяцев назад +1

      I am the same. Simple enough to practice.
      These videos are more inspirational than instructional 😁

  • @Владислав-п9р
    @Владислав-п9р 19 дней назад

    Hi. Thank you bro! I have a little question. Could you tell me please is it possible to make Agenda in the form of a table?

    • @DannyHatcherTech
      @DannyHatcherTech  18 дней назад +1

      Yes. Tables got updated in Obsidian to be quite useful.

  • @realgouravverma
    @realgouravverma Год назад +1

    Hi, thanks for the amazing tutorial. I have a question, why you haven't used the tracker plugin to display the daily habit tracking visually?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      It is an option but i find the obsidian charts plugin more flexible for visualization.
      Adding those plugins in here aswell would make the video very long 😁

    • @realgouravverma
      @realgouravverma Год назад

      @@DannyHatcherTech Oh so you mean obsidian charts plugin is much more reliable in comparison to tracker plugin?
      And don't worry about length we love to watch every second of your videos😊😊

  • @BoopyTheFox
    @BoopyTheFox Год назад

    Hey Danny, thanks a lot for your video! There's one thing i didn't happen to find -
    How to display "week of month" in calendar instead of "week of year"?
    I also couldn't find how to generate it like that in the file name in the syntax highlight

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Sorry for the delay, RUclips comments are hard to find sometimes.
      I am not sure what you are referring to - maybe ask in the Obsidian discord 😁

    • @BoopyTheFox
      @BoopyTheFox Год назад

      @@DannyHatcherTech Yea it's okay man.
      Well, i couldn't find it and ended up using ISO for everything except day ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯.
      It's easier to parse and sort that way anyway.
      Also, your template is a big time savior, thank your for your video!

  • @maddyIncubus
    @maddyIncubus 11 месяцев назад

    All I can say is "God bless"!!!

  • @Vishal-qi4bs
    @Vishal-qi4bs Год назад +1

    💰Gold mine of a video 💯

  • @lethanhhoa2037
    @lethanhhoa2037 5 месяцев назад

    This is so great

  • @farzadmf
    @farzadmf Год назад

    Wow, GREAT walkthrough!

  • @MauroCezarYT
    @MauroCezarYT Год назад

    Thanks for sharing such a great tutorial

  • @zbastian
    @zbastian 9 месяцев назад

    Hmm, it seems that "---" is creating a horizontal line for me, is that relevant for the datababse? After adding the habits I want to track, they aren't showing up when I trying to make the columns :/
    edit: fixed it but I had to put it before the yesterday tomorrow part, dunno why it makes kind of a break line if I put it after those.

  • @leo7beats59
    @leo7beats59 11 месяцев назад

    Everything works for me besides the dataview overview at 22 mins in. Does anyone have working code for that part?

    • @DannyHatcherTech
      @DannyHatcherTech  11 месяцев назад

      There should be a link to a template in the description.

  • @tushar-asodariya
    @tushar-asodariya Год назад

    Thanks for creating this wonderful tutorial. I am facing one issue where I would really appreciate your help. I am not able to see "Manage Fields" option when I right-click on Daily Note.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      Manage fields is the metadata menu plugin. An Obsidian restart might help otherwise make sure there is a class on the note, or global classes set up.
      I have a video about the plugin which might be of help.

    • @tushar-asodariya
      @tushar-asodariya Год назад

      @@DannyHatcherTech Hey, it worked, Thanks for the help.

  • @sirtainmusic
    @sirtainmusic 11 месяцев назад

    Thank you very much for the tutorial, I will use this from now on! I ran into some problems regarding the creation of a weekly summary (9:14). I read in the comments that the syntax of the Templater plugin "moment" was changed, but I wasn't able to find a solution to make it work. The code I found in the replies to the pinned comment didn't work for me unfortunately. Can you please help me out Danny? Would be much appreciated 🙏

    • @DannyHatcherTech
      @DannyHatcherTech  11 месяцев назад

      I think the template download is still working so you can download the link from the attached article. If you are still struggling reach out to me in discord 😁

  • @IvanQuok
    @IvanQuok 9 месяцев назад

    Thank you so much!

  • @Hikariel.
    @Hikariel. Год назад

    Great video really shows the vault creation from start to finish
    However, I am sadly having Problems with the Templater Commands for the week files... on creation I get an error returned by Templater saying something about the parsing. I checkef everything should be like you have done it. Idk what I am doing wrong but so far I only have Problems with the Templater Code in the weekly files

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Yes, unfortunately due to the some update the templater commands were changed. The pinned comment explains more.

  • @christopherharris8403
    @christopherharris8403 Год назад

    I don't see the link to the task.css text in the description?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      Some external links have baan update by creators.
      Go to the tasks github repo and I believe the css is in the new help docs.

  • @daffyduck518
    @daffyduck518 8 месяцев назад

    There's a problem when I try to copy the overview code. In this line '''from "Journal/DailyNotes" '''. It says that variable is expected. Does anyone know how to fix it?

    • @DannyHatcherTech
      @DannyHatcherTech  8 месяцев назад

      That is the path location. If you don't have the same path, it will show an error.

  • @6ocram
    @6ocram Год назад

    Is there a way to put all the months of the current year in a grid? Somebody?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      If the months are fikes you can query them with dataview

  • @HyungBoi
    @HyungBoi Год назад

    Fantastic content. One minor question: is there a way to add the rows from the database folder view into a new column for caloric totals? I was only able to access the row values as Javascript template literals but can't perform arithmetic on them.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      I assume you are referring to formula/calculations.
      I dont know, sorry.

  • @boodyabdel-moez8525
    @boodyabdel-moez8525 Год назад

    Great work as usual Danny, that was really helpful.
    I managed to make the start of the week to be Saturday except in the Agenda part (Tasks plugin), any tip?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      The Agenda file can be manually moved up and down by changing the task query...
      This saturday at the top instead.

  • @samydjemai927
    @samydjemai927 7 месяцев назад +1

    The substract method is not woring, work around:
    [[Journal/Weekly/|Next week]]

    • @DannyHatcherTech
      @DannyHatcherTech  7 месяцев назад

      There may have been an update. Might working checking the help documentation.

  • @borisguillermoromeroruiz6069
    @borisguillermoromeroruiz6069 Год назад +1

    Hola querido Danny H. Felicitaciones por tu canal, tiene muy buen contenido, me encanta obsidiana, tengo una pregunta por favor, he seguido todos los pasos de tu video y se ejecuta la nota diaria, pero cuando pongo la plantilla de nota semanal código me sale este error, habiendo trabajado previamente con normalidad y al instante me sale este mensaje "template parsing error, aborting. Check console for more information" could you help me please

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      That error can appear for multiple reasons. I would check the template information that everything is correct as 1 symbol wrong can cause an issue.

    • @borisguillermoromeroruiz6069
      @borisguillermoromeroruiz6069 Год назад +1

      @@DannyHatcherTech Thank you for answering, keep contributing your knowledge like this, I hope you have a lot of success, I enjoy your content

  • @dimabatalshikov2382
    @dimabatalshikov2382 Год назад

    Thanks! It was amazing fast! I catch only one problem with CSS selector in style snippet file when you show how to customize link tag. I use other selector, it works for me ".tasks-backlink a.internal-link {text-decoration: none; padding: 0 10px;}".
    Can we create with Obsidian some kind of reminder or alarm method for our daily tasks? It may help to not miss the tasks. Thx

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      The reminders plugins should help.
      I use Morgen personally

  • @fentengshi9543
    @fentengshi9543 5 месяцев назад

    Could you please provide a link to where I can copy the tasks.css code from the 33:30 mark in the video? Thank you, sir.

    • @DannyHatcherTech
      @DannyHatcherTech  5 месяцев назад +1

      It is the tasks plugin help documentation - the link has been changed in the past. My recent video cover this.

    • @fentengshi9543
      @fentengshi9543 5 месяцев назад

      @@DannyHatcherTech perfect course. The BEST tasks plugin in Obisdian

  • @kellysharpe2122
    @kellysharpe2122 Год назад

    I feel stupid to ask, but where is the link to the vault, past-present-and-future? I have clicked on a lot of links and none of them are what I'm expecting.

  • @dudu8009
    @dudu8009 Год назад

    whenever i create a note from within the notes (i.e tommorows note, or this weeks note) they are created in the root of the vault and don't get any template applied

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      My guess is the file path wasnt put it in the link...
      [[Folder/folder/file]]

    • @dudu8009
      @dudu8009 Год назад

      @@DannyHatcherTech I will check it out, the code is the same as in the video

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      @@dudu8009 try the template download to see if that helps 😁

    • @dudu8009
      @dudu8009 Год назад

      @@DannyHatcherTech well, used the template as is and it works

  • @ll14m4n
    @ll14m4n Год назад

    awesome! thank you!

  • @fibonacci2010
    @fibonacci2010 Год назад

    What a nice tutorial. Congrats

  • @hook_off
    @hook_off 7 месяцев назад

    9:00 зачем эти ссылки между заметками, если у вас и так есть удобный календарь справа?

    • @DannyHatcherTech
      @DannyHatcherTech  4 месяца назад

      Sorry I have only just seen this comment. RUclips put it in for review - The links are just there an another option.

  • @alimeresvargas8002
    @alimeresvargas8002 10 месяцев назад

    Hi Guys! I am having trouble with the CSS file; the theme is not loading correctly. I downloaded the file; I located it in the folder with my other CSS files; however, it doesn't show the icon indicated. Yes, I do reboot my obsidian. It does not work yet! Any suggestion, please? Regards

    • @DannyHatcherTech
      @DannyHatcherTech  10 месяцев назад +1

      There may have been updates to Obsidian that make the CSS outdated but I have not heard about that. I would check in the Obsidian discord.

  • @shawnmiguel
    @shawnmiguel Год назад

    incredible, thank you so much

  • @Cibo_888
    @Cibo_888 Год назад

    I can't believe the two parts I am actually missing is the Agenda not showing the tasks and not founding the css in the description >< It's shouldn't be the hardest part I guess. That's said it's tempting to just download your vault but that's not teaching as your video is. Thanks a lot that's part of the best youtube content I ever came across

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +2

      Glad you got there.
      The snippet is in the tasks plugin help doc.
      You could also download the vault and copy it from the snippet file in there.

    • @Cibo_888
      @Cibo_888 Год назад

      ​@@DannyHatcherTechThanks sir! This video is pure gold for both educating purpose and concrete monitoring of life purpose
      I can't stop editing and actually I find so much application for tracking.
      Could you consider pointing inputs to extend your amazing work for stuff like sub-tasks, Yearly review, number value for tasks to sort and compare them between different day/week/year.
      You definitely got me on this one, I can't stop thinking about application to track what are we globally doing and how different habits impact each other.
      Haven't ever really been interested in coding cause I couldn't apply it for my concrete life and was always able to find someone which is so much better at coding which already develop an app that suit my need.
      But this is the opposite case. Thank you so much for your content.
      I find your point of view in general super interesting, very straight forward and in the same time very aware that you do something at current point in time which could be out dated in the future.
      And the way you manage to have conscience of it give it more durability.
      While folow your content very closely! Have a nice day & take care :)

  • @nomorevlogs265
    @nomorevlogs265 10 месяцев назад

    hey where can I get the CSS Snipped Task? Love the tutorial btw.
    I downloaded the vault but the file is not there.

    • @DannyHatcherTech
      @DannyHatcherTech  10 месяцев назад +1

      I am not surr what you mean - all snippets should be in the download.
      Happy to help/troubleshoot in discord. RUclips isnt great notifying me of comments 😁

    • @nomorevlogs265
      @nomorevlogs265 10 месяцев назад

      @@DannyHatcherTech I appreciate you!

    • @nomorevlogs265
      @nomorevlogs265 10 месяцев назад

      I'm not Sure why, but this snippet is not in the file I downloaded.

  • @VladyslavHorbachov
    @VladyslavHorbachov Год назад

    Amazing video!!!

  • @lavinnasays
    @lavinnasays 14 дней назад

    Your presentation is top notch. But this set up too dependent on too many plugins. All it takes is one update to one plugin and one has to figure out how to reconfigure everything.

  • @scapegrace232
    @scapegrace232 Год назад

    Thank you very much for the video. I really like the task management with the quickadd plugin. There is one question I have: I made my quickadd tasks appear in the daily note of the sheduled date. And I created another button for recurring tasks. When i click on the checkbox of the recurring task, the new task appears above or below. But I'd like to move the new recurring task to the daily note with the new due date. So for example if I have checked task on monday week1 and this task recurrs every monday I'd like to automatically open the task next monday and move the recurring task there. Do you know if that's possible? I'd be very thankful for an answer. (and sorry for my bad english, I hop you understand my question)

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      The tasks plugin may do that but do mine in Morgen, sorry.

  • @Uneerie_
    @Uneerie_ 7 месяцев назад

    My Brain just kinda exploded! Thank you!! 🫶

  • @enlightenment_fa3248
    @enlightenment_fa3248 Год назад

    Hi Mr. Hatcher. I Hope u r doing Good. Thanks for the great video, I have a problem here, could u plz help me fix it?💔 My weekly data overview is not working, I followed ur steps 1 by 1 and it just didn't work. This is the error : Dataview: No results to show for table query.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      Is there a daily note file for the query to show?
      That matches the query criteria of course.

    • @Cibo_888
      @Cibo_888 Год назад

      @@DannyHatcherTech Same for me

    • @mikinmusic9693
      @mikinmusic9693 Год назад

      use this

  • @dantesfaria
    @dantesfaria Год назад +1

    This is a great video. I have a question: This link, [[]], creates a weekly note in the root directory if there is not one already created in the Journal/Weekly folder by clicking the calender's week number. Is this an expected behavior? Thanks again.

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +2

      You can add a path to the start of the script so it aligns with the calendar plugin. It is probably a case I forgot about when making the video 😁

    • @dantesfaria
      @dantesfaria Год назад +1

      @@DannyHatcherTech Wow, cool. You are so helpful.

    • @mikinmusic9693
      @mikinmusic9693 Год назад

      use this

  • @collinsmugodo380
    @collinsmugodo380 Год назад

    Hey danny...im stuck on the mapping with tag section. It doesn't give me the option on the dropdown menu...any advice?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      I assume by map with tag you are referring to metadata menu.
      I have a video about that plugin, the template download in the description or you could ask more specifics in discord.
      It should be a toggle.

  • @SandipMishra-vp4uw
    @SandipMishra-vp4uw 8 месяцев назад

    Where can I find the template link for this?

  • @fentengshi9543
    @fentengshi9543 5 месяцев назад

    So good!

  • @mr_clean575
    @mr_clean575 Год назад

    I was able to successfully create the "Yesterday" "Tomorrow" navigation, but for the weekly format it displays as "invalid date". I double checked to make sure that the time format matches the one in periodic notes. Any idea what's going wrong?
    My code looks like this: Week Summary: [[]]

    • @mr_clean575
      @mr_clean575 Год назад

      Nevermind, I figured it out. I was using a different daily format(which I had changed to match for the "Yesterday" "Today" buttons, but didn't realize that moment() needed the date in a certain format

    • @mikinmusic9693
      @mikinmusic9693 Год назад

      use this

  • @ditchcomfort
    @ditchcomfort Год назад

    Do you know if/how you could archive something pretty similar to the task plugin but only using dataview or something? I just want to get rid of all and every emojis. I know you could hide some of them, but they still show up in edit/source mode if I remember correctly, and you have to use them for the plugin to actually work.

  • @mrcsdndrs
    @mrcsdndrs Год назад

    Hi many thanks for the video, very insightfull; i can`t find the link to the css file, can you share it?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      What CSS are you looking for?
      Things have changed and some files were out of date.

    • @mrcsdndrs
      @mrcsdndrs Год назад

      The one that simplify how a link looks like

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      @@mrcsdndrs the simplist solution is the supercharged links community pligin, paired with the style settings.

  • @MauricioMartinezJ
    @MauricioMartinezJ Год назад

    I'm a bit confused with the Week Summary in the daily template. Why does the code "[[]] " generate a link to Journal/Weekly/[weekly-note] when the "Journal/Weekly" bit wasn't specified? In my case the links points to something in the root folder of the vault

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      I may not have put it in the video, but it is in the script. That could be an editing mistake on my end.
      The template should help with troubleshooting.

    • @MauricioMartinezJ
      @MauricioMartinezJ Год назад

      @@DannyHatcherTech thanks a lot!!

    • @mikinmusic9693
      @mikinmusic9693 Год назад

      use this

  • @scottsmith5953
    @scottsmith5953 Год назад

    How did you get the emoji menu when you were adding priorities to the quickadd Capture format?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      I am on windows so used windows + . but mac is cmd + space I think

  • @divineartcreator
    @divineartcreator Год назад

    Hi Danny, I built 3 times from scratch this Habit tracking vault, because it is awesome and I like it, but there is a bug or something and for some reason, I cannot figure it out, why is Agenda displaying future tasks also in the current week? Any idea?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      Other people have mentioned this. It is the tasks plugin query.
      The best thing to do is go and have a look at the tasks plugin help doc as there may be some changes to the way it needs to be written.

    • @divineartcreator
      @divineartcreator Год назад

      @@DannyHatcherTech Thank you, will check.

  • @goldstein47
    @goldstein47 Год назад

    I wanted something like this, so thank you Danny
    But I have no manage fields option on my fileclass/daily 26:30, where to enable it?

    • @goldstein47
      @goldstein47 Год назад

      you forgot to show that we need to enable DataviewJS and javascript options in the dataview plugin options. I did saw the warning from the metadatmenu plugin but I thought it was by default enabled. Anyways Resolved now!

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      When I made this video there was no warning.
      I asked the developer to add that in after this video was created - hence my metadata menu video taking a while to be released 😁

  • @epicgroover3755
    @epicgroover3755 Год назад

    Hey I'm having trouble with the overview table. It says that there is a parsing error in the code, can I copied it from your example exactly. That is the only thing now working, and it says that there is an issue using the template as a result. Thanks!

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      This sounds like a templator issue.
      Make sure you have triggered the template and the setting in the plugin are correct.
      Let me know if you need more help 😁

  • @fredericf7135
    @fredericf7135 Год назад

    Great video Thanks a lot !👌

  • @jeremydrennen6967
    @jeremydrennen6967 Год назад

    How do I format the weekly note at 13:33 to bring in the first day of the week as Sunday instead of Monday?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      I am not sure of the top of my head.
      When looking at the moment date formatting it should tell you.
      A link is in the templater help docs.
      Alternatively the templater thresd on discord could help.
      Sorry 😁

    • @mikinmusic9693
      @mikinmusic9693 Год назад

      use this

  • @notthatnda
    @notthatnda Год назад

    Did I miss the link to the task.css file somewhere? Can't find it

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      The tasks plugin help docs have changed so my links might be out of date.
      Might be worth checking out the task plugin customization settings as I know there have been new ones added.

  • @Svaltz
    @Svaltz Год назад

    All of this explaning done but it doesnt work in the end : ERROR Invalid reference date format, try specifying one with the argument 'reference_format' LOL

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      There are so many errors that could appear when coding 😆
      Try the template download in the related article 🤷‍♂

  • @SebtorDude
    @SebtorDude 10 месяцев назад

    Hey Danny, is there something missing at about min 26:30? I have set up a fileclass folder and a fileclass note but for some reason the "Manage Fields" in the context menu does not show.

    • @DannyHatcherTech
      @DannyHatcherTech  10 месяцев назад

      There should be a template linked in the description, but if it isn't showing, my guess is that metadata menu doesn't recognize something.

  • @Manygo-Personal
    @Manygo-Personal Год назад

    Well, I have a huge issue with the Agenda part.
    There's no way to display this week's tasks like in the video.
    For me:
    due this wednesday, due last wednesday and due next wednesday returns the same date 😅
    Is there a way to solve this?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      The agenda is based on the tasks plugin.
      If the information on the tasks and in the tasks query are not accurate then the output wont match.
      My guess is that either you task date or query date may be mixed up.
      Or there is an issue with the tasks plugin.
      If not, then maybe there is a bug worth reporting to the developer.

    • @Manygo-Personal
      @Manygo-Personal Год назад

      @@DannyHatcherTech Update, it was a bug, and I reported it for now the only version that works right is the 1.25.0 release of the plugin! Later probably it will be solved!

  • @Caborrrl
    @Caborrrl Год назад

    When creating a new note Obsidian shows me the filename as a really big note title. It confuses my header level-1. Is this a new feature? Can it be disabled or can I complain to some god for it to be little and small like metadata?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад +1

      That sounds like the inline title feature.
      Can be disabled in the appearence settings.

  • @kellysharpe2122
    @kellysharpe2122 Год назад

    13:50 I set everything to Sunday start, but my week comes out as Monday to Sunday instead of Sunday to Saturday. Is there a different markdown syntax for a Sunday start?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      I assume you are referring to the day links in the week template.
      If so, you need to rearrange those daya to sunday first.
      For the title you would need to add or subtract days feom the default monday start, similar to the day links.

    • @kellysharpe2122
      @kellysharpe2122 Год назад

      @@DannyHatcherTech I did a workaround:
      -

  • @yazeedabed7454
    @yazeedabed7454 Год назад

    Thank you for the video! But I am having issues with the date format in QuickAdd when using {{date}}, as the format I used in Daily notes is "MMM DD, YYYY", this in return creates a new Daily file with the date format from QuickAdd (YYYY-MM-DD) whenever I create a new task, is there a way to work around this or will I have to change my Daily notes date format (and everything else related to it) to match that of QuickAdd?

    • @DannyHatcherTech
      @DannyHatcherTech  Год назад

      You can add the custom format in the quick add but I am not the syntax now.
      It was {{date: yyyy-mm-dd}}