How To Use Obsidian: Properties, DataView, & ONE HUGE PROBLEM TO AVOID

How To Use Obsidian: Properties, DataView, & ONE HUGE PROBLEM TO AVOID

+1creator

10 месяцев назад

22,040 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@williambell4591
@williambell4591 - 12.05.2024 15:41

I spent a good amount of time last night adding "Front Matter Properties" to my page, I got to the point where I added "scene" as a property and then I added two values "outdoors" and "indoors" for one of my test pages.

My DataView query was: where scene = ["indoors"] or scene = ["outdoors"]

I noticed if the Scene has only ONE property assigned, the DataView works, but if I have BOTH properties assigned, the query doesn't show anything??

I even tried the same using the tags property - no joy?!

I was up late researching the query language etc., when I ran across something that said (paraphrasing) "having MULTIPLE values doesn't currently work"

This is a deal breaker for me if I can't figure out how to have a Dataview return results when there are multiple values in a property??!

Is there perhaps a "List Query" that I need to learn / use since I'm looking to test for multiple values (List), in a property?? A plugin?, a way to code this myself?

Any thoughts appreciated!

Ответить
@williambell4591
@williambell4591 - 12.05.2024 01:58

As someone who is just starting to use Obsidian, this video is PRICELESS!

I have a HUGE (with a 'B') movie and photo collection and I'm attempting to use Obsidian (especially being able to link to files on my computer!), as a means to catalog my zillions (again w\a 'B') of files.

I'm also using the Media Extended Community plugin which allows me to create time-stamped notes and take screenshots from the media player while playing through the videos- NICE! 👍

THANKS so much for teaching the use of Properties and the Dataview - PROPS!

Edit - AND you saved me from having to remove zillions of spaces from within my property names once I start using the Dataview! 👍💯

Ответить
@PaulDickson7
@PaulDickson7 - 07.04.2024 06:54

I have been using Obsidian for about a year and a half and have also ignored YAML due to formating and not liking it sitting at the top of my notes. Ended up laying out properties the same way as you did. Now Obisidian have improved how properties are displayed I may start changing how I enter meta data moving forward.

Ответить
@commonchild3054
@commonchild3054 - 04.03.2024 09:12

my man, this is an awesome explanation of properties and how to use them. I know Obsidian pretty well, but overthink it so much. Your videos are refreshing and inspiring. Your pacing is great, and your tone is super friendly. Looking forward to watching more!

Ответить
@fluxobing
@fluxobing - 16.02.2024 01:55

i hope someone told you already to a) read the error message at least once b) you have to use "-" for the space " " in the attribute and no matter your case, they are all lowercase written in the view. you must be terrible at googling, no insult.

Ответить
@angstrom1058
@angstrom1058 - 11.01.2024 08:06

Thanks for this. Your videos are great. Very helpful :)

Ответить
@ConradCarriker
@ConradCarriker - 09.01.2024 02:48

thanks man, you made this easy to understand. I am glad you saved me time on the 'space' problem.

Ответить
@arcuscerebellumus8797
@arcuscerebellumus8797 - 01.01.2024 15:35

Dude, you don't have to rename your fields if they have spaces -> use "release-date"... rtfd

Ответить
@xtrailz
@xtrailz - 27.12.2023 15:01

black-and-white should be a toggle like Yes/No rather than a tag. It only has two states.

Ответить
@heinzerbrew
@heinzerbrew - 19.12.2023 05:53

couldn't you use quotations for values that contain a space? Does anyone know if that works?

Ответить
@SilviaRguez
@SilviaRguez - 13.12.2023 02:33

In order to change Release Date in all files in your vault or only under your Movies folder, you can use a program called Notepad ++. It is a Open Source text editor than can replace text strings in all the files in a folder for example

Ответить
@MarkWhich
@MarkWhich - 06.12.2023 15:56

Never understood what Properties so never used them until I watched this video, i'm I''ll be using them now with an extra spice with the Dataview plug-in/.

Ответить
@DanteMishima
@DanteMishima - 29.11.2023 03:54

Technically, all that was done is make frontmatter look "nicer"

The issue you had with the tag being split is one of the reasons I won't switch to properties. I have a better handle of what's going on if I can see what the actual values are (not something I've clicked)

Ответить
@tummalatube
@tummalatube - 02.11.2023 14:06

1) Is there a way to copy the result of a Dataview query from obsidian and paste it into Notepad/MS Word/Excel etc. Any plugin which can help us in doing this?

2) If i have text in obsidian with formatting like [[ ]], bold etc.., how can i copy the text without formatting/[[]] and paste it into notepad/MS Word as plain text?

Thanks in advance for your help.

Ответить
@amanda-hibiscus
@amanda-hibiscus - 28.10.2023 19:59

Jonathan, thank you for this very approachable video for the curious but average person! Very helpful!

Ответить
@BuddhaNatureOfTheGrind
@BuddhaNatureOfTheGrind - 16.10.2023 22:11

I'm unsure if these comments covered this, but "Release Date" can be a valid property name. If you want to use that property in Dataview, you can use "lower kebab case" in your query. In this case, you would use "release-date." All lowercase with spaces replaced with a dash.

Ответить
@JOSHUAPAIK7
@JOSHUAPAIK7 - 16.10.2023 16:51

Thank you for your great in depth review for this particular, important subject! Handling database in Obsidian! Thanks a lot!

Ответить
@SteveJohnSteele
@SteveJohnSteele - 15.10.2023 13:36

I've watched a lot of videos on DataView and this is the first one I actually understand. Thank you.

Ответить
@SteveJohnSteele
@SteveJohnSteele - 15.10.2023 13:05

I had a problem with dates. Some of them I knew the whole date, some only the year and month, and some only the year.
In the end I opted for "Text" and using the "YYYY-MM-DD" format which worked even when I only had "YYYY".
Since 1999 is before 1999-12-01 in alphabetical order!

Ответить
@user-ff4jp4cj5j
@user-ff4jp4cj5j - 14.10.2023 19:39

Thank you very much for your sharing, since Obsidian updated to version 1.4, my DataView lookup syntax is not working, I tried to find the solution through Google, but I didn't find it, which wasted me a lot of time!😭 Through your sharing I have now successfully displayed my DataView table, thanks again!❤

Ответить
@salman_babar
@salman_babar - 13.10.2023 16:12

why google Datview code
why NOT chatGpt?

Ответить
@markcoren2842
@markcoren2842 - 12.10.2023 20:34

Useful video. I'm new to Obsidian but well versed as a dev. It's been very helpful to get practical insights into how it's used in a real world scenario that's not academically oriented. I'm looking forward to watching more of your videos. Thanks for taking the time to share all of this knowledge!

Ответить
@AnarchySane
@AnarchySane - 10.10.2023 20:11

Useless video. The YAML standard does not imply spaces in properties. Just read a d*mn instructions.

Ответить
@Temmie_Dola
@Temmie_Dola - 03.10.2023 16:30

dataview is so usefull i wonder why dont they implement that function natievly like they did with properties

Ответить
@user-kx9sk6eg9p
@user-kx9sk6eg9p - 03.10.2023 00:24

Thanks, A new subscriber now🎉🎉🎉

Ответить
@jcbrown00
@jcbrown00 - 29.09.2023 16:34

Thanks for exposing your mistakes! Helpful to see vulnerabilities and how you worked around them. I wonder if the HTML trick for "spaces" might also work? Because that markup language doesn't parse spaces correctly either, you can use "&nbsp" (the crazy letter codes between the quotes) to tell the language that you need a space. So maybe you can keep your "Release Date" property with the space (no quotes), but in the dataview, maybe you can try "&nbsp" (again, no quotes) to call an item with a space. Dunno...worth a try. And since I'm super novice and only setting up my first vault, I'll have to try this when I get around to dataview later!

Ответить
@bobanderson1727
@bobanderson1727 - 29.09.2023 03:32

I didn't know Obsidian was this capable. I was thinking it was just a way of automagically linking notes together. I think you've struck gold! Now I'm going to have to take a much deeper look at using Obsidian. I had almost "written it off" as just another notes keeping program with hyperlinks. Now I'm beginning to understand that Obsidian may be something really special. Thanks for making this video, and please don't call yourself an "Idiot". You just hadn't learned all the details of creating a query. Now we've both learned something new. Probably more folks, too....

Ответить
@qwertyqart
@qwertyqart - 23.09.2023 21:27

how can I set it up that properties automatically is added to every note and then ideally, even populated with creation time and last updated?

Ответить
@PapoochCZ
@PapoochCZ - 20.09.2023 04:41

You can just wrap "Release Date" in quotes in the dataview

Ответить