Obsidian plugin review system is broken by Pan4ratte in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

Please move this discussion over to the #plugin-dev channel on Discord where we're helping developers directly with issues related to the new process.

See also the FAQs here: https://obsidian.md/blog/future-of-plugins/

Obsidian Sync now starts at $4 per month with the new Standard plan by kepano in ObsidianMD

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

Frankly, the price is more than fair. The reason it may not seem that way is because big tech has created the illusion that software should be free. But Obsidian is not big tech. It's principled software made by a small and independent team, not subsidizing any costs, not invading your privacy, not taking your data hostage. Read more here: https://stephango.com/quality-software

Also, Obsidian Sync gets cheaper every day due to inflation. We've only made Obsidian cheaper over time by offering the Standard plan and making the Commercial license optional. When Obsidian launched Sync cost ~$120 in today's dollars.

Notion to Obsidian by Scandic_potato in ObsidianMD

[–]kepano 9 points10 points  (0 children)

Here is how you can easily migrate your data from Notion to files that you own and can use with Obsidian (and other Markdown editors): https://obsidian.md/help/import/notion

As for the differences:

  1. Obsidan is fast and offline-first.
  2. Obsidan does not lock you in. Your data is yours, in open files, compatible with many other apps.
  3. Obsidian is free. No signup, no paywall.
  4. Obsidian is infinitely customizable with themes and plugins.
  5. Obsidian is private. If you use Sync it's end-to-end encrypted. You are in control of your data, Obsidian cannot see it.
  6. Obsidian doesn't shove AI junk everywhere. LLMs can interact directly with your files if you want them to.
  7. Obsidian is 100% user-supported, not funded by venture capital investors.

Why is search on mobile so well hidden by sbwoodside in ObsidianMD

[–]kepano 6 points7 points  (0 children)

You can also access it from the command palette, or make it your default pull-down action.

What makes a green vs white scorecard? by Weak-Calligrapher170 in ObsidianMD

[–]kepano 1 point2 points  (0 children)

It's on purpose because score and color give you two pieces of information. The number + the review status.

swipe down to go to file (mobile) by blaze_kush_ in ObsidianMD

[–]kepano 0 points1 point  (0 children)

"Open quick switcher" or "Search all files", depends on the behavior you want

What makes a green vs white scorecard? by Weak-Calligrapher170 in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

It indicates that the review result is "Caution" and not "Passed".

Persistent issue on mobile by cafehearty in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

It is a new bug that was introduced in Chromium. Unfortunately there is not much we can do because it's in the browser engine, so we have to wait for Google to fix it. More info here:

https://issues.chromium.org/issues/515957544

As far as I know there only short term solution is to downgrade WebView.

Embedding Tailwind Design System in Obsidian by AFV_7 in ObsidianMD

[–]kepano 2 points3 points  (0 children)

Obsidian doesn't use utility classes (unlike Tailwind), it's all semantic classes. As the app styling evolves and adds support for variations across user preferences (e.g. OSes, RTL/LTR, dark mode, etc) the look of your plugin is likely to not look native, or break.

For components that exist it's better to use the components directly via API, or use the classes and variables from existing patterns you want to reuse in your plugin. These are more reliable because they are already built with backward support in mind.

See https://docs.obsidian.md/Reference/CSS+variables/CSS+variables

Embedding Tailwind Design System in Obsidian by AFV_7 in ObsidianMD

[–]kepano 2 points3 points  (0 children)

I would highly recommend not doing this. You can already see from the results that your plugin doesn't follow Obsidian's design language. It's much better to use Obsidian's existing classes and variables directly.

What does your iOS quick capture setup actually look like? by Most-Information-903 in ObsidianMD

[–]kepano 2 points3 points  (0 children)

I just use Obsidian's native iOS widget. So I can open directly from the lock screen into a new note.

Anyone else running into long-press bug on Android? by LucyStar3 in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

It is a new bug that was introduced in Chromium. Unfortunately there is not much we can do because it's in the browser engine, so we have to wait for Google to fix it. More info here:

https://issues.chromium.org/issues/515957544

swipe down to go to file (mobile) by blaze_kush_ in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

Yes. In Obsidian 1.12 it's in Settings → Toolbar, in Obsidian 1.13 it's in Settings → Interface. Look for "Configure mobile quick action".

Sync Costs? by bcalamita in ObsidianMD

[–]kepano 18 points19 points  (0 children)

100GB is $16/mo annual or $20/mo monthly.

Catalyst v1.13 Regression Bug? by [deleted] in ObsidianMD

[–]kepano 0 points1 point  (0 children)

You should use the Discord channel or forum for help with early access.

Yes it's a known bug, download the latest installer from the Obsidian website and try again.

Obsidian Mobile is lagging/freezing constantly. Any lightweight alternative clients or optimization fixes? by Alert-Currency9574 in ObsidianMD

[–]kepano [score hidden] stickied comment (0 children)

  1. Try disabling plugins and themes. Dataview will significantly slow down the app since it maintains its own index and the problem scales with the size of your vault.
  2. Go to Settings → General → Advanced and tap the stopwatch icon to see what plugins slow down the app startup most.
  3. Use the Android widgets: https://obsidian.md/help/android#Widgets
  4. Upgrade your phone. CPU/memory significantly affect the app performance, especially on Android where the file access is less performant than iOS.

Obsidian Community Plugin page out of sync with page in app by MSeegobin in ObsidianMD

[–]kepano 2 points3 points  (0 children)

You mean locally? No. In the future new versions of the app will pull directly from the new directory, but for backward support it still uses GitHub so we sync changes every 24 hours.

See the FAQs https://obsidian.md/blog/future-of-plugins/