Feature Proposal: "Pages" tab for long-form content #5696
Replies: 5 comments 6 replies
|
Thanks for the detailed proposal and the mockup — clearly a lot of thought went into this! Right now our focus is on perfecting the instant capture experience — there's still a lot to do on that front. That said, we have been thinking about article/page-style content for the future, similar to how X has posts and articles. If you're serious about pushing this forward, we'd love to see a more detailed design doc covering store schema changes, proto/API changes, and how it integrates with existing features (tags, search, visibility). That would help us evaluate the full scope and plan it properly. |
|
Just to provide an alternative perspective - I think this feature would be great, but unsure if adding a second back-end schema is the best approach. It might be better to have pages also be implemented as memos, but split them in the UI? Changes still needed with this approach:
I think this "split-frontend" could be simpler to accomplish and maintain than a "split-backend + split-frontend" approach. Caveats:
Just my view, happy to discuss further! |
|
Interesting discussion! I think @nathancartlidge's instinct about a frontend-only split is on the right track — a separate My take: the only real difference between a "memo" and an "article" is whether the content starts with an H1 heading. So rather than a new schema, we can extract a What this gives us:
Trade-offs to be aware of:
I've put together a backend implementation in #5726 — adds |
Uh oh!
There was an error while loading. Please reload this page.
Feature Proposal: "Pages" tab for long-form content
Been using Memos for a while and honestly it's become my go-to for quick notes. Replaced Telegram Saved Messages with it and never looked back.
The one thing that keeps pushing me to other tools is longer content. I write technical guides (undervolting, mobile optimization, etc.) and keep a travel diary, and these just don't work well as memos. They need titles, structure, a proper reading view.
I looked at running a second app alongside Memos but I really don't want to. Memos already does 90% of what I need.
The idea
Add a Pages tab in the sidebar next to Memos. Simple as that.
Here's a quick mockup of what I have in mind:
The core concept: quick thoughts go in Memos, longer stuff goes in Pages. One app, one container.
Happy to build this
I'd like to implement this myself. Just wanted to check if this is something that fits the project's direction before I start writing code. Open to any feedback on the approach.
Cheers!
All reactions