All the Plugins I've in my Obsidian Vault (2023 Edition)

  Рет қаралды 4,212

Marco Serafini

Marco Serafini

Күн бұрын

Пікірлер: 28
@Marco_Mindstone
@Marco_Mindstone 4 ай бұрын
🚀 Subscribe to my bi-weekly newsletter for free: www.mindstoneconsulting.net/
@michaeltodd2012
@michaeltodd2012 Жыл бұрын
Awesome, thank you.
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
Thank you!
@Idritsch
@Idritsch 8 ай бұрын
hy there, not shure if its only on my side, but from timestamp 6:24 - 7:55 i have no audio, i tryed different browsers with the same result...
@Marco_Mindstone
@Marco_Mindstone 8 ай бұрын
Hey, unfortunately, I faced an issue with copyright related to the music. This is the transcript: ------------------------ MINIMAL THEME SETTINGS Now, the Obsidian theme I use is Minimal, and Minimal Theme Settings plugin is its best friend. It helps me to customize my Vault appearance by changing colors, fonts, layout and more. NATURAL LANGUAGE DATES The next plugin is Natural Language Dates. It allows me to insert timestamps and links to my daily notes with the flexibility of natural language. For example, to write the today’s date I can simply write `@today`. OBSIDIAN CHARTS Then I have Obsidian Charts. As the name suggests, this plugin let me create interactive Charts by using DataviewJS queries. For example, I use it to track my weight, and it looks like this. OBSIDIAN COLUMNS The next plugin is not a plugin I use so often, but sometimes I need to modify the layout of my note in different columns and I really like how Obsidian Columns works. I can build different columns by using a code block. For example, if I want to write 3 callouts in 3 different columns the syntax looks like this. ------------------------
@Idritsch
@Idritsch 8 ай бұрын
@@Marco_Mindstone Oh no.... unlucky, thank you for providing the script. i appreciate it a lot, have a nice weekend. and thx for the Video!!nice one
@andrescamilogonzalezaya2845
@andrescamilogonzalezaya2845 Жыл бұрын
I didn't know the functionality of custom frames. I tried harder to replicate Google Calendar and Chat GPT without good results, but this solution is easier and completely works for me. Thanks.
@Marco_Mindstone
@Marco_Mindstone 11 ай бұрын
Hi! Glad it helped you!
@mjylove2
@mjylove2 Жыл бұрын
thank you for the video. i am downloading local backup plugin, and reveal active file button plugin!
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
Two very simple and amazing plugins!
@thegoldentelevision
@thegoldentelevision 9 ай бұрын
Another great video Marco, have you compared the difference between Quick Switcher and Omnisearch?
@Marco_Mindstone
@Marco_Mindstone 9 ай бұрын
Hi Gino! I’m actually using Omnisearch now. Maybe I should make a video about this topic 🤔
@glvite
@glvite Жыл бұрын
Ciao Marco, thanks for the advice, very interesting. I tried using the columns plugin (to replace the CSS: MCL-Multicolumn that I am using), but I noticed that it fails to display the dataview queries! Do you know anything about this?
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
Hey, thank you! When you use Obsidian Columns with the codeblock syntax, the parent codeblocks must have more backticks (`) then their children codeblocks. In your case, since you want to write a dataview query (that requires 3 backticks), you need to write the "col-md" using 4 backticks, and the parent codeblock (the "col" codeblock) should have 5 backticks. The structure should be something like this: `````col ````col-md ```dataview ``` ```` ````col-md ```dataview ``` ```` `````
@glvite
@glvite Жыл бұрын
😪@@Marco_Mindstone, now working well. This is perfect! I Havefor you 2 extra questions: 1) Is there an Italian group of Obsidian users? 2) Meta-bind, I read 2 of your articles about the plugin and I have a problem: when I use code like: `VIEW[{a}*{b}][math:c]` the value that is passed to the metadata "c " is always a string and not a numeric data, how do I set "c" to a numeric value? In the meantime, thank you for your support, and above all congratulations on the courses and articles you keep, always interesting and detailed. All I have to do is wish you my best wishes for a HAPPY 2024.
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
@@glvite Glad it works well! About your questions: 1) I don't think there is an Italian group of Obsidian users, but you can find a dedicated "Italian text-channel" in the official Obsidian Discord server. 2) It's been a while since the last time I used Meta Bind, but I downloaded it again to test what you asked me and, first of all, I have to say "thank you!" because I didn't know Meta Bind released a "Button" feature! I was looking for a "Buttons Plugin" alternative for a client! With that being said, I don't think you can change the type of the value (at least for now) since, as the name suggests, it's just a "VIEW" field; it simply display your metadata, but it's not supposed to give you a result that you can work with. Even if you do something like this: `INPUT[number:a]` `INPUT[number:b]` `VIEW[{a}*{b}][math:c]` "c" will continue to be a string. Thank you very much and I wish you an happy new year!
@glvite
@glvite Жыл бұрын
Sin! I wanted to pass the result to metadata "C" which happens, but in numerical format, since it is a calculation! I solved it this way: I set the "C" metadata to a string. when I use it (for example in dataview) I change it to number with the number() function and everything seems to work. Many thanks and have a great day.
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
@@glvite Yes, that's the best solution :)
@RobertoCinetto
@RobertoCinetto 11 ай бұрын
Hey Marco! Thank you for your video. Question: how do I get the context menu (right click menu) like yours? Thanks!
@RobertoCinetto
@RobertoCinetto 11 ай бұрын
I solved! I had the "Native Menus" option enabled
@Marco_Mindstone
@Marco_Mindstone 11 ай бұрын
Perfect! Thank you Roberto!
@ivanmoniz5124
@ivanmoniz5124 10 ай бұрын
Can you do a video on the ledger plugin?
@Marco_Mindstone
@Marco_Mindstone 10 ай бұрын
Added to the list!
@ivanmoniz5124
@ivanmoniz5124 10 ай бұрын
@@Marco_Mindstone Thanks!! Keep up the Good workd.
@Mr.C0ffee
@Mr.C0ffee 8 ай бұрын
Why is there no audio?
@Marco_Mindstone
@Marco_Mindstone 8 ай бұрын
Hey, unfortunately, I faced an issue with copyright related to the music. This is the transcript from 6:24 to 7:55. ------------------------ MINIMAL THEME SETTINGS Now, the Obsidian theme I use is Minimal, and Minimal Theme Settings plugin is its best friend. It helps me to customize my Vault appearance by changing colors, fonts, layout and more. NATURAL LANGUAGE DATES The next plugin is Natural Language Dates. It allows me to insert timestamps and links to my daily notes with the flexibility of natural language. For example, to write the today’s date I can simply write `@today`. OBSIDIAN CHARTS Then I have Obsidian Charts. As the name suggests, this plugin let me create interactive Charts by using DataviewJS queries. For example, I use it to track my weight, and it looks like this. OBSIDIAN COLUMNS The next plugin is not a plugin I use so often, but sometimes I need to modify the layout of my note in different columns and I really like how Obsidian Columns works. I can build different columns by using a code block. For example, if I want to write 3 callouts in 3 different columns the syntax looks like this. ------------------------
@moofymoo
@moofymoo Жыл бұрын
emacs org mode for zoomers?
@Marco_Mindstone
@Marco_Mindstone Жыл бұрын
Well, at the end Obsidian is a “modern” markdown text editor, but with all the plugins you can choose from, it can be used for so many things!
How to Backup Your Obsidian Vault Using GitHub
8:24
Marco Serafini
Рет қаралды 7 М.
Obsidian Vault Creation | Episode 1: A Step-by-Step Journey
13:01
Marco Serafini
Рет қаралды 2,4 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
How to use Obsidian as CRM with Dataview and Metadata Menu!
12:07
Marco Serafini
Рет қаралды 12 М.
Top 10 Obsidian Plugins I Can't Do Without
9:05
Nicole van der Hoeven
Рет қаралды 609 М.
All the Obsidian Core Plugins (Obsidian Tour 2023)
26:26
Nicole van der Hoeven
Рет қаралды 15 М.
Obsidian for Beginners 2024
15:50
Gary Ruddell
Рет қаралды 31 М.
The 9 Best Obsidian Plugins You've (Probably) Never Heard of
9:10
Mike Schmitz
Рет қаралды 41 М.
12 Obsidian Plug-ins I *Actually* Use
12:37
Notebook Overload
Рет қаралды 108 М.
Obsidian Web Clipper: Seamlessly Capture & Save Content to Your Vault
11:43
Вам всем нужны эти плагины Obsidian!
8:29
ZProger [ IT ]
Рет қаралды 14 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН