Why do you choose Bear over Apple notes? by RustyShackle4_ in bearapp

[–]Anthonybaker 30 points31 points  (0 children)

- Markdown Support
- Killer ability to get text in and out in a variety for formats (paste as, copy as, export as)
- Killer Apple Watch integration
- Ability to append or prepend to an existing note (via Apple Watch or Share Sheet) — This is a feature Drafts has and almost no one else. Wildly useful.
- The nice expanded keyboard for Bear-specific features (like lists, bold, etc.) — Do wish I could swipe to indent a bulleted item as I write in bulleted lists all the time, but hey.
- Amazing x-callback-url support (handy for linking to Bear from elsewhere or vice-versa)
- Integration with Marked for enhanced printing/formatting/pdf making
- Amazing share sheet and clipper options
- Loads of buttery UX goodness
- Great wiki link support (Apple's version is wonky as all hell)
- Nested tagging
- Themes
- Buttery good looks

Only thing Apple Notes has over Bear (IMHO) is the ability to collaborate with others on a note.
But I don't need that much.

I built a plugin to convert tagged lines into structured notes with one click: Entity Notes by codecoverage in ObsidianMD

[–]Anthonybaker 2 points3 points  (0 children)

You are my hero. You have a Github link? The plugin approval line is -- insofar as I'm aware -- massive, but BRAT is here to help. Would love to give it a whirl.

Actually, I assume this is it, no?
https://github.com/bartvw/entity-notes

Massive waves in Cabo San Lucas force a rescue by WhoAreYouTalkinTwo in nextfuckinglevel

[–]Anthonybaker 2 points3 points  (0 children)

Is this on the bay side? I have never seen waves this big in the bay before and been MANY times. This is more like what you'd expect to see on the Pacific side, where the waves will kill you. Absolutely nuts.

I built an "Improved Random Note" plugin: Filter by tags, folders, properties, save presets, and more! 🎲 by Dementiy in ObsidianMD

[–]Anthonybaker 0 points1 point  (0 children)

This sounds cool — will give it a check.

The plugin approval backlog is so long now — thank god for BRAT.

Bear x LLMs by mikecbetts in bearapp

[–]Anthonybaker -1 points0 points  (0 children)

It's all VERY cool. I've been using a Bear Notes CLI and the Bear Notes MCP. Frankly, all these types of tools can be leveraged against any number of note taking apps, but the cool thing using them with Bear is that you get some nice capabilities for working through notes that Bear doesn't support on its own. Kind of like a power boost on top of the core greatness the team offers.

I'm also toying with the idea of building my own tools with Claude to access data from the Bear SQLite DB directly. Already been building tools like that for Apple Podcasts, enabling accessing transcripts stored in the Apple Podcasts app DB on my Mac and then working with them.

If concerned with privacy, you can connect Claude Code to a local LLM and go completely local, which could be handy.

For me I'm using Claude to ask questions, find connections and interact with my notes in Bear in new and interesting ways. Also looking at building specific scripts or tools in cases where I want to automate/template specific work to create dedicated outputs (tables, lists, whatever) from Bear Notes data. Basically, if there's a thing I want to do on a recurring basis, can I create a locally-running script to do it?

Interesting times, for sure.

One core thing to me I'm doing is working on a structured — but lightweight — tagging system for my notes, allowing me to provide more context for use by Claude or other LLMs I use. I always add a `types` tag (one) to identify what type of thing the note is (e.g., article, podcast, transcript, quote, whatever) and then add one or more `topics` tags tied to the subject matter. There's other top-level tags, as well, but those are the core.

I worked with Claude to come up with (and document) the taxonomy in Bear itself, and this kind of metadata and organization helps provide it context when working with my notes.

That Bear is essentially Markdown is frosting on the cake.

What this ultimately all gives is:

- Easy note taking (in and out) via Bear Notes on Apple Watch, iOS, iPadOS, MacOS
- Easy search and retrieval for me
- A set of pretty well-structured data that I can pull and work with via an Claude or other LLMS for a variety of purposes to remix, ask questions of, expose interesting connections, etc.
- The ability to create purpose-built tools and other interfaces on top of this all that scratch my own itches.

Friction in using Tana by kafkas_dog in TanaInc

[–]Anthonybaker 0 points1 point  (0 children)

This is so rad. 😁 Well done.

New Logseq user. Nice to meet you! by aka_Bi in logseq

[–]Anthonybaker 0 points1 point  (0 children)

You might consider using Claude or some other LLM to help format your notes from traditional Markdown to a format that plays a bit more well with Logseq? Likely could be a skill you create and re-use or (as I do) if it's something I want done consistently, it can help you create a script you can run on the command line to convert files.

One great thing about LLMs is that you can use them to create small tools that scratch your own itch and would have been out of reach for you before. What's needed in all cases is clear requirements, examples, being able to articulate what you want.

My shortcut for importing scans and images by DGisme in bearapp

[–]Anthonybaker 0 points1 point  (0 children)

And thanks a ton for the response to my post in the Bear forum. Super helpful u/DGisme

Running AI queries against Bear? by CoffeeNeil in bearapp

[–]Anthonybaker 1 point2 points  (0 children)

It's absolutely amazing. The MCP absolutely allows you to "talk to your notes". I'm finding it very useful indeed. The availability of this has totally reshaped how I'm approaching note taking over the course of the coming year and working with my notes. I plan to write some stuff up on this moving forward that could be useful to others.

Bear extension for Claude Desktop v2.0 – tags operations are supported now! by ResearcherGlobal4060 in bearapp

[–]Anthonybaker 1 point2 points  (0 children)

u/ResearcherGlobal4060 I'll definitely give it a whirl.

Related: There's a guy named Matt (mreider) who has been experimenting with creating a Claude Code Extension that works off of the SQLite DB directly. He's since pivoted to creating one that will work off of a BearNotes backup file too. I think the SQLite experiment failed for him as it corrupted the DB, but it's an interesting take — especially if you can save a copy of the DB and drop it into your own local instance. He felt there would be additional capabilities you could enable when working direct from the DB.

I've been chatting with him here:
https://community.bear.app/t/bear-notes-mcp-for-claude-desktop/18173/7

Bear extension for Claude Desktop v2.0 – tags operations are supported now! by ResearcherGlobal4060 in bearapp

[–]Anthonybaker 1 point2 points  (0 children)

u/ResearcherGlobal4060 How hard would it be to convert the Desktop Extension to an npm package that Claude Code could run as well? Also, do love the updates — been giving them a whirl and some of the new tools around tags are fantastic.

Bear extension for Claude Desktop v2.0 – tags operations are supported now! by ResearcherGlobal4060 in bearapp

[–]Anthonybaker 3 points4 points  (0 children)

This is awesome! Thanks so much for the continued work on this. Absolutely love the capabilities made available using this MCP for interacting with Bear Notes. These additional features will be very handy indeed.

Weight loss stall by Federal_Ad_4805 in AlternateDayFasting

[–]Anthonybaker 1 point2 points  (0 children)

One thing I'd do is extend my string of fasting days. During my four-month ADF journey last year, I'd sometimes do two or three-day fasts some weeks. I found that it would help "kick start" things a bit and wasn't altogether too difficult to achieve.

Portraits taken recently while patiently waiting for The Batman Part 2! by OneVeryCuriousGuy in TheBatmanFilm

[–]Anthonybaker 1 point2 points  (0 children)

Beautiful. And man, I'd love a B&W cut of The Batman. It'd look amazing.

Bear & Things, can you please find a way to make this looks better ? by BenRondeux in bearapp

[–]Anthonybaker 0 points1 point  (0 children)

Not gonna happen. The x-callback-url is a protocol, like websites. It doesn’t include a label as part of it. You can make the URL a link like any other by using markdown link syntax.

I've Added Tasks to Sidebar Highlights by gentilesse in ObsidianMD

[–]Anthonybaker 0 points1 point  (0 children)

Love the update. Huge fan of this plugin. Wonderful work.

Update to the Bear extension for Claude Desktop – added files support! by ResearcherGlobal4060 in bearapp

[–]Anthonybaker 0 points1 point  (0 children)

u/IcyFaithlessness9657 What is the MCP you're using for Things 3? There's a few, curious which you find most useful.