I last wrote about my Obsidian Setup way back in March. I was still finding my feet with Obsidian and trying lots of different things to see what worked well for me.
MACRO: Choose File From Folder List With Incremental-Search and AutoComplete - Macro Library - Keyboard Maestro Discourse
Use Case Provide an easy way to search/filter the list of files in a folder Allows user to use incremental search with autocomplete to search/filter a list of files in a selected folder User will be Prompted to Select the Target Folder Example Output Revised to exclude invisible files, and to sort files alphabetically Below is just an example written in response to your request. You will need to use as an example and/or change to meet your workflow automation needs. ~~~~~~~~~~~~~~...
#obsidian #zettelkasten #quickaddGetting your notes into Obsidian can be a bit of a chore. I find adding a book to my notes as I'm reading a book particularl...
This is a demo of how to use kanban and Dataview together
Get your message across with instantly shareable videos for work. Capture your screen, record your front-facing camera, and narrate it all at once, then instantly share with a simple link.
tadashi-aikawa/obsidian-another-quick-switcher: This is an Obsidian plugin which is another choice of Quick switcher.
This is an Obsidian plugin which is another choice of Quick switcher. - tadashi-aikawa/obsidian-another-quick-switcher: This is an Obsidian plugin which is another choice of Quick switcher.
"How to achieve" CSS code snippets - Share & showcase - Obsidian Forum
@Klaas @Rainbow_CH Tutorial video: The good news: I kept my promise and recorded a video on how to do these snippets The bad news: It was over 3 hours long and was mostly me rambling and going off on tangents. The better news: I was procrastinating important things this weekend. How is that better news?: It means that I downloaded resolve then spent the entire weekend playing around with it. I also managed to edit 3 hours of content down to under 12 mins. Here’s a link: https://youtu.be/Q5G...
🐍 obsidiantools: Python package for doing advanced analytics of your vault - Share & showcase - Obsidian Forum
obsidiantools 👋 Hi all, I’ve released a Python package called obsidiantools, available now through PyPI. obsidiantools is built upon common libraries in the Python data stack, like Pandas and NetworkX, to enable you to do advanced analytics of your vault and notes. Check out the Github repo: I am not a software engineer who does JavaScript or TypeScript - if someone wants to collab on integrating this package into an Obsidian plugin I’d be interested in exploring that! ...
mfarragher/obsidiantools: Obsidian tools - a Python package for analysing an Obsidian.md vault
Obsidian tools - a Python package for analysing an Obsidian.md vault - mfarragher/obsidiantools: Obsidian tools - a Python package for analysing an Obsidian.md vault
Recording of Obsidian Community Talk about the Buttons pluginButtons. What are they, what can you do with them, why will they make you a BILLIONAIRE. #STONKS...
The Beginner's Guide to Obsidian Notes Step-by-Step - The Productive Engineer
Looking to get started with Obsidian? This step-by-step beginner's guide tutorial will teach you everything you need to know about using Obsidian Notes with screenshots and video
In this video, We take a look at the Templater plugin by SilentVoid. Templater is a way to seriously supercharge templates. It is a template language that lets you insert variables and functions results into your notes. In this video, we take a comprehensive look at the file module which is an internal function of templater.
Links:
Templater(Github): https://github.com/SilentVoid13/Templater
Obsidian: https://obsidian.md/
☕️ Buy me a Coffee!! https://www.buymeacoffee.com/productivitygur
My Twitter: https://twitter.com/productivitygur
Timestamps:
0:00 Introduction
1:10 File Module Syntax
1:33 Content
2:56 Create new
5:01 Creation date
6:14 Cursor
7:26 Cursor Append
8:06 Exists
9:09 Folder
10:55 Include
12:02 Last Modified Date
13:03 Title
13:50 Move
15:32 Path
16:56 Rename
18:40 Selection
18:51 Tags
19:29 Combined Examples
#obsidian #productivity #templater #plugins
After uploading a video about using QuickAdd to my YouTube (set up as a way to keep track of what I’m learning with Obsidian), I was asked if I could show how I made a dictionary with Obsidia…
SlRvb's MediaDB Setup - Share & showcase - Obsidian Forum
My media database vault stores nearly all of the Entertainment media that I’m consuming (Excluding 1-off Youtube videos). ⚠ Note: This will probably be an easier read on either my Obsidian Publish site (better code readability) or my Quartz site (lightmode version) over reading it here on the forum, so I highly suggest you read it on either of those. Ultimately up to you where you decide to read this. Some parts have been truncated as the forum post has a character limit (which means ...
Make Obsidian a default app for Markdown files on macOS - Share & showcase - Obsidian Forum
This is a simple guide that will teach you how to configure macOS to automatically open markdown files (e.g. when double clicking a file in Finder): in Obsidian if the file is inside any of your Obsidian Vaults in other app of your choice (e.g. TextEdit or VSCode) if they are not in any Vault. Guide We are going to use default macOS tool Automator to create a trivial automation/application that will redirect the file you are trying to open into either Obsidian or other app of your choice. C...
"How to achieve" CSS code snippets - Share & showcase - Obsidian Forum
Image Flags Update (also img-grid) As others have pointed out, an obsidian update changed images from being inside a block level element “div” to an inline element “span” which initially broke all of the image flags. I did a quick update that fixed most of them. Some, however, relied on the functionality of a div and so I needed to find a way around that… Another issue with the change is that it broke the img-grid that many people were using. Many said it wasn’t able to be fixed, but I have ac...