Stop Wasting Time in Obsidian:: Mastering YAML properties

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 40

  • @riadboukraa7473
    @riadboukraa7473 3 місяці тому +3

    it'is the video I was looking for ! thanks! clarity and well presented

  • @omegabyte400
    @omegabyte400 14 днів тому

    Do you share the css snippet for hiding properties until you hover? I've tried a few I found online but they're clunky and don't match up with what I've seen in your videos. I did check the free toolkit and snippets weren't there, is it in the Pro kit?

    • @PaulDickson7
      @PaulDickson7  14 днів тому +1

      Hi Omegabyte, this one is available for Free via KoFi ko-fi.com/s/540202a7df
      Just note that if you have a lot of properties it does cut of some at the bottom.

  • @rogiercenin
    @rogiercenin 3 місяці тому +2

    Very helpfull! Thank you. Can you maybe also show / instruct on 'Spaces'? I am struggeling because they seems to be also properties. Any way, again thanks for this video!

    • @PaulDickson7
      @PaulDickson7  3 місяці тому

      Hi Rogier, are you referring to spaces in YAML or the folder spaces?

  • @xitement7504
    @xitement7504 14 днів тому

    Question: Will the YAML [[]] links change if you rename them in YAML like so "[[]]"

    • @PaulDickson7
      @PaulDickson7  14 днів тому

      I would use "[[Note Name]]" so it remains valid YAML and clickable

  • @silviomercadante2337
    @silviomercadante2337 3 місяці тому +1

    Thank you for this video Paul. A question unrelated to the main topic: how do you format your tables in this beautiful way? Cheers!

    • @PaulDickson7
      @PaulDickson7  3 місяці тому +1

      Thank you Silvio. I use a combination of the Minimal Theme + Minimal Theme Settings, Style Settings Plugins and Custom CSS Snippets for Tables. Only use CSS for my LifeOS but the rest of the vault uses the Minimal Theme :)

  • @jun6lee
    @jun6lee 3 місяці тому +5

    Just a note to add. You could use :: instead of single if you don't want to move it up to properties up top.

    • @PaulDickson7
      @PaulDickson7  3 місяці тому +1

      @@jun6lee I did consider adding :: inline metadata with the search and replace feature in Visual Code but ended up opting for properties up the top for more control.

    • @Bos_roseus
      @Bos_roseus 3 місяці тому +1

      It depends, if you put your tags inline like that
      tags:: my_tag
      Dataview can see it but not the Obsidian core

    • @PaulDickson7
      @PaulDickson7  3 місяці тому

      @Bos_roseus: That was my main concern also. Dataview can see it but Obsidian Core can't. I decided to make a small mention of inline metadata at the end of the video as I have a feeling it was going to be mentioned in the comments :)

    • @trololoev
      @trololoev Місяць тому

      And what it will affect? ​@@Bos_roseus

  • @ritchiee1980
    @ritchiee1980 20 днів тому

    Another great video Paul! Quick question, have you ever struggled with the date property? I cannot make the date to get updated automatically when I create a new note.
    Any tips to make this work?

    • @ritchiee1980
      @ritchiee1980 20 днів тому

      One more thing, what would be the difference in your system between the tags and topics. They seem to have the same repeated words with small variations.

    • @PaulDickson7
      @PaulDickson7  20 днів тому +1

      @@ritchiee1980 my thought process is by linking to a Topics, this allows connections to emerge over time which can be upgraded into a Map of Contents or Content Map. For example "Focus" then all the Notes about Focus on the Topic Page. Tags on the other hand just showing me everything related to that Topic "Focus" which might be useful in Graph or Tag Search.

    • @PaulDickson7
      @PaulDickson7  20 днів тому +1

      @ritchiee1980 I have experienced a lot of issues with the Date Property in Obsidian (when using templater)
      I use a few method to get around this depending on what's in my template.
      Option 1
      Date-Added: "[[{{date:YYYY-MM-DD}}]]"
      Option 2
      Option 3
      > Date: [[]]

    • @ritchiee1980
      @ritchiee1980 19 днів тому

      @@PaulDickson7 ... Thanks a lot! I tried all of them but I am afraid none of them worked. For a moment, I thought the last one would do the job but it kind of messed with all the other properties when creating a new note.
      I hope the Obsidian team get that to work smoothly for future releases. For the time being I will just have to do it manually.
      Thanks for your response Paul! You are my favourite obsidian video creator!

    • @ritchiee1980
      @ritchiee1980 19 днів тому

      @@PaulDickson7 .... I have a better understanding about it now. I have seen that other people using the same strategy but I didn't really understand why they were getting that repeated in the tag and topic section until now.
      I would appreciate a lot if you could get to record a video where you dig deep into MOCs creation. I have seen Nick M videos in the past but I would like to upgrade it. I think you might have a more modern and sophisticated approach to them.
      Kind regards,

  • @jakeail1995
    @jakeail1995 2 місяці тому

    i just notice but how did you make the link in yaml turn into actual link when in reading mode? coz mine don't even when i type it in like you did in the video

    • @PaulDickson7
      @PaulDickson7  2 місяці тому

      Hi Jake. If you wrap your link in quotes it should show in reading mode. Topic: “[[Obsidian]]” set the property type to list if multiples

    • @jakeail1995
      @jakeail1995 2 місяці тому

      @@PaulDickson7 yeah i tried that as well but idk why it not working my obsidian tbh

    • @PaulDickson7
      @PaulDickson7  2 місяці тому +1

      Instead of adding the Link in Source Mode, see if you can add it in the Live Preview. Inside the Property Field, start typing [[ then the name of the note you want to link to. Choose the note and Obsidian with auto format the YAML for you. Make sure the note you're linking to exists. Do you show your properties in your Note?

    • @jakeail1995
      @jakeail1995 2 місяці тому

      @@PaulDickson7 thank you it work in live preview, still don't get why it don't work in source mode but i atleast i find a way to do it now

    • @PaulDickson7
      @PaulDickson7  2 місяці тому

      Source mode can be very picky with spaces :)

  • @riccardoluise8630
    @riccardoluise8630 3 місяці тому

    This looks cool but I don't have the properties you have, how can I have those? Should I delete types.json or how can I make it generate a new one or a correct one? The properties I see are:
    aliases
    link
    links
    tags
    cssclasses
    excalidraw-autoexport
    excalidraw-border-color
    excalidraw-css
    excalidraw-default-mode
    excalidraw-embeddable-theme
    excalidraw-export-dark
    excalidraw-export-embed-scene
    excalidraw-export-padding
    excalidraw-export-pngscale
    excalidraw-export-transparent
    excalidraw-font
    excalidraw-font-color
    excalidraw-link-brackets
    excalidraw-link-prefix
    excalidraw-linkbutton-opacity
    excalidraw-mask
    excalidraw-onload-script
    excalidraw-open-md
    excalidraw-plugin
    excalidraw-url-prefix

    • @riccardoluise8630
      @riccardoluise8630 3 місяці тому

      Ok after few hours of banging my head I think I solved:
      - Removed all properties from all notes (not many as the vault is new)
      - Unassigned all that I'm allowed to, remains aliases, cssclasses and tags
      - Now the types.json is finally very empty and clean
      - I am able to add new properties from the code view

    • @PaulDickson7
      @PaulDickson7  3 місяці тому +1

      Hi Riccard, anything with prefix excalidraw is related to the Excalidraw plugin. YAML Properties are added to Markdown Notes (.md files)
      Happy you were able to work it out but still a little confused why you're making changes to .json file
      Doc - help.obsidian.md/Editing+and+formatting/Properties

  • @xitement7504
    @xitement7504 14 днів тому

    wait! what is this 1:30 FILTERING!!! how? and the search? i need that! haha

    • @PaulDickson7
      @PaulDickson7  14 днів тому

      Check this video out :) ua-cam.com/video/vP6tA40_Bcs/v-deo.htmlsi=6gxYR50qY9p8KMj8

  • @KoolA1d
    @KoolA1d Місяць тому

    @Paul Dickson - you didn’t even explain wtf is going on with your template for the “Rating:” and “Priority” properties… WTF is “

    • @PaulDickson7
      @PaulDickson7  Місяць тому

      HI KoolA1d, when the TP System Suggestions Templater Syntax executes it starts with the first YAML property and asks you to pick from a list of pre-defined YAML values. If this templater feature is something you're interested in learning I would recommend checking out the Templater Docs at silentvoid13.github.io/Templater/internal-functions/internal-modules/system-module.html
      Apologies I skipped over it

  • @geelws8880
    @geelws8880 Місяць тому

    Idk if this would be helpful for me and my adhd 😅

    • @PaulDickson7
      @PaulDickson7  Місяць тому

      If you need inspiration check out Bryan Jenks, ADHD is a super power