Skip to content

Improved and Robust Attachment Management #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
chumion opened this issue Nov 6, 2024 · 2 comments
Open

Improved and Robust Attachment Management #14

chumion opened this issue Nov 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@chumion
Copy link

chumion commented Nov 6, 2024

Hi,

I really like the concept of reducing context switching by combining calendars, tasks, and notes in one place. However, the current way attachments are managed is a significant limitation that prevents Acreom from fully functioning as a PKM tool.

The Issue

For instance, in Folder A, I have a note where I pasted an image, and that image is automatically stored within Folder A. When I move the note elsewhere, the image remains in Folder A, which doesn't make sense. More importantly, if I try moving the image to the same location as the note, Acreom can no longer locate and display it in the editor.

Why This Matters

It’s not always possible to predict where a note should ultimately belong. As a knowledge base grows, notes often need to be moved, and I don’t want the links to attachments breaking whenever I reorganise.

Suggested Solution

A good approach might be to follow the approach used by Obsidian and Logseq. They allow users to store all attachments in a dedicated folder, ensuring notes can consistently link to their attachments regardless of their location. This approach also avoids the need to support every file format as an attachment. Users would be able to attach a variety of file types to their notes, with unsupported formats simply opening in the default application.

If Acreom could implement this, I would be ready to migrate my entire knowledge base from Obsidian to Acreom.

@hackal hackal added the enhancement New feature or request label Nov 7, 2024
@ezxpro
Copy link

ezxpro commented Nov 29, 2024

How do you attach stuff at all?

It is in the roadmap as a "to be implemented" feature and when you drop a file inside of it thinks you're trying to import a markdown file.

@chumion
Copy link
Author

chumion commented Dec 2, 2024

How do you attach stuff at all?

It is in the roadmap as a "to be implemented" feature and when you drop a file inside of it thinks you're trying to import a markdown file.

I’ve only tried attaching images so far. For other file types, where I don’t need to view their contents alongside the note but still want to ensure I can find the relevant files, my workaround is to paste their file paths instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants