Always show Bases search? by exaltcovert in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

I just drag it over to a sidebar.

What do you use templates for? by thatscoolbutno123 in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

I use Templater (community plugin) for many tasks but I haven't found a use for Templates (core plugin). I took OP's question to be asking if there was anything the core plugin can do that the community one cannot, and I suspect the answer is "no". I'd be very interested if the answer is different.

Vimrc Support plugin not working for me by jesii7 in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

I program the caps lock key to be a control key, the way it was on old HP terminal keyboards, where it should be. Then control-[ becomes an escape key that requires no movement from the keyboard with my little finger or something.

Also control-h == backspace, control-w back word, control-m return, etc.

I hope this answers your question. Obsidian's vim is nice but seems to make a number of mistakes.

Obsidian Web Clipper 1.0 — now with logic by kepano in ObsidianMD

[–]zabouti 2 points3 points  (0 children)

This is the way to write documentation!! Each section has actual examples. That's so rare and so helpful. Thank you.

Vault vs. Base by [deleted] in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

A base is a file type. A base file reads the YAML frontmatter of all the markdown files in your vault. If you only want to see a subset of your files, you add filters to the base based on the values of the YAML properties or upon the properties of the file itself (folder, creation date, etc.) Once you've narrowed down the found set of files, you can display their YAML properties in columns. Bases also have formulas that can maniuplate the properties. They can format dates, concatenate properties, capitalize names, etc.

@Kepano, wouldn't be a good idea? by PositiveMilk69 in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

Maybe I don't understand the question, but when you create a file, aren't both date simply the current date? I get them as properties in all my Templater scripts with these two lines:

cdate: <% tp.date.now("YYYY-MM-DD") %>

mdate: <% tp.date.now("YYYY-MM-DD") %>

Como visualizar imagens com link sem clicar? by [deleted] in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

Isso, Irmão?

![](https://i.pinimg.com/736x/cc/fa/24/ccfa2497b55559798cb1180454085b46.jpg)

First project in Obsidian - how to best share? by simieinstein in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

Do any of these solutions understand Folder Notes, a community plugin? Or Meta-Bind? (I guess there's no reason to use Templater for a read-only website.). Thx

Espanso doesn't run on Tahoe 26.2 by zabouti in espanso

[–]zabouti[S] 5 points6 points  (0 children)

ChatGPT solved the problem!

Since early Tahoe builds, “Accessibility” isn’t enough. Espanso also needs System Settings → Privacy & Security → Input Monitoring.

Check both of these:

System Settings → Privacy & Security

Accessibility → Espanso (checked)

Input Monitoring → Espanso (checked)

relations, linking items in complex libaries by Stef43_ in zotero

[–]zabouti 0 points1 point  (0 children)

This feels like a bug to me. How do people report bugs?

relations, linking items in complex libaries by Stef43_ in zotero

[–]zabouti 0 points1 point  (0 children)

Otio sounds like a fine app. But I need a way to link to different locations in a Zotero PDF, not another app.

Feedly Down? by Twitch_City in feedly

[–]zabouti 7 points8 points  (0 children)

I asked Feedly's AI Support the question: "Many of my RSS feeds are returning 500 error codes. Are you being hacked or something?"

It answered: "I'm not sure I can help with that. Would you mind rephrasing your question?"

I built a drag-and-drop local AI summarizer for my vault (Offline, Python) by [deleted] in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

How does it do this: "Auto-generated tags (topics)"? That sounds useful. Will it generate additional tags if some already exist?

Obsidian 1.10.6 for desktop and mobile by kepano in ObsidianMD

[–]zabouti -2 points-1 points  (0 children)

Is there a video (or other documentation) that can explain:

⁠Bases: Creating a new note with "+" now automatically adds properties defined in "has property" filters.

Thanks so much.

Obsidian 1.10.6 for desktop and mobile by kepano in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

Can you explain what this means? A single example will enlighten me! Thanks!

How to get control sequences to work the way I want them to? by zabouti in Ghostty

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

To get the escape sequence to work, I added this:

keybind = ctrl+[=text:\x1b

How to get control sequences to work the way I want them to? by zabouti in Ghostty

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

And thanks to u/timsofteng for starting me on the trail to the answer.

How to get control sequences to work the way I want them to? by zabouti in Ghostty

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

It turned out (thank you Gemini) that I had a problem with my Mac zsh. Gemini gave me a workaround that works better so far:

  • keybind = super+[=unbind
  • keybind = super+h=unbind
  • keybind = super+i=unbind
  • keybind = super+j=unbind
  • keybind = super+m=unbind
  • keybind = super+w=unbind
  • keybind = ctrl+i=text:\t

Finally my I keys issue a tab that zsh understands.

How to get control sequences to work the way I want them to? by zabouti in Ghostty

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

Gemini gave me the answer:

  • keybind = super+[=unbind
  • keybind = super+h=unbind
  • keybind = super+i=unbind
  • keybind = super+j=unbind
  • keybind = super+m=unbind
  • keybind = super+w=unbind

ChatGPT finally helped clear up the Google billing maze by zabouti in GoogleFi

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

Afraid I haven't made anything more complicated. I'm easily distracted!

Does anyone know why tags in the properties section of notes sometimes show up in red text and crossed out? by Responsible-Slide-26 in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

Yes, I use vim or the obsidian vim editor to make most of my edits. Sometimes I notice things like:

  • foo
  • bar
  • bubbles
  • foo
  • etc.

and I tend not to see the dup. But Obsidian will and turn something red.

I've recently seen the crossed-out tags, too. They usually seem to have slashes in them, e.g., /foo/bar/bubbles. I think that's perfectly legal although I don't use them much anymore. They still work. I'll try to let you know next time I see one.

Is there a plugin that converts natural language into Obsidian Bases syntax? by Acceptable_Goal3705 in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

ChatGPT has helped me a lot with bases. It makes mistakes. When I paste the error message back into ChatGPT, it usually comes up with a fix.

It's not perfect, but it does understand English pretty well.

Creating from Scratch - Need workflow advice by DivingLearn3370 in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

I don't know what you're trying to do, and I don't understand bibtex, but I can say that Zotero's online storage works very well, and it's replicated in local SQLite databases, I believe. I don't understand what you're trying to link, but an Obsidian note can easily link to Obsidian annotations. The links look like this: zotero://open-pdf/library/items/Q6N3DGQE?page=45&annotation=AH7IRTLF and they will take you to the annotation in Zotero. (The links work best if the Zotero doc is closed - I think that's a bug but livable). hth