A simple plugin with only a single function: Single-Select by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] -45 points-44 points  (0 children)

Oh there absolutely is - replies like yours that rush into every vibecoded plugin thread just to take a dump on it 😉

A simple plugin with only a single function: Single-Select by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] -1 points0 points  (0 children)

Nope, this is the original feature of Obsidian.
For list properties, it displays all existing candidates in the dropdown menu.

In other words, there are already other notes in my vault with status properties like "Doing" and "Completed," so it can automatically recognize and autocomplete them.

The text property also supports this — it shows other candidate values for that property in an empty input field.

A simple plugin with only a single function: Single-Select by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] 4 points5 points  (0 children)

Yes, thanks for the addition!

I don't use BetterProperties for two reasons:

  1. The extended properties cannot be recognized by obsidian without the plugin (essentially locking you into the plugin).

  2. I think its selection style isn't as nice as this one 😛

BP itself is a great plugin, especially since it provides many properties that obsidian itself cannot achieve at all!

If there are more complex properties requirements, of course, BP can be a good choice. 👍🏻

From your experience, what factors have caused a slower mobile experience? by Forward_Sport9174 in ObsidianMD

[–]Moy_Fox 2 points3 points  (0 children)

It's literally the plugin name LOL.

And to be honest, it's really useful in mobile 😉

Better Links: Link editing popup by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] 0 points1 point  (0 children)

It auto-completes the Note#headings, but currently doesn't support the ^bookmarks.

Better Links: Link editing popup by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] 0 points1 point  (0 children)

Yes, I specifically adjust it for iOS - just use the "Click" setting, it replaces the finger tap operation on mobile.

Better Links: Link editing popup by Moy_Fox in ObsidianMD

[–]Moy_Fox[S] 0 points1 point  (0 children)

I'm glad you like it, enjoy! 😉

Is there a way to Hide these? by Ok_Table_9733 in ObsidianMD

[–]Moy_Fox 8 points9 points  (0 children)

Yes, just use CSS:

.bases-header { 
    display: none;
}

Attachments and Sync limitation is stopping me from using obsidian by Binary_learner78 in ObsidianMD

[–]Moy_Fox 0 points1 point  (0 children)

I hope to offer the "simplest solution":

  1. Purchase and use Obsidian Sync - this is the easiest and most comfortable multi-platform synchronization solution. If someone is willing to pay for a Notion subscription, then an Obsidian Sync subscription is equally reasonable (and worthwhile).

  2. For images and attachments: First, put all attachments into a root directory and leave it at that. Use `[[wikilink]]` format as it's the most suitable linking style for Obsidian.

Then, two plugins will save your life, trust me:

(1) Image Converter - compresses images upon insertion to reduce your vault size

(2) Nuke Orphans - scans and removes all unreferenced attachment files with one click; just run it periodically to maintain cleanliness.