Skip to content
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

Feature request. More convinient attached files management #2354

Closed
kv-gits opened this issue Jan 2, 2022 · 10 comments
Closed

Feature request. More convinient attached files management #2354

kv-gits opened this issue Jan 2, 2022 · 10 comments
Labels
Milestone

Comments

@kv-gits
Copy link

kv-gits commented Jan 2, 2022

Now all attachments are placed in the same directory. Would like option to place files for note in special subdirectory near this note.
Example:
.../some/dir/goodnote.md
.../some/dir/goodnote_attachments/goodfile.pdf

And also dock panel for viewing/opening attached files list for current note with posibility to open explorer in that directory.

Thanks for good software!

@pbek
Copy link
Owner

pbek commented Jan 2, 2022

I don't see that coming any time soon, it was already a huuuge amount of work to be able to do this the way it is with all the things that have to work together (e.g. when notes are moved or copied) and without storing any meta data about attachments...

Although there is a non-modal dialog to manage and insert attachments from your attachments folder...
And of course you can put attachments anywhere you like and manage them yourself.

@kv-gits
Copy link
Author

kv-gits commented Jan 2, 2022

I found there is way to place link to any file in any folder. It is rather good and no need additional features.

But non-modal dialog shows only files from main attachments directory. May be it is possible to make dock panel to manage list of links (e.g. only local) of current active note - open them, or open in explorer etc. Seems there is no much work to do that and it is pretty portable.

@pbek
Copy link
Owner

pbek commented Jan 2, 2022

But non-modal dialog shows only files from main attachments directory.

Of course it does 😁

May be it is possible to make dock panel to manage list of links (e.g. only local) of current active note - open them, or open in explorer etc. Seems there is no much work to do that and it is pretty portable.

It would be pretty hard to reliably detect all kind of urls and non-urls and all ways they can be used in markdown reliably or are you talking about "QOwnNotes attachments"?

@kv-gits
Copy link
Author

kv-gits commented Jan 2, 2022

or are you talking about "QOwnNotes attachments"?

Yes, about them. Or all links of "file://" type.

@pbek
Copy link
Owner

pbek commented Jan 3, 2022

Using absolute links like file:// is "not suggested" since they will only work on your computer with your current directory structure... 😉

Maybe the Stored attachment dialog could have an option to just view (QOwnNotes) attachments of the current note. But then this feature would also have to be integrated in the media dialog...

@pbek pbek added Importance: Low Type: Feature adds functionality and removed Type: Support labels Jan 3, 2022
@kv-gits
Copy link
Author

kv-gits commented Jan 3, 2022

Ok, I understand now, that it is little out of QON scope. I just use it with syncthing, so have no such sync issues.

@pbek
Copy link
Owner

pbek commented Jan 3, 2022

I just use it with syncthing, so have no such sync issues.

What sync issues are we talking about? Attachments?

@kv-gits
Copy link
Author

kv-gits commented Jan 3, 2022

I mean this "since they will only work on your computer with your current directory structure... 😉"

pbek added a commit that referenced this issue Oct 9, 2024
@pbek
Copy link
Owner

pbek commented Oct 9, 2024

24.10.1

  • In the Stored image files and the Stored attachments dialogs it's now possible
    to only show files of the current note (for 2354)

@pbek pbek added this to the 24.10.1 milestone Oct 9, 2024
@pbek
Copy link
Owner

pbek commented Oct 9, 2024

There now is a new release, could you please test it and report if it works for you?

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

No branches or pull requests

2 participants