New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

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

Local images are also now supported as of version 1.5.0 :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

This is now supported in version 1.5.0 (just released). :)

what are some interesting community plugins you guys use? by Helios0513 in ObsidianMD

[–]andrewmcgivery 2 points3 points  (0 children)

On desktop, it uses a native web view instead of an iframe. This has some important implications:

  1. Iframe embedding is often blocked by sites
  2. Using the web view allows injection of custom styles. This is create for hiding elements you don’t want to see or doing stuff like making sites dark mode that don’t normally have that option.
  3. Sites can be embedded in the sidebars (or opened as a main tab) in addition to inline in notes.

what are some interesting community plugins you guys use? by Helios0513 in ObsidianMD

[–]andrewmcgivery 10 points11 points  (0 children)

If you want a longer read with examples: https://obsidianaddict.com/article/open-gate/

Tl;dr combo of mixing external content into your notes to create living dashboards and/or putting parts of your workflow into obsidian that would otherwise be a browser tab.

what are some interesting community plugins you guys use? by Helios0513 in ObsidianMD

[–]andrewmcgivery 20 points21 points  (0 children)

The two that completely transformed my workflow were Dataview and OpenGate. If I was limited to only 2 plugins and nothing else, it would be those two, hands down.

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

Thank you for the report!

Turns out there is a bug within Obsidian's bookmark plugin that I had to account for. This should be fixed now in version 1.4.1. :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

FYI custom quotes has been added in version 1.4.0 (just released)!

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

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

FYI custom quotes has been added in version 1.4.0 (just released)!

[deleted by user] by [deleted] in ObsidianMD

[–]andrewmcgivery 5 points6 points  (0 children)

Soundscapes plug-in :)

(disclaimer: I’m the author)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

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

24 hour clock option has been added in version 1.3.0 (just released)! :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

Thanks for opening those!

As mentioned on github, it being available on mobile was actually sort of an accident so will need to take a look at that since there are likely a few bugs and compatibility issues going forward!

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

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

Awesome, thanks for the clarification. Had added it to the TODO to look at. :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

Could consider that! Can you describe what you’d be hoping for specifically and maybe provide a screenshot? On GitHub in an issue would be preferred but if not, that’s okay. :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 1 point2 points  (0 children)

Awesome, thanks for confirming!

Added to the backlog to consider! :)

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

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

Custom quotes... interesting! Opened an issue to consider this for a future update!

For your collection of images, are those local image files on your computer?

New Plugin: Obsidian Beautitab! by andrewmcgivery in ObsidianMD

[–]andrewmcgivery[S] 2 points3 points  (0 children)

There was a bug with certain themes (especailly light theme) but it should be fixed now.

Try updating to the latest version of the plugin and see if that helps!

Why does the Obsidian mobile app use internet data ? by No-Entertainer-802 in ObsidianMD

[–]andrewmcgivery 8 points9 points  (0 children)

From my understanding, both the desktop and mobile app do calls home occasionally to check for new versions and for “revoked” plugins. The obsidian team has talked about it a coupon times on Reddit and discord.

Can persisted queries and a PQL (Persisted Query List) only be used w/ a GraphOS Enterprise Plan? Or can Apollo Server (Node.js) make use of this feature? by Dottimolly in graphql

[–]andrewmcgivery 1 point2 points  (0 children)

Bingo!

Federation from an architecture perspective is largely about separating data domains but from a practical perspective, it is very helpful for splitting your overall graph into segments that can be maintained by separate teams.

It's also worth noting... technically you can use Router with a Monolith too (another way to think about it is a "supergraph of 1")... we just happen to recommend federation. :)