On Thursday, May 14, 2015 at 1:14:23 PM UTC+2, Reza Ghorbani wrote: > > I'm a new TW user and this would be my first post here , being a beginner > i got stuck on some things that i have not been able to sort out even after > searching around so this is why i post this. I also have a few improvements > i like to bring up since i really like the idea behind this project and > would like it to be even better :-) >
Hi, Welcome to the club. > First to my questions: > 1) i'm trying to add a picture into my articles in a was that you can see > a mini version of it in the article but when you click on the image it > should open in full size on top of the article (almost like hovering on top > of everything). I should be able to close it either by pressing an X on a > corner or just click anywhere outside of the image. I see this on many > pages over the internet but i have not been able to create this on TW. Is > this possible to achieve? > For the exact behaviour you describe, you'd need a plugin. Other sites use libraries to achieve this functionality. The same is valid for TW. There is the possibility to use TW built in modal dialog. eg: if you copy this into an new tiddler at tiddlywiki.com you can see what I mean. <$button message="tm-modal" param="Motovun Jack.jpg"> [img width="100" [Motovun Jack.jpg]] </$button> There is a nice thread here in the group: https://groups.google.com/d/msg/tiddlywiki/eJoZu8G7fng/AdE2KBKlI7AJ Which gives you some more info. I did attach a json file, that you can import to your TW. It should get you started with the first version described in the link. If you go on reading, there is more info how to improve it. 2) I have tested to drag&drop pictures into TW (before i put the images in > a folder called img where i had my TW.html). I can see images are stored in > something called $:/Import, but where is this exactly? i cant find a way to > actually find the files that get imported? > see: http://tiddlywiki.com/#ExternalImages:ExternalImages%20[[Images%20in%20WikiText]] for more info > 2.1 If i click on and imported image file that i have in my tiddler > -->[[iTunes_Settings.png]] it opens as a separate tiddler below, its here i > would want the picture to hover on top of my existing tiddler, basically > what i asked in question 1. Can this be done? appreciate some help on this. > see info above, browsers don't have this behaviour out of the box. > 3) Spaces are a hassle in tiddlers (for me anyway), specially row brakes, > now i have to do allot of testing with using """ and extra returns just to > get the tiddler to look OK. Why is it so hard to get this right? > If you insert 2 line breaks TW creates a new paragraph. You should not try to include extra linebreaks eg: <br> .. because it will break your formatting with different screen resolutions. > i want the tiddler to be as easy to do as what i'm doing here on this > post. A row break should be a row break, not being forced to do allot of > experimenting to get it right? Even the preview is not showing the exact > result, i have to save before i actually find out that the text dont look > good :( adding images seems to be problematic here so i use dropbox links i > guess). > is this something you guys are looking to fix in future versions? > This behaviour is very hard to change. There are some discussions with many pro and cons, at github. see: https://github.com/Jermolene/TiddlyWiki5/issues/443 The mentioned issue set to wontfix. So don't expect changes in the near future. Improvement: > 4) Continuing with improvement, just as in this post i have access to the > basic tools on the menu, liks Bold, Numbered list, insert image, text size > and things that are mostly used, would it not be possible to add these > things in TW just as they are available here when posting a thread? > This would make the TW so much more approachable and user friendly. Any > thoughts or plans on this? > See: https://groups.google.com/forum/#!searchin/tiddlywiki/stephen$20kimmel$20editor/tiddlywiki/Q1XZ6uGQz8o/dqw5DkcH6Q0J and https://groups.google.com/forum/#!searchin/tiddlywiki/stephen$20kimmel$20editor/tiddlywiki/IBA3cModVQk/fgZtDst9dUwJ Stephen's intro at a TW hangout: https://youtu.be/LSqlJOVhLSI?t=8728 and finally: http://tw5editor.tiddlyspot.com/ Have a look at: http://tiddlywiki.com/#Community Others did a lot of experiments too. There may be stuff, that is interesting for you. > Sorry if my post tends to get negative on the end but i do love TW and > want it to evolve and improve , its a great utility so keep up the great > work! > Any feedback is highly welcome. Especially from new users, since it shows us, where the problems are. ... Even if I personally disagree with some of your views in 3) have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0f367f16-c542-4a5f-955b-7715e825f537%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

