▲ 62 r/bearapp

Lettera feels like the Markdown app I’ve been waiting for

I’m one of the beta testers, and I just wanted to share some early impressions—and encourage the team behind it.

Lettera genuinely feels like it fills a gap I’ve had for years. Conceptually, I love the idea of lightweight, portable Markdown files, and that approach makes even more sense now that so much of our work involves AI tools, prompts, drafts, research, and text moving between different applications.

I’ve always resisted Obsidian a little. It’s powerful, obviously, but it can quickly become an overwhelming, complex machine—especially if you just want to write, organize notes, and work with your files without building an entire system around them.

On the other end, apps like Typora are great editors, but they don’t feel particularly approachable for people who aren’t hardcore Markdown users.

Lettera seems to hit a really compelling middle ground: the simplicity of a notes app with a vault, while still letting you open and work on individual files whenever you want. No unnecessary friction, no need to over-engineer your workflow—just clean, flexible Markdown.

Honestly, this feels like the kind of app we need in 2026.

Really excited to see where it goes. Keep up the great work, Shiny Frog team.

reddit.com
u/Dick-Laurent-Is-Dead — 2 days ago
▲ 27 r/todoist

Why is Todoist still so unfriendly to the Apple ecosystem?

I really want to love Todoist. Compared with TickTick and other alternatives, I prefer its brand, its European roots, and the way the company feels genuinely embodied by its founder and team.

But as a Mac/iPhone user, two things are deal-breakers for me:

• No simple, native import from Apple Reminders, while Things and TickTick handle this much better.
• No real way to import or integrate iCloud calendars.

That’s a shame, because Todoist gets so much right otherwise. Apple users are often willing to pay for well-designed software, but only if it fits naturally into the ecosystem they already use.

Am I missing a workaround, or is iCloud simply not a priority for Todoist?

reddit.com
u/Dick-Laurent-Is-Dead — 2 days ago

Is AI unaware of what it can actually achieve?

I decided to write a book using AI as a core part of the process—not by asking a model to generate a whole novel in one prompt, but through a fairly complex workflow.

I built and maintained multiple Markdown documents to track the story world, character arcs, chronology, continuity, dialogue, themes, and other constraints.

I had several people read the result, including friends and people who work in the field. None of them suspected that AI was the main author of all sentences.

What surprised me is that, when I asked multiple times some of the strongest Claude/Anthropic models (Fable, Sol) to evaluate whether an AI could have produced a book like this, they repeatedly told me it was essentially impossible for an AI to create that kind of coherent, nuanced result.

So I’m wondering:

  • Is this simply a limitation of the model’s self-assessment—i.e., it does not reliably understand its own capabilities?
  • Is it trained to be cautious and therefore understate what AI-assisted workflows can accomplish?
  • Or does a complex human-led process—planning, memory documents, editorial choices, repeated prompting, and revision—create an outcome that is fundamentally different from “AI writing a book” in the usual sense?

I’m not claiming the AI was secretly conscious or deliberately trying to pass as human. But it is strange that it can help produce something people perceive as convincingly human, while also insisting that such a result could not come from AI.

Has anyone else seen this gap between what an AI can help create in practice and what it says it is capable of?

reddit.com
u/Dick-Laurent-Is-Dead — 10 days ago

Want to jump ship ? What I did.

Ok, so after the price update news, I explored some alternatives, and my beloved Claude suggested: "I can scrap your website and rebuild it completely."

I chose Astro + Keystatic after trying to understand what it was and how it worked, and Claude did the work. Everything—photos, videos, blog posts—went through without a single problem. Even migrating from SS 7 to 7.1 has been more complicated.

So yeah, take the time to have a chat with your favorite LLM; it could provide you a suitable solution.

Edit: Cherry on the cake, with Git-hub and Cloudflare you get your new webiste.. for free.

reddit.com
u/Dick-Laurent-Is-Dead — 1 month ago

I can't code at all, so I "built" my dream task manager: Part 2

A few days ago I posted here about a desktop task app I'm building even though I can't code at all. The response completely blindsided me, in the best way. Thank you, seriously.

So, using the sound logic of someone who should probably have stopped while he was ahead, I kept going and I'm building the mobile app.

[screenshots: Today, Browse, List detail, Upcoming]

A few things I obsessed over:

  • The bottom tab bar is only the stuff I actually reach for on the go: Inbox, Today, Upcoming, and Browse. Everything else (lists, folders, smart filters, tags, settings) lives one tap deeper inside Browse, so the day to day stays uncluttered.
  • A real Upcoming calendar (week strip plus agenda), a full task editor with native date and time pickers, repeat and reminders, swipe gestures (swipe right to schedule, swipe left for more), and even an editor for smart filters.
  • It's local first. There's a clear switch to keep 100% of your data on your device if you want. Sync is opt in, never forced on you.

I'm still not a developer, it's just me stubbornly building the task app I always wished existed. So if you've got ideas, gripes, or a "why isn't X a thing yet," please don't hold back. Every bit of that is literally shaping where this goes.

P.S: Desktop app is still being fine-tuned, but even vibe-coding is time-consuming

u/Dick-Laurent-Is-Dead — 1 month ago

I can't code at all, so I "built" my dream task manager

This is actually my second attempt at building a to-do app, and this time it finally clicked. I've been a Things 3 fan for years. I love how calm and clean it feels. But I always missed a handful of TickTick power features (grouping, a board view, that kind of thing). So instead of picking one, I made my own that steals the best of both, plus a few little details I was personally missing.

Full disclosure: I don't know how to code, like, at all. This whole thing is web tech under the hood (Electron + React), built with Claude code, and it came together in roughly two days. Still kind of stunned it actually works.

It's local-first too: everything lives on my machine, no account, no cloud, works offline.

Here's what's in it so far:

Core (the Things side)

  • Inbox / Today / Upcoming / Anytime / Someday / Logbook
  • Lists, folders (with custom color and icon), tags, and smart filters
  • A clean task editor: notes, scheduled date, deadline, priority, list, tags
  • Subtasks (checklist), and if you tick them all, the parent task auto-completes ✅
  • Recurring tasks (daily / weekly / monthly / yearly)
  • A Things-style Upcoming timeline, with my local macOS calendar events showing up right alongside my tasks

The power stuff (the TickTick side)

  • Sort per view (manual, priority, date, name…)
  • Group by section, list, priority, deadline, or tag
  • Kanban board view where the columns follow whatever you're grouping by
  • Drag and drop pretty much everywhere: reorder tasks, move them between sections and lists, drag cards across board columns
  • Sections inside lists (collapsible, reorderable)
  • A custom TickTick-ish date picker with recurrence built right in

The little touches

  • Colored (or monochrome) icons, tag chips, a proper settings panel
  • Show/hide the built-in views so you can shape your own workflow

Next up: notifications and reminders.

Honestly it's been a blast, and it's already replaced my daily driver. Would love to hear what you'd add or what feels missing. 

u/Dick-Laurent-Is-Dead — 2 months ago

Is Perplexity declining?

Like many, I got the Pro subscription via my provider almost a year ago. It was my first experience with AI, and I loved it.

In the meantime, I started to work with Claude, but still found lots of value in Perplexity. One was for work projects, and the other for research and quick chats.

Since then, Perplexity's quality has declined. Chats answered very generically, whatever the model I was using. Lately, they pushed me to replace the legacy app (through the App Store) with the computer app, which is slow and clunky.

Working every day with these tools has changed my expectations, or is Perplexity becoming objectively less efficient lately?

reddit.com
u/Dick-Laurent-Is-Dead — 3 months ago

Raycast v2: Readability option ?

The font sizes in the new Raycast app feel much smaller than in V1, and it makes reading noticeably less comfortable. V1 is much more readable.

Are there any plans to add a font size setting, display scaling, or another readability option in a future update ?

reddit.com
u/Dick-Laurent-Is-Dead — 3 months ago

A stupid feature request (sounds)

I know you have more important things in your backlog. But if you ever get a break between bug fixes have you considered expanding the sound design options a bit?

I find the default sounds a bit "heavy".

reddit.com
u/Dick-Laurent-Is-Dead — 3 months ago
▲ 27 r/bearapp

Bear in the AI age

Hi,

I was a daily Bear user for two years, up until the new editor launched. At that point, the app no longer matched my needs, so I had to stop using it.

Recently, I needed a Markdown app that works well with Claude and other AI tools. Obsidian ended up being my only real option, mainly because it can work with local folders and plain Markdown files. The problem is that I do not really enjoy using Obsidian, for me, it feels too complex.

I keep thinking about Bear, because in many ways it is still the app I would prefer to use. What I would love is not for Bear to become a traditional file-and-folder app, but simply to support local folders like Obsidian does. In other words, I am not asking for a more complex folder-based interface inside Bear itself. I am asking for the ability to work with Markdown notes stored in local folders on disk, while keeping Bear’s clean and simple experience.

If Bear could do that, it would be close to perfect for modern AI-assisted workflows.

reddit.com
u/Dick-Laurent-Is-Dead — 3 months ago

iOS dark/light bug keyboard

This is a problem I have had since day one and I thought it would be resolved quickly. Sadly, it is still the case. To the point that I wonder if it is not me who made a settings problem.

In short, I use my phone in dark mode, but some apps display in light mode (Apple Notes, Obsidian,..) . If I use a Raycast AI command, the display becomes completely unreadable. (White text in white background)

Any fix ?

u/Dick-Laurent-Is-Dead — 3 months ago

What Perplexity computer can do that Claude desktop can’t ?

So far, I've been using Claude, especially with CoWork and code, and Perplexity is my all-rounder for quick everyday questions.

Am I missing something regarding what computer can do.?

reddit.com
u/Dick-Laurent-Is-Dead — 3 months ago

Raycast says it has started rolling out its new version to a few privileged users. But there have been no leaks on social media presenting the new features.

Do you need to have signed a non-disclosure agreement to access the new Raycast ?

What interesting things does it include besides a redesign ?

reddit.com
u/Dick-Laurent-Is-Dead — 4 months ago