TiddlyWiki / TiddlyWikiClassic

TiddlyWiki Classic (not to be confused with TiddlyWiki5: https://github.com/Jermolene/TiddlyWiki5)
https://classic.tiddlywiki.com/
494 stars 114 forks source link

Feature request: intuitive drop images #227

Closed FelixFurtmayr closed 5 years ago

FelixFurtmayr commented 5 years ago

Current state

image

An Image that is dropped is saved and can be added then later by choosing with the "add image button".

My Thoughts

Improvement

Just do it like github or gitlab (or in word or writer): Add the image where it is dropped.

That is so easy for the user. There is no reason why I manually should do 5 clicks more, when I always (over 95%) want it like this. For me this missing feature is currently "the" weakness of tiddly wiki (and a lot of other wikis).

Implementation

The basic functionality seems already there, but the process has to be automated. There may be a parameter "imageAutoSave" to enable the described behaviour, but it should be enabled by default, as many people will be happy when this is as easy as possible.

For me it would make sense to optional store files in an extra folder, that one can specify, if the wiki is big. But considering my own usecase, it would be enough if everything is embedded. If the file is 20 MB - I don't care. The browser might still handle it and it won't break due to wrong external links.

ToDo

YakovL commented 5 years ago

Hi @FelixFurtmayr , looks like your request is regarding TiddlyWiki5, so please add it in its repo at https://github.com/Jermolene/Tiddlywiki5/issues . Closing here since this is the repo of TiddlyWiki Classic (2.x)

FelixFurtmayr commented 5 years ago

Hi YakovL, sorry - my bad. I will do so, thank you.