it'is the video I was looking for ! thanks! clarity and well presented
@silviomercadante2337Ай бұрын
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Ай бұрын
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 :)
@rogiercenin2 ай бұрын
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Ай бұрын
Hi Rogier, are you referring to spaces in YAML or the folder spaces?
@jun6lee2 ай бұрын
Just a note to add. You could use :: instead of single if you don't want to move it up to properties up top.
@PaulDickson72 ай бұрын
@@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_roseus2 ай бұрын
It depends, if you put your tags inline like that tags:: my_tag Dataview can see it but not the Obsidian core
@PaulDickson72 ай бұрын
@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 :)
@trololoev18 күн бұрын
And what it will affect? @@Bos_roseus
@jakeail1995Ай бұрын
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Ай бұрын
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Ай бұрын
@@PaulDickson7 yeah i tried that as well but idk why it not working my obsidian tbh
@PaulDickson7Ай бұрын
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Ай бұрын
@@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Ай бұрын
Source mode can be very picky with spaces :)
@riccardoluise8630Ай бұрын
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Ай бұрын
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Ай бұрын
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
@KoolA1d45 минут бұрын
@Paul Dickson - you didn’t even explain wtf is going on with your template for the “Rating:” and “Priority” properties… WTF is “
@PaulDickson728 минут бұрын
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. I didn't cover this in much detail as I'm showcasing using the Modal Form method. 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
@geelws888020 күн бұрын
Idk if this would be helpful for me and my adhd 😅
@PaulDickson718 күн бұрын
If you need inspiration check out Bryan Jenks, ADHD is a super power