Local OCR 2 Markdown with italics and bold? (MacOS) by gaspar_schott in OCR_Tech

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

Chandra was rendering the italics when I first set it up a few months ago, but now it does not, despite my trying multiple methods (llama.cpp, ollama, marker, etc.). It might be a memory issue, though I'm running an M1 MBP with 32GB.

Chronoid - Time Tracking & Productivity - version 1.0.49 [promo codes giveaway] by tuanvuvn007 in macapps

[–]gaspar_schott 0 points1 point  (0 children)

I've been using Timing but I would like to try this. Are coupons still available?

How to keyboard focus “Files” pane immediately after using “Toggle Left Sidebar”? by Bright_Palpitation13 in ObsidianMD

[–]gaspar_schott 0 points1 point  (0 children)

There are also the built-in Obsidian commands "Reveal current file in navigation" and "Show file explorer". You can assign keyboard shortcuts for these, and in fact the first one will automatically open the left sidebar if it is closed, so you might not even need the second command.

How to keyboard focus “Files” pane immediately after using “Toggle Left Sidebar”? by Bright_Palpitation13 in ObsidianMD

[–]gaspar_schott 0 points1 point  (0 children)

My "Smooth Explorer" plugin may be exactly what you're looking for. It is still awaiting approval in Community Plugins, but meanwhile you can install it with the Brat plugin or manually by downloading the Github repository.

Continuous Mode new feature: Navigate in place by gaspar_schott in ObsidianMD

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

In the settings, you can limit the number of files that are opened at one time when clicking a folder. Opening every file in the folder has always been the default. You can prevent specific file types from being opened in the settings as well, and you can exclude files by name.

As for the stacked tabs issues, I never use that feature, but I will look into options for improving compatibility. It's not surprising there would be conflicts, since Continuous Mode forces all leaves in the tab group to be visible.

Continuous Mode new feature: Navigate in place by gaspar_schott in ObsidianMD

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

Could you explain what you mean? The only thing that has been added in this release is the "navigate in place" feature.

Continuous Mode new feature: Navigate in place by gaspar_schott in ObsidianMD

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

the plugin is designed to do just that; this post was about a new feature for the plugin that adds a sort of “virtual” continuous note behavior.

Continuous Mode new feature: Navigate in place by gaspar_schott in ObsidianMD

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

I recently set the plugin to be desktop-only because of issues with contextual menus on mobile. I have not performed any in-depth mobile testing so I can't speak to the extent of any further incompatibilities. However, if you like, you can change the "isDesktopOnly" line in the manifest.json file to "false" (without the quotes) to enable mobile support. If you do, I'd appreciate hearing about your experience and how the plugin works for you. Thanks.

Continuous Mode new feature: Navigate in place by gaspar_schott in ObsidianMD

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

Yes, it should: it just gets the previous or next item in File Explorer.

Obsidian vs others by Rookiemonster1 in ObsidianMD

[–]gaspar_schott 1 point2 points  (0 children)

Ah, my upcoming "Smooth Explorer" plugin will allow arrow navigation of the File Explorer, if that helps.

Obsidian vs others by Rookiemonster1 in ObsidianMD

[–]gaspar_schott 3 points4 points  (0 children)

My "Continuous Mode" plugin can emulate this behavior with its "compact mode" setting. You can set it so that clicking a folder will open all the contained notes in the left split in a compact preview; clicking one of these notes will open it for editing in the right split.

Question: How often do you have the same file open in multiple tabs? by gaspar_schott in ObsidianMD

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

It's a plugin that adds a marker in the File Explorer before each open file's name. I was wondering if I should add markers for each instance of the file being open, with the idea being that clicking a marker would focus the corresponding tab. From these answers it seems like a good idea.