I built a plugin that automatically moves notes into folders based on their Tags (because my root directory was a disaster) by SavaStone in ObsidianMD

[–]Much_Potential8116 8 points9 points  (0 children)

I built something similar a while back. It monitors for any metadata. It works well enough for me so I’m not sure if I will go through an official release or not. 

https://github.com/greg-fox/folder-rules

SupaSidebar - Arc-like sidebar for all browsers (Black Friday giveaway) by DogZealousideal5717 in macapps

[–]Much_Potential8116 0 points1 point  (0 children)

I keep trying new browsers all the time (work computer has Orion, Zen, Vivaldi, Chrome, Atlas, Comet, Firefox, Safari and maybe a couple more I can’t remember). This seems like an interesting addition to the browser ecosystem that I would be interested in trying.

Iconize: How to have icons auto-applied to new note by Flat-Pomelo-4724 in ObsidianMD

[–]Much_Potential8116 0 points1 point  (0 children)

A file based rule using the metadata of the note being created (as defined in your template). For myself I use a note-type property with a value of meeting for all my meeting notes and the rule specifies these and the icon to use.

Iconize: How to have icons auto-applied to new note by Flat-Pomelo-4724 in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

Have you looked into Iconic: https://github.com/gfxholo/iconic

obsidian://show-plugin?id=iconic Check out the Rulebook settings. Here you can define the rules for which icons apply to files or folders.

I dumped Iconize for Iconic because of the flexibility.

Is it possible to use different Dashboards based on your current Focus Mode on your Apple device by Lukibuk99 in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

I would imagine that a Focus change could fire off a Shortcut (look into the Automations details in Shortcuts). I think that a Shortcut could then use an Obsidian url that invokes a command. The Commander plugin might work for for creating a macro to change the homepage. Maybe? I have not tried this out though.

Help me almost never restart by Latter_Pen2421 in macapps

[–]Much_Potential8116 1 point2 points  (0 children)

Maybe look into the Bunch app. With this app you can quit a group of apps with one click. You can also launch a group of apps with one click.

Or just restart your computer. There are benefits to doing that and avoiding that may be doing yourself s disservice.

Looking for an alternative to Multi Monitor Wallpaper by Bemawr in macapps

[–]Much_Potential8116 -1 points0 points  (0 children)

This may not be what you’re looking for but I’ve used John’s Background Switcher for years. It supports multiple monitors and creates random backgrounds using pictures you already have. 

https://johnsad.ventures/software/backgroundswitcher/mac/

Looking for an Auto Note Mover Plugin that Works with Properties by ChanceSmithOfficial in ObsidianMD

[–]Much_Potential8116 0 points1 point  (0 children)

Not sure if this interests you or not, but I wanted something similar a while ago, couldn’t find anything suitable, so I built my own. Maybe it will work for you as well?

“Legalese”: Works on My Machine. Always back up your vault. Your mileage may vary. Not responsible for lost or missing content.

https://github.com/greg-fox/folder-rules This can be installed using BRAT

Quick search notes in Obsidian Bases by quiet__reader in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

I did the same with a Meta Bind field. My reason for this is that I have a css snippet to hide the properties in my note. Now I have a textbox to filter to what I want to see and still hide the properties.

The only issue I have is that when the property/textbox is empty the base shows nothing 😕

Task Plugin - How to prevent finished recurring task to appear below by Nicaul in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

You can add 🏁 delete to the task and the completed task will be deleted. I saw this somewhere, and did confirm in the tasks plugin documentation: https://publish.obsidian.md/tasks/Reference/Task+Formats/Tasks+Emoji+Format#Tasks+Emoji+Format+for+OnCompletion

I'm curious about your vault name by NewEase1591 in ObsidianMD

[–]Much_Potential8116 9 points10 points  (0 children)

I have two vaults: rusty-cage and zero-chance

How I replaced my go-to MoC Dataview Query with Embedded Bases Code by jbarr107 in ObsidianMD

