Improve the editor
in progress
Sankari Nair
This update closes a critical gap. Recall becomes a place for all your content, including your own personal notes.
Historically, Recall has taken a content consumption-first approach to knowledge management: YouTube, PDFs, podcasts, articles. Save it, summarize it, connect it, and chat with it.
But this update positions Recall to enable you to also take rich notes of your own:
- Block-based editing with drag and drop
- To-do lists
- Automatic table of contents
- Tables and code blocks
- LaTeX support for equations
- Quick AI actions (summaries, insights) without leaving your note
- And so much more
Create journals. List ideas. Brainstorm. Draft meeting notes. And here's what makes it powerful: use the same AI features to link them to your saved content, quiz yourself on your own notes, and even chat with everything together.
Your personal thinking and the content you consume live in one place. A seamless bridge between consumption and creation.
Log In
Sankari Nair
Merged in a post:
Have both the Concise and Detailed Summary on the Card
E
Edwin Laagland
Currently I can only have one and there is no toggle to change between Concise and Detailed Summary on the Card
Sankari Nair
Hey Edwin, this one is coming soon and will form part of the new editor.
E
Edwin Laagland
Sankari Nair Awesome... thats wonderful
F
Frank Unger
that's nice
大
大仁皓平
This app needs tables as there is no easy way to add them.
Sankari Nair
Merged in a post:
Add / View Creating Date/Time in Notebook
M
Morten Lindstrom
Please let us see the creation date/time, and also the last modified date/time for Notebook entries. (when we are reading the Notebook, not the card)
Sankari Nair
Merged in a post:
Add a button for tables
K
Karl Perry
This app needs tables as there is no easy way to add them.
g
goalie6440
I would love to see the ability to have check lists. Just a list of items that can be marked as completed/done with a checkbox or a flag. And it would be kewl if we could also select/unselect all.
M
Moshe Kidron
RTL- right to left support
a
agathoxylon
I want to be able to delete my prompt from the chat in the editor (notebook). Only the response from the chat should remain in the notebook.
P
Pete Bell
agathoxylon suggest we make this an optional setting - I prefer to be able to see and refer back to the prompt used myself!
T
Token Eater
I have been trying to get a good render for call-out boxes that are markdown compatible
I started with GitHub format, no go
Insert callout boxes where relevant to expand context. Use the following types exactly as described (both type and content of box must be preceded with
>
as you can see) and always
keeping empty lines between these elements:> [!check]
> For key insights or useful information.
Then
Insert admonition where relevant to expand context. Use the following types exactly as described (both type and content of box must be preceded with
!!! note “
as you can see) and always
keeping empty lines between these elements:!!! note “Check”
For key insights or useful information.
p role="note">
<strong>NOTE:</strong> Finally, a semantically appropriate element for a callout!
</p>
Then finally I gave up and went for collapsing
Use the HTML <details open> and <summary> tags. The title inside the <summary> tag must be bold.
Interested it what people want? The GitHub one is awesome
Load More
→