[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC


Am Freitag, 2. Februar 2018 18:42:11 UTC+1 schrieb BurningTreeC:
>
>
>
> Am Freitag, 2. Februar 2018 18:31:04 UTC+1 schrieb BurningTreeC:
>>
>> @Mark S.
>>
>> sounds good, do you have ideas for how to realize that?
>>
>
> Could beaker browser be used for this? 
>
>>
>> Simon
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d758bcef-86e5-4d57-bb0a-35d9bee0896c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC


Am Freitag, 2. Februar 2018 18:31:04 UTC+1 schrieb BurningTreeC:
>
> @Mark S.
>
> sounds good, do you have ideas for how to realize that?
>

Could beaker browser used for this? 

>
> Simon
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b9a71d10-1396-4e43-b5b5-61f7c0763570%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
@Mark S.

sounds good, do you have ideas for how to realize that?

Simon

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/178fb963-5224-42c4-9155-cdfdde8bff2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread 'Mark S.' via TiddlyWiki
To expand on that thought -- not just for serializers.

Someone -- anyone -- could clone the main TW and then have it work as an 
open-invitation incubator for rapid application development. People could 
add new branches which would be quickly pulled (though not merged) without 
quality control. Known individuals from the group could be given the 
permissions to add branches at any time (I'm assuming those permissions are 
in there, but haven't checked). The main rule, obviously, is no Spam. 
Contributors could make branches on top of existing branches so if person A 
makes some documentation, person B could "improve" it by building a branch 
on top. Then everyone could compare in real-time. If you wanted to refer 
someone to a new plugin you've developed, you could just point to a branch 
on the site. Branches that seem to be complete could possibly be PR-ed back 
into Jeremy's original TW site.

Maybe.

-- Mark

On Friday, February 2, 2018 at 5:01:49 AM UTC-8, @TiddlyTweeter wrote:
>
> Ciao Simon
>  
>
>> Maybe we can gather all important information in one place?
>>
>
> Right. Makes sense. Maybe on GitHub? Not sure if special account or part 
> of TW?
>
> GitHub is the only place I know that where lots of TW devs hang-out and 
> cross-connect. 
>
> Best wishes
> Josiah
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d25a8de3-4508-47b9-9c3e-c024db844e81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
on tiddlywiki.com there's the standard tiddlywiki deserializer tiddler 
which contains some deserializers, one for json, one for html, one for 
old-style-tiddlers (I guess tw classic?) and one for .tid files
https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fdeserializers.js

then there's the evernote import plugin with a deserializer for evernote 
files with the application/enex+xml mimetype: 
https://tiddlywiki.com/#%24%3A%2Fplugins%2Ftiddlywiki%2Fevernote%2Fmodules%2Fenex-deserializer.js


-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ed4726b-e23c-46e9-b921-691f2e31c791%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread BurningTreeC
@TonyM, @TiddlyTweeter,

let's take a look around when we have time to gather some resources and 
bring something together,

we could make a dynalist like @David Gifford did, or make something on 
GitHub, like Josiah proposes

I suggest we could think about that later and first try to gather some 
content

Simon

Am Freitag, 2. Februar 2018 10:04:35 UTC+1 schrieb BurningTreeC:
>
> Hello everyone,
>
> in this thread 
>  @Furicle 
> and @Jeremy Ruston discuss how to import a specific file type to TW using a 
> deserializer
>
>
> Now I'd like to create a list of deserializers so that if one needs to 
> import a special file type he can look up if someone already made such a 
> thing
>
> We could also try to make some for frequently used file types
>
> I'll look into it to understand how to make them, then I'll post infos 
> here.
> Maybe we can gather all important information in one place?
>
> What do you think?
>
> cheers, Simon
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d4a89716-9ecc-4ad3-a14a-8c65dc326579%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] gathering a list of Tiddler deserializers

2018-02-02 Thread @TiddlyTweeter
Ciao Simon
 

> Maybe we can gather all important information in one place?
>

Right. Makes sense. Maybe on GitHub? Not sure if special account or part of 
TW?

GitHub is the only place I know that where lots of TW devs hang-out and 
cross-connect. 

Best wishes
Josiah

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/596e78c5-92d2-4813-b38b-8b0cec240428%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.