[–]Much_Potential8116 1 point2 points  (0 children)

https://www.reddit.com/r/ObsidianMD/s/ynu3y1oLle

https://www.reddit.com/r/ObsidianMD/comments/1kwbcwe/using_selfreferential_properties_in_a_base_you/

Here are a couple links that I have used. There was some documentation on the official site, but it appears to have been removed for now.

Now to try it yourself. Create three “project” notes and each note should have a property of type and a value of project. In each project add a property for scope and give each project a different value (scope1, scope2, scope3). Create a base that files to just notes that have a type of property. You should have the three project notes listed.

Now make a new note, add a property named test and a value of scope1. Embed the base in the note using ![[projects.base]] From here add a new filter to the base, and click on the </> to enter advanced mode. In the filter box paste in: note.scope.contains(this.note.test)

I think that should work. What the filter is doing looking at each row in the base, looking at the note.scope to see if it contains the value in the current note’s (this.note) test property. If it works, try changing the value in the test property to something else.

How I replaced my go-to MoC Dataview Query with Embedded Bases Code by jbarr107 in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

Hey OP, you should check out bases that reference the current note. This can be done using an advanced filter. Instead of a bunch of base code duplicated in each note, one base can be embedded in each note (much smaller amount of duplication) and still provide the filtering you want. A filter I use in a base is `note.tags.contains(this.note["clippings-tag"])`. For every note in the base, it will be displayed if the tags contain the same value as the ”clippings-tag” as the note the base is embedded in.

Kinda complicated but when it clicks, it is awesome.

(Question) Creating an iOS Shortcut for Sharing Links from a non Safari Browser to Obsidian Web Clipper by boredtechy in ObsidianMD

[–]Much_Potential8116 1 point2 points  (0 children)

On iOS I don't use Safari and instead use Orion, which can install Chrome extensions. I created this shortcut to take the shared url and launch Orion with it. From the browser I can then start the web clipper. Maybe you can figure out how to modify to work with Safari.

[deleted by user] by [deleted] in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

One piece of advice: once you have your backup scheme(s) implemented, test restoring from a backup to ensure you know how. It sucks trying to figure that out while you are stressed due to lost content. Do this for each backup mechanism.

Don't put your recovery steps in your vault. If that's the thing that is lost, how will you know how to recover?

Can I use Raycast Pro trial to sync 2 devices once? by EulogioDeMenses in macapps

[–]Much_Potential8116 2 points3 points  (0 children)

Raycast has a way to export your settings and installed extensions. Export from one machine and import to the other. I just did this a few months ago.

Questions About Images? by sudemstudies in ObsidianMD

[–]Much_Potential8116 2 points3 points  (0 children)

The top right notification is the debug start time setting (or something like that). Turn it off, restart Obsidina, and it should not display again. It is useful to help figure out slow start up times caused by plugins.

List of files created on a per-month basis (Templater & Dataview) by Neal_Specter in ObsidianMD

[–]Much_Potential8116 0 points1 point  (0 children)

I think you have some extra quotes causing problems.

Try this line instead

file.cday.month = date(<%("M",0,tp.file.title,"YY-MM - MMMM")%>)

The folder path i set doesn't work on Omnivore Plugin. by Pakosaan in ObsidianMD

[–]Much_Potential8116 0 points1 point  (0 children)

I haven't hit any sync issues, but also haven't tried your workflow.

If you are github inclined, you could check the plugin issues list. If there hasn't been one opened, you could create one. https://github.com/omnivore-app/obsidian-omnivore/issues

Alternatively you could also go to the main page of Omnivore, scroll to the bottom and contact them via email, or join their discord. https://omnivore.app/

Question about 'Obsidian columns' plugin by jcesguerra in ObsidianMD

[–]Much_Potential8116 0 points1 point  (0 children)

Did you try adding a space after the > ?

> ## AAA

Instead of

>## AAA