Re: [tw5] Re: Andy Matuschak's new notetaking app

2020-03-05 Thread HC Haase
Jeremy said that mutch was prepared for mobile in 2011.

This gave me a thought. With the recent talk of a possible name change and the 
advantag of that being  in connection with a major version change, like the one 
from TWC to TW5. Could the "version jump" be to a version optimized for mobile?

https://groups.google.com/forum/m/#!topic/tiddlywiki/EShXN5LvQbA

IMO TW is lacking a lot on mobile but there are many solutions on the mobile 
front. 

* You say that much is prepared under the hood to work with mobile devices.
* You work on top bar plugin optimised for mobile
* Jds mobile layout (this nake a big difference and that's what i use)
* Jds marerial theme with the floating FAB button also have some great mobile 
features
* The ideas in this thread of a better mobile theme
* and more

So if these things could be mashed up to make a more coherent mobile optimised 
tw version I think this could be be enough of a change to "count" as a new 
version (but not necessarily breaking backwards compatability with TW5).

I dont have the knowledge to say, but I think the work for this would be alot 
less than the work for the previous shift ftom TWC to TW5. And this could be 
enough to be perceived / feel like a new version, not to mention really useful 
in a world where mobile touch interfaces is more and more dominant.

What do you think? 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/14d13ee8-0612-419f-be4c-77bf72078697%40googlegroups.com.


Re: [tw5] Re: Andy Matuschak's new notetaking app

2020-03-02 Thread Dave
this is a *vaguely related* aside, came across it recently and thought its 
a cousin in thinking to tiddlywiki, but more of a physical note system.

I thought it might be food for thought at least

https://www.lesswrong.com/posts/NfdHG6oHBJ8Qxc26s/the-zettelkasten-method-1

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e63d2d6-f9ed-4bfb-98d3-e4f5c911b989%40googlegroups.com.


Re: [tw5] Re: Andy Matuschak's new notetaking app

2020-03-02 Thread Jeremy Ruston
I meant to add that I've corresponded with Michael a few times over the years, 
and I know that he's followed TiddlyWIki for many years. I don't know Andy 
directly but I'd be pretty confident that he'd be aware of TiddlyWiki, and 
hopefully learned from it.

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 22 Feb 2020, at 23:41, Diego Mesa  wrote:
> 
> 
> The famous Andy Matuschak that published this piece with the great Michael 
> Nielsen! 
> 
> https://numinous.productions/ttft/
> 
> I wish we could plug him in to TW and even the (out of date) anwiki built 
> into TW! 
> 
> http://anwiki.tiddlyspot.com/
> 
>> On Saturday, February 22, 2020 at 7:33:18 AM UTC-6, Jeremy Ruston wrote:
>> Andy Matuschak is working on a new notetaking application that I'm really 
>> enjoying.
>> 
>> Here's more about Andy:
>> 
>> https://andymatuschak.org/
>> 
>> And here's what we would call a permaview to a stack of notes:
>> 
>> https://notes.andymatuschak.org/About_these_notes?stackedNotes=Work_with_the_garage_door_up=Peripheral_vision=A_reading_inbox_to_capture_possibly-useful_references=Use_phones_to_collect_and_triage%2C_not_(usually)_to_read=Pocket_memo_pad_to_capture_into_writing_inbox_while_out
>> 
>> I've yet to see the editing interface, but the reading interface is pretty 
>> sweet on an iPad: the panels are swipeable in a satisfying way.
>> 
>> Best wishes
>> 
>> Jeremy
>> 
>> 
>> 
>> --
>> Jeremy Ruston
>> jer...@jermolene.com
>> https://jermolene.com
> 
> -- 
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/762b8a91-9078-4030-84d6-ae53b87e0a04%40googlegroups.com.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F2EAF3B3-1FBE-4AE1-A7BE-39F125C766F3%40gmail.com.


Re: [tw5] Re: Andy Matuschak's new notetaking app

2020-03-02 Thread Jeremy Ruston
> I just caught up with that. Very, very good on touchscreen windows tablet.
> 
> Can we replicate that in TW?

Yes, I think we could.

When I started TW5 in 2011 I was very aware of the rise of mobile devices, 
which influenced the design quite a bit: e.g. avoiding relying on support for 
CSS hover effects, shipping with a mobile viewport by default, using responsive 
CSS etc. I've known for a long time that I didn't go quite far enough (e.g that 
it is only now that we have a responsive top menu), but I've also slowly 
realised that there is a deeper difference between interacting with a website 
on desktop vs. touch devices: desktop interfaces are "clicky", because that's 
what mice do, while mobile interfaces are "scrolly" and "swipey", because 
that's what touch screens do best. To be specific, it's hard to tap on the 
right place on a touch screen with any precision, but it's surprisingly easy to 
control the release of a touch-swipe-release gesture. I see this reflected in 
current native mobile UIs, which often provide a clicky way to do things, with 
a touch-swipe-release gesture acting as a shortcut (the examples I could cite 
are iOS specific, but I think it's a trend in Windows and Android too). 

I think TW5 is still far too clicky, doing anything is an endless stream of 
clicks to reveal things and activate them. A dream for a few years is to 
reimagine the user interface in more scrolly swipey terms, and Andy's interface 
does that beautifully. It's a shame it doesn't work well on phone-sized 
screens, though.

Meanwhile, BurningTreeC's work with Hammer.js to make touch interfaces shows 
that it's not too hard to add these gestures to present day TW5.

Best wishes

Jeremy

> 
> Best wishes
> TT
> 
> Jeremy Ruston wrote:
>> 
>> Andy Matuschak is working on a new notetaking application that I'm really 
>> enjoying.
>> 
>> And here's what we would call a permaview to a stack of notes:
>> 
>> https://notes.andymatuschak.org/About_these_notes?stackedNotes=Work_with_the_garage_door_up=Peripheral_vision=A_reading_inbox_to_capture_possibly-useful_references=Use_phones_to_collect_and_triage%2C_not_(usually)_to_read=Pocket_memo_pad_to_capture_into_writing_inbox_while_out
> 
> -- 
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/1f6b78d1-c077-4b79-b468-d1a23410197d%40googlegroups.com.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/EBF5194F-69B6-4AF2-BEDC-777ACE139873%40gmail.com.