What date format do you prefer on your note titles for zettel/journaling? (Bear App, Apple Notes, Obsidian)?
1. ISO: Journal 2025-11-08
2. Short: Journal Nov. 8 2025
3. other

#journaling #digitaljournaling #bearapp

Friends of MindNode đŸ€ đŸ«¶
In a world full of “one-size-fits-all” apps, we believe in using the right tool for the job.
@bearapp for notes. MindNode for mind maps. ⭐
Each with its own strengths — better together.

Read more here: https://buff.ly/K5ktr07
#MindNode #BearApp #Productivity

Bear Web Public Beta - You are invited!

We’re excited to share a new chapter for Bear: Bear Web is now in Public Beta! This is a big step toward making Bear available wherever you need it, and we’d love for you to give it a try. ⚠ Please read the following carefully before jumping in. About Bear Web Bear Web is a web app designed to complement the native Bear apps on Mac, iPhone and iPad, providing you with the flexibility to access your notes from any web browser. It is primarily for situations where you cannot access the n...

Bear Community

A Bear vadonatĂșj callouts funkciĂłjĂĄnak hasznĂĄlata rendkĂ­vĂŒl egyszerƱ. SegĂ­tsĂ©gĂ©vel lĂĄtvĂĄnyosan Ă©s Ă­zlĂ©sesen emelhetĂŒnk ki fontos rĂ©szleteket a jegyzeteinkben.

https://techwok.hu/2025/06/27/bear-callouts-funkcio-hasznalata

#bearapp #jegyzetelés #jegyzetapp

A Bear callouts funkciójånak hasznålata: egyedi kiemelések a jegyzetekben - Techwok

A Bear callouts funkciĂłjĂĄnak hasznĂĄlata rendkĂ­vĂŒl egyszerƱ, bĂĄr vagy meg kell hozzĂĄ szoknunk egy ĂĄtalakĂ­tott markdown jelölĂ©st. MegĂ©ri!

Techwok

VĂ©gre itt van! MostantĂłl a Bearben nem csak a sima szöveges jegyzeteket titkosĂ­thatjuk, hanem azokat is, amelyhez kĂ©pet, PDF-et vagy mĂĄs fĂĄjlt csatoltunk. RĂ©szletek korĂĄbbi, de frissĂ­tett tesztĂŒnkben.

#bearapp #jegyzetelés #titkosítås

https://techwok.hu/2023/07/13/bear-2-legjobb-markdown-jegyzet-app

Bear 2: megĂșjult a legjobb markdown jegyzet app - Techwok

MegĂ©rkezett a Bear 2, amely - szerintĂŒnk - a legjobb markdown jegyzet app. EgyelƑre macOS-re, iOS-re Ă©s ipadOS-re Ă©rhetƑ el.

Techwok

I took a stab at cleaning up my code for BearExporter, a Python script to export all of your Bear notes to Markdown files you can use with Obsidian, read in the terminal, or whatever.

As the old saying goes "it works for me!" but I know it's not exactly great code, but it is available.

I'm not great at Python but I'll try to improve it as time allows.

âžĄïž https://codeberg.org/raster/BearExporter

#BearApp #BearNotes #BearNotesApp #macOS #python #markdown

BearExporter

A Python script to export Bear notes to Markdown files into a folder on disk

Codeberg.org

I wrote up a quick post on how to edit a theme for Bear (and then discovered other theme hackers as well!)

âžĄïž https://rasterweb.net/raster/2025/03/17/editing-a-bear-theme/

#bearapp #bearnotes #bearnotesapp #blogpost

I spent some time tweaking the backup agent for the #bearapp via #launchd. It still does not work as I wanted. I am missing some starting triggers, and the documentation does not contain much detail. It’s hard to tweak certain things on #macOS these days.

Yes to Obsidian... I copied the exported Markdown files from Bear to a folder on the Linux laptop and can open & use all the notes just fine.

So the next idea would be to automate the process by scheduling the Mac to export all the files and move them to a volume that Obsidian can use as a vault.

The whole idea here being I can use Bear, but still access my notes while using Linux.

#bearapp #obsidian #notes

So right now the Python script grabs the text of a note, creates a file with the title as the name (needs work) and then sets the date created & modified time of the file.

So on disk are Markdown files with all my Bear notes. This makes them available as plain text files in the terminal, on Linux, heck...probably in Obsidian as well?

#bearapp #data #backup #python