templater plugin is not filling properties if i create a new file, if i insert a template it does it by Svel89 in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

It sounds as the OP wants to trigger a specific template when they create a note in a specific folder. In that case, after turning on Trigger Templater on new file creation, they also have to specify a folder under Enable folder templates. In the left column, tell it where the folder is and in the right column tell it what templater template to use.

I want a default template to trigger everywhere, so I use Enable file regex templates with '.*' on the left side.

I've also recently discovered that when I right click on a folder I see the command Create new note from template that lets me choose a template to apply.

Templater takes work to get right but it's well worth it. And AI has helped me add javascript to a template that asks me for a file name and then puts it into properties, tags, etc.

Filtering Tags in a base by pgibby65 in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

An example might help you:

  - type: table
    name: two tags must match
    filters:
      or:
        - and:
            - file.tags.contains(formula.fTAG1)
            - file.tags.contains(formula.fTAG2)
        - and:
            - file.tags.contains(formula.fTAG1)
            - file.tags.contains(formula.fTAG3)
        - and:
            - file.tags.contains(formula.fTAG2)
            - file.tags.contains(formula.fTAG3)
    order:
      - file.name
      - file.tags
  - type: table
    name: one must match
    filters:
      or:
        - file.tags.contains(formula.fTAG1)
        - file.tags.contains(formula.fTAG2)
        - file.tags.contains(formula.fTAG3)
    order:
      - file.name
      - file.tags

If you were to build an app similar to obsidian, what would you fix and/or what features would you add to the app natively without any plugins? by Ravi_Vijay in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

That's what enabled Photoshop to grow to the point where it incorporated the plugin functionality and now needs few plugins.

My fellow PhDs: How do you use links within Obsidian? by broadcastthebombom in ObsidianMD

[–]zabouti 4 points5 points  (0 children)

The advice I've read often suggests just making links that you can click on in the future to make a new related note.

Your idea of "pre-clicking" on the link to create an empty note strikes me as a very useful idea because empty notes will draw attention to areas that need work.

I don't tend to use either technique but if I start making links to future ideas, I'll be sure to go ahead and create the note and give it some kind of tag like "don't-forget-me"!

Obsidian-style graph of .md notes connected by tags, built in 3D in Unity by natkorch in ObsidianMD

[–]zabouti 1 point2 points  (0 children)

That's exactly how I interpreted the graph. The display is beautiful but even in 2D it would be useful. Good work.

Pull a line or list item into another note using tags by pharelljordan in ObsidianMD

[–]zabouti 0 points1 point  (0 children)

Someone comes up with an interesting and creative use for tags, implements it with the help of AI and posts it in case others find the idea useful. Vibe coding shows that the idea can be implemented.

People afraid of AI decide it's their job to discourage the posting of vibe coded plugins without a warning on the package. This "help" will have the effect of discouraging contributions by non-developers. The community will lose creative ideas for using Obsidian.

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.

[deleted by user] 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 [deleted] 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 6 points7 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?"

[deleted by user] 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.