backstage: tweaks
check: Use the tab key to insert tab characters instead of moving between fields - chkInsertTabs
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
I'm not keen on giving the tab character special meanings within markup (other than classing it as whitespace), because it breaks the printability of wikitext source. Otherwise a virtue of wikitext is its explicitness (compared to MS Word with it's hidden paragraph markers that act as an anchor for formatting).
The other problem is that it is hard to type a tab character on many systems (eg iphone, ipad).
Having said that, I'd definitely like to evolve an easier to type and read format for tables. MediaWiki lets tables be typed as a cell on each line, which I like a lot.
As to handling the tab key on desktop browsers, my current thinking is that for the majority of users the simplest behaviour is for the tab key to always move between fields, and never to insert tab characters. As with TW classic, we'll need to provide some way for advanced users to insert tab characters when they want them.
Keyboard shortcuts are moving up my list for TW5. My aim is to allow it to be entirely driven by the keyboard, and to allow a high degree of configurability by users. You will, for instance, be able to navigate the tag pills and their associated lists.
Actually, it's the other way around (unless I misunderstand you): Tab character was explicitly created to make tables. It is the de facto international standard to make tables.
But maybe I do misunderstan you because I don't get what breakign the printability of wikitext source means - if you print source text then tab characters are printed as well, no?
The other problem is that it is hard to type a tab character on many systems (eg iphone, ipad).
Tru, altho pipe is also a bit iffy.
Having said that, I'd definitely like to evolve an easier to type and read format for tables. MediaWiki lets tables be typed as a cell on each line, which I like a lot.
Interesting. Possibly a decent route - but still very much a compromise from a user perspective. It misses out on the very 2D essence of a table IMO.
As to handling the tab key on desktop browsers, my current thinking is that for the majority of users the simplest behaviour is for the tab key to always move between fields, and never to insert tab characters. As with TW classic, we'll need to provide some way for advanced users to insert tab characters when they want them.
Just a note here: In Cinta Notes, you jump between title, text and tags with tab key - but you can also get there directly with up/down arrow keys! Very convenient actually and it creates a more connected feeling between the fields. (Related: you can't tab key backwards.)
Keyboard shortcuts are moving up my list for TW5. My aim is to allow it to be entirely driven by the keyboard, and to allow a high degree of configurability by users. You will, for instance, be able to navigate the tag pills and their associated lists.
Interesting. I don't know how this navigation will be manifested, but again arrow keys for navigation may be worth considering as an option.