That's awesome! In particular, are you looking to track how many reps of an exercise you do, how many days you worked out, etc? I've got some ideas of how this can be accomplished 😁
Yes! I program based on weekly, monthly, yearly scales. so I’d like to see progress with exercises (reps, total time under tension, how long I spent on a given progression) over those spans of time. some of the exercises are time based, rep based, some are bodyweight where as others are with weight. what has been a hurdle for me is figuring out the syntax needed to then query. (not to mention the query itself 😂)
@@AprendeAEntrenarPR Sounds like an interesting challenge! I would need to know more specifics of how you're recording and storing your data in order to help with queries. Do you have different notes where you track each of the types of data? Are you wanting charts to visualize your data as well?
I have templates for gymnastic strength training and jiu jitsu, for example. as for the folder structure and how i record, I have: Logs / GST / 2024 / 11 / 2024-11-18.md, 2024-11-19.md, etc. I track a certain group of exercises and break them down by category (Warm Up, Weighted Mobility, Handstands, Front Lever, Bridge, etc), count reps over time (weekly, monthly, quarterly, yearly) time under tension over time, on exercises like squats, the progression of increasing weight over time. where it gets a bit confusing for me is that I want to track occurrences and values. a micro cycle is a week, a meso cycle is a month, a macro cycle is a year. these are the scales I use so it’d be cool to generate a yearly plan and use this dashboard to see it at scale, over time and make adjustments based on the trends.
Great video for beginners! Knowledge of SQL helped me a lot to master Dataview, and for those who don't know, this video will be very useful. Thanks for the great videos!
Thank you! I'm glad the video was clear. I want to lower the barrier to entry on some of these more complex plugins, like Dataview and Tasks. I haven't used Templater much, but I'm happy to give it a go! And if I like it, I will definitely make a video about it 😁
One dataview trick I'm trying to get working is to display the content under a heading. I can create query that provides a list or table with all the notes containing the heading, say, "Daily Summary" but how do I display the stuff under the heading as part of the query?
I wonder about interactive views and automations, like when I tick this, it bells here and whistles there, unfortunately Dataview wasn't intended for the purpose
Ah, I see. You're wanting a sequence of actions to be triggered based on an initial action. Yeah, Dataview isn't meant to do that. It makes me curious if there are other plugins that do add that kind of functionality. Time to do some research!
@@creadevlabs Thanks for this tutorial, very helpful! An idea for creating automations. Use dataview to create a list of items as external links that point to Apple Shortcut scripts. Something like ' elink("shortcuts://run-shortcut?name={shortcut Name} &input=text&text={input for shortcut}", "item name")' . Clicking a link would trigger a Shortcut. Apple Shortcuts can send messages to telegram and many other destinations.
Can you please create a proper play list of videos from zero to hero of obsidian I don't know nothing about obsidian when I see your playlist I feel the videos are jumbled in unordered way. Please help me out
I’ve got a video where I combined several of my Obsidian for Beginners videos into one: th-cam.com/video/gafuqdKwD_U/w-d-xo.htmlsi=zv6OVvxhA0tdcSuJ I’ve also got an Obsidian for Beginners playlist you can go through: th-cam.com/play/PLsntwn2ixQrOpEEkE8SMj1X4Kf-cOIVgD.html&si=-HxSEsou0h4J3jKs Let me know if you have any questions!
I agree with you that remembering the syntax for dataview queries is difficult. I think this indicates that the dataview syntax is not very intuitive and should be completely rethought out.
The syntax is very much based on SQL queries, which I’m guessing a lot of people are not familiar with. I hope providing templates for the queries can lower the barrier to entry for people.
Hi, 👋 I had gone through your first obsidian basic course, not getting time to spend on the rest of the videos. can you please create a video on how to take notes quickly using a method. Recently I saw this video th-cam.com/video/445yxZbj4H4/w-d-xo.htmlfeature=shared I liked his organisation of taking notes using para method But couldn't understand his explanation of taking notes as it is too fast and difficult to understand Just have a glance on the above video, Can you please make a clear video on how to take notes perfectly linking and with less duplication of content, templates, data views etc, organizing etc
What would you like to learn how to do in Dataview?
I’d like to track workout data because i track cycles and would like to see how things progress throughout a year (macro cycle).
That's awesome! In particular, are you looking to track how many reps of an exercise you do, how many days you worked out, etc? I've got some ideas of how this can be accomplished 😁
Yes! I program based on weekly, monthly, yearly scales. so I’d like to see progress with exercises (reps, total time under tension, how long I spent on a given progression) over those spans of time. some of the exercises are time based, rep based, some are bodyweight where as others are with weight.
what has been a hurdle for me is figuring out the syntax needed to then query. (not to mention the query itself 😂)
@@AprendeAEntrenarPR Sounds like an interesting challenge! I would need to know more specifics of how you're recording and storing your data in order to help with queries. Do you have different notes where you track each of the types of data? Are you wanting charts to visualize your data as well?
I have templates for gymnastic strength training and jiu jitsu, for example. as for the folder structure and how i record, I have: Logs / GST / 2024 / 11 / 2024-11-18.md, 2024-11-19.md, etc. I track a certain group of exercises and break them down by category (Warm Up, Weighted Mobility, Handstands, Front Lever, Bridge, etc), count reps over time (weekly, monthly, quarterly, yearly) time under tension over time, on exercises like squats, the progression of increasing weight over time. where it gets a bit confusing for me is that I want to track occurrences and values. a micro cycle is a week, a meso cycle is a month, a macro cycle is a year. these are the scales I use so it’d be cool to generate a yearly plan and use this dashboard to see it at scale, over time and make adjustments based on the trends.
Great video for beginners!
Knowledge of SQL helped me a lot to master Dataview, and for those who don't know, this video will be very useful.
Thanks for the great videos!
Thank you! I’m glad you found the video helpful 😁 My goal is to make Obsidian as easy to jump into as possible.
Thank you, this is the clearest video I've seen about dataview! Will you do a video on templater plugin in the future?
Thank you! I'm glad the video was clear. I want to lower the barrier to entry on some of these more complex plugins, like Dataview and Tasks.
I haven't used Templater much, but I'm happy to give it a go! And if I like it, I will definitely make a video about it 😁
Thanks
Wow, thank you so much!
Thanks. This was very practical for those starting out.
You’re welcome 😁 I’m glad it was useful to you.
really love your videos sir! 💌
Thank you! I’m glad you’re enjoying them 😁
One dataview trick I'm trying to get working is to display the content under a heading. I can create query that provides a list or table with all the notes containing the heading, say, "Daily Summary" but how do I display the stuff under the heading as part of the query?
I don’t know if that’s possible or not. I’ll have to experiment with that.
I wonder about interactive views and automations, like when I tick this, it bells here and whistles there, unfortunately Dataview wasn't intended for the purpose
What kinds of bells and whistles would like to see with Dataview?
@@creadevlabs like I tick Done on a Task type and it changes Closed on the Order type(bind to this task) and sends notification to the Telegram client
Ah, I see. You're wanting a sequence of actions to be triggered based on an initial action. Yeah, Dataview isn't meant to do that. It makes me curious if there are other plugins that do add that kind of functionality. Time to do some research!
@@creadevlabs Thanks for this tutorial, very helpful! An idea for creating automations. Use dataview to create a list of items as external links that point to Apple Shortcut scripts. Something like ' elink("shortcuts://run-shortcut?name={shortcut Name} &input=text&text={input for shortcut}", "item name")' . Clicking a link would trigger a Shortcut. Apple Shortcuts can send messages to telegram and many other destinations.
Ooh! That's an interesting idea. That's something I'll have to experiment with. Thanks!
"Dataview: No results to show for list query." ? what is the reason of this ?
That means your query is written correctly, but there are no files that match the criteria.
Can you please create a proper play list of videos from zero to hero of obsidian I don't know nothing about obsidian when I see your playlist I feel the videos are jumbled in unordered way.
Please help me out
I’ve got a video where I combined several of my Obsidian for Beginners videos into one: th-cam.com/video/gafuqdKwD_U/w-d-xo.htmlsi=zv6OVvxhA0tdcSuJ
I’ve also got an Obsidian for Beginners playlist you can go through: th-cam.com/play/PLsntwn2ixQrOpEEkE8SMj1X4Kf-cOIVgD.html&si=-HxSEsou0h4J3jKs
Let me know if you have any questions!
can we connect!
Are there questions you have that I can help answer?
I agree with you that remembering the syntax for dataview queries is difficult. I think this indicates that the dataview syntax is not very intuitive and should be completely rethought out.
The syntax is very much based on SQL queries, which I’m guessing a lot of people are not familiar with. I hope providing templates for the queries can lower the barrier to entry for people.
Hi, 👋 I had gone through your first obsidian basic course, not getting time to spend on the rest of the videos.
can you please create a video on how to take notes quickly using a method.
Recently I saw this video
th-cam.com/video/445yxZbj4H4/w-d-xo.htmlfeature=shared
I liked his organisation of taking notes using para method But couldn't understand his explanation of taking notes as it is too fast and difficult to understand
Just have a glance on the above video, Can you please make a clear video on how to take notes perfectly linking and with less duplication of content, templates, data views etc, organizing etc
Are you looking for a video talking about quickly capturing notes, and not worrying as much about the organization?
@creadevlabs quickly capturing notes in an organized method like para as shared in the video above
Gotcha. That's something I can totally make a video about 😁
@@creadevlabs Hi buddy please make a video on what i suggested new year is coming still don't know how to capture notes with organizing