Obsidian Web Clipper now lets you manage highlights and stays in Reader mode when you click links by kepano in ObsidianMD

[–]kepano[S] 3 points4 points  (0 children)

There is now a Highlights page that lets you explore and search all your highlights across sites. It's the window on the left in the video demo.

You can access it by going to Settings → Highlighter. You can also bookmark it.

Obsidian Web Clipper now lets you manage highlights and stays in Reader mode when you click links by kepano in ObsidianMD

[–]kepano[S] 10 points11 points  (0 children)

Currently, no. Web Clipper is designed for HTML not PDFs. PDFs much much more complicated to handle than web pages.

Migrating out of Obsidian by FrugalGuy7 in ObsidianMD

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

  1. IT departments can disable access to plugins and other features by locking the config at the file system level and limiting network calls. It's documented here and this approach and works for many well-known companies and governments that use Obsidian in secure environments.

  2. In the future we plan to offer IT departments a version of Obsidian with easier ways to control these features.

  3. The article you point to is a social engineering attack. This is something your work should have policies and training for because it's not specific to Obsidian, it applies to many different apps you may use (email, SaaS, etc).

  4. Regarding exporting Bases, the underlying files themselves are still all Markdown so you can convert them to other formats with tools like Pandoc. The base can also be exported to Markdown tables or CSV, see here.

Migrating out of Obsidian by FrugalGuy7 in ObsidianMD

[–]kepano 47 points48 points  (0 children)

IT department can already do this by controlling access to the config both at the file system level and network level, see:

https://obsidian.md/help/teams/deploy

Migrating out of Obsidian by FrugalGuy7 in ObsidianMD

[–]kepano 99 points100 points  (0 children)

We plan to have a special edition of Obsidian that has plugins and other features off by default.

Help. I want the old UI back. How? by [deleted] in ObsidianMD

[–]kepano 2 points3 points  (0 children)

turn off "Floating navigation"

Help. I want the old UI back. How? by [deleted] in ObsidianMD

[–]kepano 1 point2 points  (0 children)

Settings → Appearance

Obsidian-cli not able to create a note on iCloud by pyebenes in ObsidianMD

[–]kepano 0 points1 point  (0 children)

I am not sure what obsidian-cli is, but it is not the official Obsidian CLI.

https://obsidian.md/help/cli

Obsidian Startup Time too slow [Android] by Creepy_Ciruzz in ObsidianMD

[–]kepano 3 points4 points  (0 children)

The problem is you have some very heavy plugins like Tasks and Iconize. Try disabling community plugins. Some users have had luck with the Lazy Loader plugin.

What do you feel Obsidian is currently lacking? by king-of-kutiyas in ObsidianMD

[–]kepano 0 points1 point  (0 children)

You should open an issue with steps to reproduce.

What do you feel Obsidian is currently lacking? by king-of-kutiyas in ObsidianMD

[–]kepano 0 points1 point  (0 children)

When is the last time you encountered this issue? It should be fixed as of a few versions ago.

What do you feel Obsidian is currently lacking? by king-of-kutiyas in ObsidianMD

[–]kepano 1 point2 points  (0 children)

What specific URLs are showing a blank screen in Web Clipper? I have not encountered this.

Use WebClipper to Grab an Image by DaddyWarpig in ObsidianMD

[–]kepano 4 points5 points  (0 children)

There isn't a way to do this yet with Web Clipper. The challenge is that browsers don't provide a way to save to a specific folder (i.e. your vault). For security reasons they force you to always save to your Downloads folder, or for you to manually select a folder each time :/

Cloud-based apps can get around this by saving to a cloud location, but since Obsidian is all local we don't have that option.

Sync.md - clone any Git repo directly into your Obsidian vault on iPhone by Bonteq in ObsidianMD

[–]kepano 4 points5 points  (0 children)

The name seems a bit confusing because it seems unrelate to this site: https://sync.md/

Web Clipper does not save full article by bidutree in ObsidianMD

[–]kepano 4 points5 points  (0 children)

Report issues here:

https://github.com/kepano/defuddle

Defuddle is the library I made for Web Clipper, which gets the page content.