HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

File attachments #83

Open Strajk opened 9 years ago

Strajk commented 9 years ago

I love using Quiver as personal notebook for all the things as a replacement for Evernote, and I miss attaching files to notes..., like PDFs, Word docs, small archives and so on...

I know that PDF and Word docs are nasty things to put into programmer's notebook, but world is is sometimes not a nice place :))

What do you think about this? Would it be do-able? :)

ylian commented 9 years ago

Could you try the build in https://github.com/HappenApps/Quiver/issues/3?

If you import Evernote notes with attachments, the importer will copy over the file, and create a file link. Let me know if the file link is an okay solution. That will provide a quick implementation for this feature.

Eventually I need to implement a UI like Evernote does.

screen shot 2015-03-29 at 10 37 11 am

scott-mead commented 9 years ago

I'd like to be able to embed attachments in to notes. This would simplify team sharing quite a bit.

ylian commented 9 years ago

Almost there.

LeonardoGentile commented 8 years ago

will this be available in the incoming release?

ylian commented 8 years ago

No, there are some issues with my implementation. Have to go back to the drawing board.

asafge commented 8 years ago

+1

RoCry commented 8 years ago

+1

I will need this feature to put related files, like iThoughX or even a binary file for sharing to others.

Just simply have a icon/link to the file and place the file with the resources of the note is good enough.

scott-mead commented 8 years ago

+1 Sharing with the team is critical for me.

Scott Mead via mobile IPhone : +1-607-765-1395 Skype : scottm.openscg Gtalk : scottm@openscg.com

On Oct 20, 2015, at 23:40, RoCry notifications@github.com wrote:

+1

I will need this feature to put related files, like iThoughX or even a binary file for sharing to others.

— Reply to this email directly or view it on GitHub.

ylian commented 8 years ago

I can implement the simplified version right now --- just create a link to the file and copy the file to the resources folder. The fancy presentation as in Evernote can be implemented later.

LeonardoGentile commented 8 years ago

it would be nice for me if you could implement the simplified version to get started. :+1:

ylian commented 8 years ago

A basic implementation of file attachment has been implemented in Quiver 3.0 beta 10: https://github.com/HappenApps/Quiver/issues/162#issuecomment-150564507

When you drag or paste a file into a text cell, you will see a prompt like this:

screen shot 2015-10-23 at 8 38 14 am

So you can choose to copy the file to the note or just create a reference link. Let me know if the wording can be improved.

You can also use the "Attach" button in the toolbar (the one looking like a paper clip). The attach button works in Markdown cells too.

LeonardoGentile commented 8 years ago

@ylian I've tried to copy a file, then deleting it or deleting the cell containing it. I've opened the note in finder and the file is still there. Should't we delete it or are you making some safe things (like trash or so)?

ylian commented 8 years ago

@LeonardoGentile Can you double check? I tried this several times from text cells and Markdown cells, and the file is deleted.

Note that resources (images, files) are now named by MD5 of their content, for de-duplication. So if you have another reference of the same file in the note, the file isn't deleted unless you delete all the references.

X-G commented 8 years ago

Can I copy the files in the notebook out to any folder in my computer? I tried but didn't find the solution. @ylian

ylian commented 8 years ago

@X-G Right now this implementation is quite basic. So the only way to do this is to right click on the note from the list, "Show in Finder", go to the "resources" folder, and find the file.

JMichaelTX commented 8 years ago

When you drag or paste a file into a text cell, you will see a prompt like this:

@ylian, FYI, this copy/link prompt is often hidden behind another window (like the Finder), and in a different monitor screen than the one with Quiver. It would be nice if the prompt was on same monitor as Quiver, and always brought to front.

Thanks.

ylian commented 8 years ago

@JMichaelTX Thanks.

mkyt commented 8 years ago

It would be great if I could link local resources (e.g. images, videos, etc) from within markdown cells. For now, I use text cell only to display embedded images, which is quite cumbersome.