[tw] Re: Searchable database in a page

2018-02-28 Thread TonyM
I totaly support stephans suggestion.

Tiddlers and fields are tiddlywikis structure. Get your data in, in that format 
and "the world is your oyster".

There are tools to help

Tony

-- 
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/5eeeb465-c706-4bdc-8e41-d12e7b2923e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Searchable database in a page

2018-02-28 Thread Michael Wiktowy
On Wednesday, February 28, 2018 at 1:28:49 AM UTC-5, Stephan Hradek wrote:
>
> That sounds great. Why not publish it, like I did with tw5magick and 
> tiddlystuff on tiddlyspot as well?
>

That is the intent ... eventually.

/Mike 

-- 
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/ebb819ad-8842-45a7-a927-5400a1b9ffee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Searchable database in a page

2018-02-27 Thread Stephan Hradek


Am Mittwoch, 28. Februar 2018 05:27:47 UTC+1 schrieb Michael Wiktowy:
>
> Stephan's contact example is awesome and I used it and reused it 
> everywhere for various database applications.
>
> Thanks!
 

> So I have recently modified it into a macro that makes everything generic 
> as possible and core-only 
>

That sounds great. Why not publish it, like I did with tw5magick and 
tiddlystuff on tiddlyspot as well?

-- 
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/125f5d68-cff9-456c-9634-28da4c834884%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Searchable database in a page

2018-02-27 Thread Michael Wiktowy
Stephan's contact example is awesome and I used it and reused it everywhere 
for various database applications.

It was a bit cumbersome to clone and edit all the required bits each time I 
wanted to make a bunch of database tables and also it used a plugin that 
Stephan wrote to create a new tiddler before the new tiddler action existed 
in the core.

So I have recently modified it into a macro that makes everything generic 
as possible and core-only (not require "newtiddler"). See attached json 
file containing my macro and example files. The only three components that 
are really needed are the dblist macro, the "Entry" (that does not 
change between dblist instances) tiddler and "Edit" (that needs 
some customization) tiddler:

Usage: <>

Future plans (in no specified timeline) are:
- make it less brittle ... I am sure if you do anything terribly weird, it 
will break
- to make the macro create the "Entry" tiddler and sample 
"Edit" tiddler if they don't exist on first run
- to have the macro clone the Skeleton tiddler completely and not 
just the text field
- make it into a plugin (once do the research to figure out how to make a 
plugin)

/Mike

On Tuesday, February 27, 2018 at 5:16:26 PM UTC-5, masant...@gmail.com 
wrote:
>
> Thanks a lot.
>
> Luis
>
> “Stay Hungry, Stay Foolish.” -- Steve Jobs/Stewart Brand
> “Manténganse hambrientos, manténganse ingenuos.” 
>
> Luis Alejandro Masanti
> lmas...@lam.com.ar 
>
>
> On Feb 27, 2018, at 17:29, Stephan Hradek  > wrote:
>
> Just try to use TiddlyWiki.
>
> A tiddler can be a record of your database
> The title would be your unique key.
> The text could be a free form data field.
> You can add as many fields as you want.
>
> I once created a simple Contacs DB (tiddlystuff.tiddlyspot.com) which you 
> can use as an example. Take care: It's a bit outdated.
>
>
>
> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/Nx6pa4mFZ6s/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@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/f1ffcc0d-1b31-40ae-996d-491935303bf2%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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/f6e51911-1df7-40fe-af66-7289e748c0ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


dblist.json
Description: application/json


Re: [tw] Re: Searchable database in a page

2018-02-27 Thread masanti . luis
Thanks a lot.

Luis

“Stay Hungry, Stay Foolish.” -- Steve Jobs/Stewart Brand
“Manténganse hambrientos, manténganse ingenuos.” 

Luis Alejandro Masanti
lmasa...@lam.com.ar


On Feb 27, 2018, at 17:29, Stephan Hradek  wrote:

Just try to use TiddlyWiki.

A tiddler can be a record of your database
The title would be your unique key.
The text could be a free form data field.
You can add as many fields as you want.

I once created a simple Contacs DB (tiddlystuff.tiddlyspot.com) which you can 
use as an example. Take care: It's a bit outdated.



-- 
You received this message because you are subscribed to a topic in the Google 
Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/tiddlywiki/Nx6pa4mFZ6s/unsubscribe 
.
To unsubscribe from this group and all its topics, 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/f1ffcc0d-1b31-40ae-996d-491935303bf2%40googlegroups.com
 
.
For more options, visit https://groups.google.com/d/optout 
.

-- 
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/E31F4FA9-841E-4644-B54A-53898F57968C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Searchable database in a page

2018-02-27 Thread Stephan Hradek
Just try to use TiddlyWiki.

A tiddler can be a record of your database
The title would be your unique key.
The text could be a free form data field.
You can add as many fields as you want.

I once created a simple Contacs DB (tiddlystuff.tiddlyspot.com) which you 
can use as an example. Take care: It's a bit outdated.


-- 
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/f1ffcc0d-1b31-40ae-996d-491935303bf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.