📅️ My Fully Automated Daily Note Review System In Obsidian 🤖️

  Рет қаралды 37,118

Bryan Jenks

Bryan Jenks

Күн бұрын

Пікірлер: 183
@BryanJenks
@BryanJenks Жыл бұрын
👕INTO THE AM: intotheam.com/TALLGUYJENKS Code: TALLGUYJENKS
@_sigma2
@_sigma2 5 ай бұрын
"The days are long, and the years are short." This one just hits different. Thank you.
@BryanJenks
@BryanJenks 5 ай бұрын
Truer statement was never made
@christinwhite4876
@christinwhite4876 2 ай бұрын
Yep, that bit really jumps out to me too.
@ozmosyd
@ozmosyd 5 ай бұрын
Was looking for what's this obsidian I keep hearing about on YT and stumbled on this. And I must say without any doubt that this, has to be the best - "Look what I can do with Obsidian" - FLEX, I have seen so-far. My word, I am now completely sold on Obsidian as my notetaking tool. Love ya work chap.
@BryanJenks
@BryanJenks 5 ай бұрын
im glad you enjoyed the video so much!
@EduardoCarrilloNET
@EduardoCarrilloNET Жыл бұрын
Love the setup and how the daily note drives the weekly, montly and yearly reviews. I've long struggled with doing reviews. I agree that it can get to be a shore but this automation really seems to help. I've reproduced your setup and got it working. There is just one adjustment I'm doing for now. Instead of using the aliases propierty in the daily, I am using a "Milestone" inline property along with "highlight". So, the dataview for the yearly looks something like this: ```dataview TABLE WITHOUT ID link(file.link) AS Date, Milestone FROM "Journal" WHERE Milestone != null AND file.day.year = 2023 SORT file.day ``` I get the same result. It's just that instead of looking for an alias, it's looking for the Milestone inline property. Thanks for sharing 🙃
@BryanJenks
@BryanJenks Жыл бұрын
nice!
@bagheera3008
@bagheera3008 4 ай бұрын
Is it possible to do this by querying bullets under a specific header instead of using inline queries?
@stevepinckney7998
@stevepinckney7998 3 ай бұрын
BTW: had to change LIST to TABLE and remove the SORT AS line as I was receiving an error. Hope this helps!
@DevinBaillie
@DevinBaillie Жыл бұрын
I do the same thing with my breadcrumbs being generated from the file title. One thing I've found helpful was to add a link from my daily note to the corresponding weekly note, weekly -> monthly, and monthly -> yearly. I'm now going to integrate something similar to what you have for the highlights, though I think I'll just use a separate property for the major highlights, rather than overloading the alias property as you have. That way it can just all be taken as notes with the appropriate properties, rather than putting some notes in alias and some in the notes.
@BryanJenks
@BryanJenks Жыл бұрын
That’s a clever idea!
@chicorydock
@chicorydock 11 ай бұрын
My husband has been trying to get me to use Obsidian for years, and I've dabbled a couple of times but ultimately failed to pick it up. Until he shared your video with me - I love to journal but haven't found a way to surface insights/notes when journaling, and this is a brilliant system! Thanks for sharing!
@BryanJenks
@BryanJenks 11 ай бұрын
Glad you found it helpful!
@cablo69
@cablo69 11 ай бұрын
Had similar changes in my daily note taking, but as always got new tips from you, to make things better. Thanks for the continious inspiration
@BryanJenks
@BryanJenks 11 ай бұрын
Glad you got something valuable from this!
@bixaogola3909
@bixaogola3909 Жыл бұрын
Awesome video Bryan. Congrats on the promotion.
@BryanJenks
@BryanJenks Жыл бұрын
Thank you!
@TristanBailey
@TristanBailey Жыл бұрын
I like this style. I do something a little bit less but with the “title:: “ for the note being listed out. Might try this roll up. Though I always look to write something in reflection as just on the day is a good reference for the reflection writing. But so good to save the reviewing first.
@BryanJenks
@BryanJenks Жыл бұрын
Glad you like it!
@dookie6734
@dookie6734 11 ай бұрын
I stumbled on this video after discovering Obsidian recently. Your system inspired me to create my own daily note flow. Being able to automate my personal reviews like this is really cool, thanks for the idea.
@BryanJenks
@BryanJenks 11 ай бұрын
Glad you enjoyed it!
@atsaotsao
@atsaotsao Жыл бұрын
Incredible as always Bryan! These improvements are amazing and I'm already playing around in my Obsidian to integrate this to my daily, weekly, and monthly reviews as well. Quick question: For the "Notes Created Today" query, I'm noticing that it also pull notes I've created on the same date of the year but from previous years which I'm trying to figure out. I'm not 100% comfortable the dataview queries. Any suggestions on how to filter them out?
@BryanJenks
@BryanJenks Жыл бұрын
I honestly haven’t bothered with tuning it but it does pick up some stuff it shouldn’t based on text matching I believe, I need to look into it more but no I haven’t found a way just yet
@Junetao916
@Junetao916 Жыл бұрын
I feel the same atsaotsao!!
@LorcanMcDonald
@LorcanMcDonald Жыл бұрын
It's a bug in the date formatting. "YYYY" gets formatted as four "Y" characters. Should be "yyyy". (Only noticed because I made a different error with "MM" 😄)
@chandanrai13
@chandanrai13 10 ай бұрын
How is this channel not a big hit ? I have gone through so many videos today from this channel and I can’t stop having enough.. Pure gold man!!!!
@BryanJenks
@BryanJenks 10 ай бұрын
Glad you think so :)
@330toSRT8
@330toSRT8 Ай бұрын
This is incredible! Thanks! I've incorporated many of your ideas into my own system.
@vulpeeze
@vulpeeze 7 ай бұрын
I had the exact same idea to automate it a little while ago since I just started using Obsidian but I wasn't sure how to design it and was left with a vague mess. Now I can take inspiration from yours and focus on actually using it instead of being in design limbo. Thank you!
@BryanJenks
@BryanJenks 7 ай бұрын
my pleasure!
@hellinbag373
@hellinbag373 Жыл бұрын
Hey Bryan, thank you for this video, recently I made similar changes to my daily notes, your input though filled some gaps in my system. By the way, congrats for your promotion! :) Keep on rocking! 🤘
@BryanJenks
@BryanJenks Жыл бұрын
Glad it was helpful! and thanks!
@textnotepro
@textnotepro Жыл бұрын
This is excellent. I love the last next "breadcrumb" query as well as the day/week/month/year progression on highlights.
@BryanJenks
@BryanJenks Жыл бұрын
Glad you like it :)
@MrRenatolello
@MrRenatolello Жыл бұрын
Could you please post the codes that you've used? Mine is not working well. Thanks a lot!
@BryanJenks
@BryanJenks 11 ай бұрын
they are available in my template vault
@markgburke
@markgburke 11 ай бұрын
🐄 Thanks Bryan, I always enjoy your Obsidian videos. Feeling inspired to go back and tweak my vault. Thanks for taking the time to share what you learn!
@BryanJenks
@BryanJenks 11 ай бұрын
Glad you feel that way!
@megh_na
@megh_na 7 ай бұрын
I used to have this kind of setup in Notion but ofcourse couldn't keep up with it just like Notion loading can't keep up with my thoughts. So I am going to have it in Obsidian now. Thank you for this awesome video!
@BryanJenks
@BryanJenks 6 ай бұрын
Glad you enjoyed it! :)
@freyappari
@freyappari 3 ай бұрын
Wasn't expecting to watch the whole video. You actually have some great things here. I feel like, while useful, many of obsidian videos feel very artificial, this is very practical and contextualized. So thank you! I think I'll be adding some automatic highlights to my daily notes as well, so that I can aggregate it as you have.
@BryanJenks
@BryanJenks 3 ай бұрын
Glad you enjoyed the video! I aim to just give details about what I’m doing and if people like it then I hope they run with it!
@HiltonT69
@HiltonT69 Жыл бұрын
Ooohhhh #MeLikey I started using Obsidian and went well down the rabbit hole, then when I got it as I wanted it (mostly) I just stopped using it as there was a lot of manual reviewing and rewriting. This idea has re-enthused me to get back into it, updating my templates (maybe using your current ones) and having these summaries automatically populated. And congrats on the promo...
@BryanJenks
@BryanJenks Жыл бұрын
thank you! and glad you got some ideas from the video :D
@byte.raccoon
@byte.raccoon Жыл бұрын
Good setup, I use similar principles: spending less time on my notes and use them effectively. This is a reason why I use dataview and nested tags for MOC, don’t make them manually
@BryanJenks
@BryanJenks Жыл бұрын
Great tip!
@zaid_marridi
@zaid_marridi 9 ай бұрын
This is honestly the best setup that I've seen for daily notes that actually makes sense and inspires me to take my own daily notes. I downloaded Obsidian a week ago, so all of this Dataview and Templater stuff is hard to reproduce. Do you have your daily templates anywhere we can download and copy? That would be really great!
@BryanJenks
@BryanJenks 9 ай бұрын
Signing up for my newsletter give you my template vault :)
@zaid_marridi
@zaid_marridi 9 ай бұрын
@@BryanJenks Awesome! Thanks a lot Bryan
@jgldev
@jgldev 7 ай бұрын
Thank you for sharing this approach. Your work was an inspiration for me to make my own system. The only thing I didn't like was that Dataview plugin renders final result but it does not generate the markdown code. This means that Obsidian does not track the links created by Dataview and therefore the visual representations of the notes linking does not work. I've been thinking on this and doing some research, and I've come with a solution that makes use of Dataview within Templater, so can use the app global object inside a Templater template, load the Dataview plugin API, make the queries and whatever you want, and then render the query result to markdown, appending this result to the Templater template. This approach generates the proper markdown so Obsidian keeps track of all the linked content in the Graph view. However this approach has some drawbacks: The main one is that it creates actual markdown code, so the generated content is static and it won't update in real time. I find this a problem if you are creating some sort of living database, however, for the weekly, monthly or yearly notes I find that this is not a problem because the content is a snapshot that it is generated only once. For other purposes it may not be convenient to generate static markdown.
@BryanJenks
@BryanJenks 5 ай бұрын
that is actually something i like, i might not want a lot of "noise" linkages between notes because of a dataview query, i want them to be explicitly and intentionally linked, but might want to see a broad context of related things based on a query, so there are pro's and con's to this for a variety of workflows
@adamehunt
@adamehunt 6 ай бұрын
Thanks Bryan! I'm making progress on my weekly/monthly/yearly note automation with your help. Can you please explain what "0, 4" and "6, 8" in the following lines does? AND file.day.year = number(substring(string(this.file.name), 0, 4)) AND file.day.weekyear = number(substring(string(this.file.name), 6, 8))
@BryanJenks
@BryanJenks 5 ай бұрын
sections of the dates that are in the file name, numbers correspond to the number of which character in the file name to start at and then a number of how many characters to return. where the left most character is 0 and it returns 4 characters so 0, 4 of 2024-04-14 is 2024 0, 2 of 2024-04-14 is 20 0, 3 of 2024-04-14 is 202 get it?
@adamehunt
@adamehunt 5 ай бұрын
@@BryanJenks Got it - thanks for explaining that!
@PeterTsiampas
@PeterTsiampas 9 ай бұрын
I stumbled across this looking for ideas for Daily Notes with reviews, I love what you have done and how you roll it all up into its components. Do you go back and add reflections for the weekly/monthly/yearly reviews or do you simply read it and enjoy the memory being triggered?
@BryanJenks
@BryanJenks 8 ай бұрын
read it and enjoy :)
@whatevkev8430
@whatevkev8430 3 ай бұрын
how do you create that "today" button thing for the breadcrumbs portion of your note?
@BryanJenks
@BryanJenks 3 ай бұрын
Today
@Junetao916
@Junetao916 Жыл бұрын
Continue dropping gems for the world and keeping everyone in the loop 🔁 👍
@BryanJenks
@BryanJenks Жыл бұрын
will do!
@ex0ja
@ex0ja 11 ай бұрын
I didn't understand the point of this until the very end of the video, makes sense finally haha You may have another video on it, but just wondering all the journalling of day to day life, do you use that for anything else other than reviewing later? I only note ideas and cool things I read, I don't really journal day to day stuff.
@BryanJenks
@BryanJenks 11 ай бұрын
It’s just for memories and looking back, the journal is personal and not heavily related to my note taking
@DavidAnguera
@DavidAnguera Жыл бұрын
Super useful as always, man ✨
@BryanJenks
@BryanJenks Жыл бұрын
Glad you think so!
@ephriamdaniels494
@ephriamdaniels494 11 ай бұрын
It is an excellent vault!!! Fun to work with. I have a question about the highlight function: It does not have the Templates/templaterjs file. This makes it unable to do the highlighting method you showed. Can we get it, or is there a workaround? Again, thank you for all that you have done. Cheers
@BryanJenks
@BryanJenks 11 ай бұрын
oh yes, i need to fix that. the issue is resolved by editing the templater plugin settings and removing the reference to the folder in the user scripts section of the plugin config
@DanteMishima
@DanteMishima 11 ай бұрын
I love this... thank you for sharing. I have a question about the monthly note.. Your highlights are being grouped by the week, with only one week number showing.... I copied the query, and I have multiple 40s and 41.... What might I be doing wrong?
@BryanJenks
@BryanJenks 11 ай бұрын
i would need to see some screenshots (im a visual person) of the code and the result and the notes its pulling from
@barnabasszakal7258
@barnabasszakal7258 Жыл бұрын
Fantastic idea! Thanks Bryan!
@BryanJenks
@BryanJenks Жыл бұрын
Glad you liked it!
@igorkudryk2199
@igorkudryk2199 9 ай бұрын
What about tasks? For some reason it's much harder to implement with tasks
@BryanJenks
@BryanJenks 9 ай бұрын
What?
@depreza68
@depreza68 9 ай бұрын
Thank you so much for sharing this!! i've made my system for like almost a year ago and can't seem to find the sweet spot, it's simply just want to get my minds out to somewhere i can wholefuly trust, all i did was overcomplicating it as time goes, and in the end i don't even bother using it. Anyways is there a config for when a templater file is pasted, it automatically runs the templater codes?
@BryanJenks
@BryanJenks 9 ай бұрын
templater code automatically runs
@usiala
@usiala Жыл бұрын
Great content. thanks. 🐄, on a side note , what do you think of the Periodic PARA plugin?
@BryanJenks
@BryanJenks Жыл бұрын
Glad you enjoyed it!
@slumberstudio4757
@slumberstudio4757 Жыл бұрын
hi bryan. really like your videos. could you help me with writing smart note? I'm still confused on how permanent/evergreen note are written compared to note you got from a piece of media. could you refer me to your published note that demonstrate the difference. ahren talks about writing permanent in context to your entire zettelkasten, but i still find it difficult to wrap my head around it
@BryanJenks
@BryanJenks Жыл бұрын
Check out my comprehensive videos and other videos in my PKM playlist, that’s literally the bulk of what my KZbin content is about
@imgeffrey
@imgeffrey 11 ай бұрын
@BryanJenks, how did you get the highlights listed as bullet items in your table?
@BryanJenks
@BryanJenks 11 ай бұрын
Using data view queries
@imgeffrey
@imgeffrey 11 ай бұрын
@@BryanJenks Sorry. I didn't communicate well enough :) It's the theme I am using that hides the bullets in the tables. I've already put them back with some custom CSS. Thanks!
@BryanJenks
@BryanJenks 11 ай бұрын
Nice!
@andrefarinha419
@andrefarinha419 11 ай бұрын
Can you do a video explaning how to instal /use your templates? Thank you
@BryanJenks
@BryanJenks 11 ай бұрын
that will be a part of a special project that is coming soon but it wont be a youtube video
@hazbun
@hazbun 11 ай бұрын
What extension did you use to show the calendar? I have been putting daily notes and its a mess without a calendar.
@BryanJenks
@BryanJenks 11 ай бұрын
Calendar plugin
@hazbun
@hazbun 11 ай бұрын
😂 thanks. very straightforward, just installed it. You know, I think i’ve been afraid to incorporate diary/daily notes into my zettelkasten in obsidian. But a principle Sonke Ahrens teaches is that your notes should work systemically, and I do eventually write about things I care -in my daily life-, on the zettelkasten at the end of the day so a merge is O.K. The thing I’m concerned about is fighting through the noise of ideas and thoughts dumped in the daily note. For temporal notes I do use Apple Notes and Telegram which I think is great and necessary, but diary and daily notes I do them in Notion, and again i’ve been wanting to change that
@naimulislam1263
@naimulislam1263 9 ай бұрын
This is really helpful. Thanks.
@BryanJenks
@BryanJenks 8 ай бұрын
Glad it was helpful!
@cunningham.s_law
@cunningham.s_law Жыл бұрын
I wonder if there is a way to style the higthlights and hide the yaml part. I use quickadd to create log entries in my daily note
@BryanJenks
@BryanJenks Жыл бұрын
I believe there’s a standard setting to hide YAML
@cunningham.s_law
@cunningham.s_law Жыл бұрын
@@BryanJenks yeah but imagine if you can style each highlights as a card you would metadata like timestamps
@markgburke
@markgburke 11 ай бұрын
I am having trouble with the monthly and yearly notes, is there a way to group them by week for the month, and by month for the year. So for example in Week 45, show all highlights in one Row, and for the year, show all highlights for one month. Can't seem to get it to work
@BryanJenks
@BryanJenks 11 ай бұрын
i cant seem to easily do it either, probably possible, but it would take more time to figure out than im willing to give to it right now
@CristinaDias7
@CristinaDias7 Жыл бұрын
Hello! Can you please make a video about the new properties and tips with datáveis and canvas? 😅 I would like that. Thank you.
@BryanJenks
@BryanJenks Жыл бұрын
We’ll see :)
@_cgael_3776
@_cgael_3776 10 ай бұрын
hey, i have a issue with the highlight in my vault it doesnt work ...
@BryanJenks
@BryanJenks 10 ай бұрын
Sorry to hear that, my faq repo is a good place to seek assistance
@KeithGyarmati
@KeithGyarmati 10 ай бұрын
Thank you for sharing your content and templates. BTW 🐄
@BryanJenks
@BryanJenks 10 ай бұрын
My pleasure :) 🐄
@qwertyqart
@qwertyqart Жыл бұрын
how do you automatically integrate properties in a template and populate with up to date time?
@BryanJenks
@BryanJenks Жыл бұрын
Same YAML metadata I haven’t had to change anything about my templates And the date time is with the “update time on edit” plugin
@qwertyqart
@qwertyqart 11 ай бұрын
@@BryanJenks I meant the properties, since those are the new ones
@lasseboe
@lasseboe Жыл бұрын
Takk for at du lager videoer Bryan! Jeg ser du studerer norsk, så da kan du bryne deg på denne kommentaren :) Har du laget noe content om hvordan du kombinerer Todoist med Obsidian tidligere? Jeg er i ferd med å sette opp slik setup men synes det er veldig uvant. Alle tips er hjertelig velkomne :)
@BryanJenks
@BryanJenks Жыл бұрын
haha i WAS able to read much of this so that made me feel good! i did some early stuff where i mentioned the integration, maybe on of my comprehensive videos? i cant recall, but i dont actively use that integration anymore so im not going to be the greatest help there 😅️
@lasseboe
@lasseboe Жыл бұрын
@@BryanJenks Good to see your practicing is not for nothing! You dont? How do you manage tasks then? Just seperate in todoist? Not taking meeting notes or similar that spawns new tasks? I hope you dont mind me asking, its because I feel a lot of your setup resonnates with me :)
@BryanJenks
@BryanJenks Жыл бұрын
​@@lasseboe i just use the todoist modal pop up to add new tasks if need be, its pretty seamless for me these days
@lpanebr
@lpanebr 11 ай бұрын
Really nice!
@BryanJenks
@BryanJenks 11 ай бұрын
Thank you!
@ChuThaiSon-od6uv
@ChuThaiSon-od6uv Жыл бұрын
when I use ≠ they error. Can you guide me?
@BryanJenks
@BryanJenks Жыл бұрын
Try != my font turns them into ligatures for display only
@ChuThaiSon-od6uv
@ChuThaiSon-od6uv Жыл бұрын
@@BryanJenks Thank you for your help. For a long time I felt like there was something wrong with my notes. By setting this up, I have found I am stable.
@jonasvsn
@jonasvsn 11 ай бұрын
Sick!
@BryanJenks
@BryanJenks 11 ай бұрын
:)
@Junetao916
@Junetao916 Жыл бұрын
When you drop your shirt I am buying asap!
@BryanJenks
@BryanJenks Жыл бұрын
HAHA i dont know if ill be selling T-Shirts xD
@Junetao916
@Junetao916 Жыл бұрын
@@BryanJenks friends and family 😆
@nixielee
@nixielee Жыл бұрын
where aliases are NOT NULL, in other words... "where aliases", but no, it's NOT NULL!
@BryanJenks
@BryanJenks Жыл бұрын
:)
@cesurbasoglu4144
@cesurbasoglu4144 8 ай бұрын
🐄
@BryanJenks
@BryanJenks 7 ай бұрын
🐄
@Majofski
@Majofski 11 ай бұрын
I found this video rather difficult to follow. A lot of technical advice without reminders of what it is for, which is what would motivate me to sort out this technical stuff. Perhaps it got better further on, but I had to give up. I am sure it is fine for more technically minded people
@BryanJenks
@BryanJenks 11 ай бұрын
Sorry about that! I do aim for a more technical audience :)
@evanisackson8078
@evanisackson8078 10 ай бұрын
I also found it tough to follow. I started obsidian exploration about two months ago, but I do love the thought behind this journaling method as with my ADHD my memory tends to be poor. @BryanJenks do you have any resources or other video recommendations to bolster my obsidian knowledge to reach this level of comprehension?
@BryanJenks
@BryanJenks 10 ай бұрын
@evanisackson8078 my extensive collection of videos on the topic :)
@lucasbcampossilva
@lucasbcampossilva 8 ай бұрын
Hi Bryan! First, thanks for sharing everything! Second, could you or anyone please help with an issue: I am trying to use this querry ''```dataview TABLE WITHOUT ID file.day.weekyear AS Week, highlights FROM "Journal/Daily" WHERE highlights != null AND file.day.year = number(substring(this.file.name, 0, 4)) AND dateformat(date(file.name), "yyyy-MM") = replace(this.file.name, "M", "") SORT file.day ``` My Daily Note: DD-MM-YYYY-ddd My Monthly Note: YYYY-[M]MM I ve passed all day long just trying to solve Journal notes
@BryanJenks
@BryanJenks 8 ай бұрын
your daily notes are not named in a way that will work with my system. They need to be in ISO8601 standard YYYY-MM-DD
@CourtneyBryceHilton
@CourtneyBryceHilton Жыл бұрын
Nice. As an aside: I also use breadcrumbs for navigating between daily notes. One small aesthetic thing you might want to consider: I centered my breadcrumb bit and put a border around with with a bit of css... at least to me, it looks much better that way.
@BryanJenks
@BryanJenks 11 ай бұрын
drop that CSS! lets see it :D
@emarpiee
@emarpiee 10 ай бұрын
🐄
@BryanJenks
@BryanJenks 10 ай бұрын
🐄️
@-Ambrosia
@-Ambrosia 2 ай бұрын
Been taking daily notes now like 6 months now, this system looks very very nice, and I will definetly implement some version of this. Do you happen to have templates for these? Thank you for sharing, subbed :)
@KommissarKrieg
@KommissarKrieg 25 күн бұрын
I really like your idea for highlights, I've started using it in my own vault!
@marktraugott6669
@marktraugott6669 Жыл бұрын
Great ideas, Bryan. I am trying to use your weekly dataview query and I cannot get it to display a Sunday through Saturday listing. It only shows Monday through Sunday. I have the start of the week setup for Sunday in calendar. I'm at a loss.....
@cablo69
@cablo69 11 ай бұрын
Did you tried the 'Start of week' setting in the Obsidian 'General Settings'?
@marktraugott6669
@marktraugott6669 11 ай бұрын
I did look at that and it was set correctly, BUT I found thought that the plugin Natural Language Dates was causing the conflict. I changed start of the week to Sunday in that plugin and Bryan's dataview query still did work. I just added a 'week' property to my daily note and adjusted the weekly note dataview template using that property and it was a workable workaround.
@BryanJenks
@BryanJenks 11 ай бұрын
glad you figured it out!
@imarianafong
@imarianafong 3 ай бұрын
Hey Bryan, great video! Can you share the dataview code for the weekly breadcrumbs, please? Thanks!
@BryanJenks
@BryanJenks 3 ай бұрын
all my templates are freely available through my newsletter :)
@sylviedc889
@sylviedc889 4 ай бұрын
A very good idea to put lighlights in daily notes. Let me copy your idea. (I was thinkg to have several properties, but it is complex to make dataview tables with multiple properties). Many thanks Bryan !
@BryanJenks
@BryanJenks 4 ай бұрын
My pleasure!
@younglanes
@younglanes 7 ай бұрын
Hey this is awesome! I have created my query based off yours. Thank you! By the way what's the font you're using?
@BryanJenks
@BryanJenks 7 ай бұрын
i use a few different font, you might be asking after the one of the main ones displayed which is fira code
@younglanes
@younglanes 7 ай бұрын
Thanks man @@BryanJenks
@poji23
@poji23 4 ай бұрын
Really cool setup!
@BryanJenks
@BryanJenks 4 ай бұрын
Thank you!
@bagheera3008
@bagheera3008 4 ай бұрын
This is exactly what Im looking for to build my project notes. An aggregator that pulls from daily notes where i log everything. Would it work if you tag a project, or would the aggregator note (in this case the yearly, monthly, weekly) have to be tethered to the daily note via a link?
@BryanJenks
@BryanJenks 4 ай бұрын
Might even be better to use a specific project value to use in dataweave like in todays daily note have: “projects:: my data text” and then in the project have a dataweave query pulling all those “projectA”key value pairs out of the daily notes in and ordered list 🤷🏻‍♂️
@bagheera3008
@bagheera3008 4 ай бұрын
@@BryanJenks so the query will pull from an inline field? Would it be able to pull it if the field has several sub bullets and is repeated in another inline field later in the note? Also is dataweave different from dataview?
@BryanJenks
@BryanJenks 4 ай бұрын
Whoops Freudian slip, it’s all dataview dataweave is the wrong word, i don’t think multi line output is possible with the inline dataview fields
@danakylekroplick8372
@danakylekroplick8372 7 ай бұрын
Hello! Thank you so much for this video! Very enlightening. I had originally been planning to implement a similar system but using tags on each item instead of each item being a separate property. Did you consider using tags in this way and then opt for the property approach? (I’m not 100% I’m using my terms correctly.) Would you recommend using YAML instead of using tags? My thinking was that this way, I single item could be tagged as a “highlight” and as something else…say a fitness goal to be pulled into a note that only lists fitness goals. But it would be the same single line item. I’m quite new to Obsidian though, so i don’t know how implement-able this would be.
@BryanJenks
@BryanJenks 5 ай бұрын
there are good reasons to use both approaches, for one, links in the content can be more like wikipedia articles where youre reading prose but the words themselves could be links to the content that is connected rather than all of the connections being in the file properties
@ms2506
@ms2506 8 ай бұрын
Good One. One questions, apart from the reasons you cited why you were trying to devote so much energy into doing this, what about connecting dots? if the purpose is just glancing, checking, every month/year, not sure what significant value it adds. If I can use this like a MAP rather then just a recorder, that would be more helful, ins't? Thanks again for sharing
@BryanJenks
@BryanJenks 5 ай бұрын
you have to take into account the context of my use case, i said why it added value to ME but maybe not for others, this isnt about something to USE for a purpose, its just my daily journal and the highlights of my life. if you expanded on this to include more things from a PKM workflow sure there could be modifications made to USE this approach to glean more VALUE from your workflow, but this is what im doing for the reasons i have for doing it, your milage may vary
@freddodentro
@freddodentro 11 ай бұрын
All I know today, I've learned it for sure. All I know today, I could lose it for sure. Thanks for this helpful video, have a nice day!
@BryanJenks
@BryanJenks 11 ай бұрын
Glad It helped!
@coreylevine5348
@coreylevine5348 11 ай бұрын
@BryanJenks - how would you set up a query to automatically pull in Tasks due on a specific day within the daily note using the Tasks plugin?
@BryanJenks
@BryanJenks 11 ай бұрын
this is what i could find out, paste this into a note: - [ ] testing (due:: 2023-10-17) ```dataviewjs const tasks = dv.pages().file.tasks .sort(t => dv.date(t.due)) .where(t => { // exclude completed tasks and ones w/out due dates if(t.completed || !dv.date(t.due)) { return false; } const diff = DateTime.now().diff(dv.date(t.due),'days').days; return (diff >= 0); }); if(tasks.length === 0) { dv.el("b", "All done ;-)") } else { dv.taskList(tasks, false); } ```
@ДобринМихайловДобрев
@ДобринМихайловДобрев 9 ай бұрын
Hey Bryan. The Metadata Menu plugin had an update that allows you to automatically inject (using lookup query) the highlight of the day for a particular week into your weekly note's frontmatter. My issue is that I do not know how to do it.
@BryanJenks
@BryanJenks 9 ай бұрын
neat! however given my preference, i can minimize the amount of plugins im using by keeping what i have right now, no need to overcomplicate things if they're already working for you as is :)
@crispywings9066
@crispywings9066 6 ай бұрын
Hello, I just subbed and also I was wondering how do you code a list of alias of the notes through the year like the one you showed at 10:14
@BryanJenks
@BryanJenks 5 ай бұрын
dataview queries!
@fev4
@fev4 Жыл бұрын
I was wondering if you could perhaps share a gist of the dataview queries you use?
@BryanJenks
@BryanJenks Жыл бұрын
the templates themselves are given away for free for signing up to my newsletter
@hydroross
@hydroross Жыл бұрын
Thanks for sharing your daily note system. Vey interesting and helpful. Keep up the great work!
@BryanJenks
@BryanJenks Жыл бұрын
Thank you!
@marekkrzysztofiak2583
@marekkrzysztofiak2583 11 ай бұрын
Hi, love your videos. One question: I tried dataview query presented at 3:30, but it doesn't work. Any idea why?
@BryanJenks
@BryanJenks 11 ай бұрын
No idea, not enough information to determine anything.
@marekkrzysztofiak2583
@marekkrzysztofiak2583 11 ай бұрын
thanks for help@@BryanJenks
@dobi26jo37
@dobi26jo37 Жыл бұрын
thank you so much for this!!
@BryanJenks
@BryanJenks Жыл бұрын
You're so welcome!
@fev4
@fev4 Жыл бұрын
This is awesome
@BryanJenks
@BryanJenks Жыл бұрын
Glad you think so!
@kisunasteel8224
@kisunasteel8224 6 ай бұрын
🐄
@BryanJenks
@BryanJenks 6 ай бұрын
🐄️
@kisunasteel8224
@kisunasteel8224 6 ай бұрын
@@BryanJenks By the way i had a bit of a problem downloading your templates and stuff. The site gave me a 404 files don't exist or something. And got any tips on tasks dependency? Spent some time searching for it and been hitting walls of it not working.
@kisunasteel8224
@kisunasteel8224 6 ай бұрын
Nevermind about the task dependency. It was a new thing and my tasks wasnt up to that version.
@andrefarinha419
@andrefarinha419 11 ай бұрын
🐄
@BryanJenks
@BryanJenks 11 ай бұрын
🐄️
@thicclord848
@thicclord848 8 ай бұрын
Nice one! I'll steal your system for my personal use
@BryanJenks
@BryanJenks 8 ай бұрын
Have fun!
Hack your ADHD with Obsidian daily notes
15:20
Tony Ramella
Рет қаралды 12 М.
📆 Obsidian Daily Note Template Tour and Tutorial
12:16
Dann Berg
Рет қаралды 23 М.
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 66 МЛН
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 1 МЛН
My Obsidian Setup: The King of Note Taking Apps
24:01
Christopher Lawley
Рет қаралды 93 М.
Run ALL Your AI Locally in Minutes (LLMs, RAG, and more)
20:19
Cole Medin
Рет қаралды 91 М.
The 9 Best Obsidian Plugins You've (Probably) Never Heard of
9:10
Mike Schmitz
Рет қаралды 31 М.
What Nobody Tells You About Organizing Folders in Obsidian
28:45
Linking Your Thinking with Nick Milo
Рет қаралды 45 М.
How HACKERS Take Notes!! (Obsidian & More)
18:12
Cosmodium CyberSecurity
Рет қаралды 161 М.
Obsidian Dataview Plugin Tutorial 101
36:49
Bryan Jenks
Рет қаралды 51 М.
Using Obsidian as a Bullet Journal
24:10
Rob Conery
Рет қаралды 14 М.