[tw5] Re: Left column of links as in Classic?

2021-11-17 Thread Greg Davis
Not quite the same as Classic Tiddlywiki but you might try Nicolas Petton's 
Notebook theme. It puts everything to the left. You could add, say a 
'TableOfContents' to the sidebar and put those extra links there. I'm using 
most of the time now with the his Dark Palette.

Nicolas Petton's Notebook theme:   
https://groups.google.com/g/tiddlywiki/c/jdEb_TuJia4/m/Nlwb2iRSBQAJ

In the past I've built wikis based on the left menu by Ton Gerner:   

TW5 Top + left menu 2.33 — a demo TiddlyWiki ( TW v5.1.22) 
http://tw5topleft.tiddlyspot.com/

On Tuesday, November 16, 2021 at 4:32:30 AM UTC-5 PMario wrote:

> Hi, 
> You should at least provide a screenshot, so we know what you are talking 
> about. 
> -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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d362324f-161f-4ffc-a447-887e3b354b8fn%40googlegroups.com.


[tw5] Re: How do I access an embedded binary file?

2019-10-30 Thread Greg Davis
I don't use node.js so I maybe misunderstanding what you are trying to do. 
If I understand, you are dragging a ppt file into TiddlyWiki so it becomes 
embedded as a tiddler. Then you want to download that embedded ppt file.

That sounds like the problem of downloading an embedded zip file. Such 
files are stored in the TiddlyWiki in a base encoded format. Jeremy gave an 
example of downloading such a file:

Embed a ZIP for download?
https://groups.google.com/forum/#!msg/TiddlyWiki/XoyXlWO8SpA/K_IcD4qgvhwJhttps://groups.google.com/forum/#!msg/TiddlyWiki/XoyXlWO8SpA/K_IcD4qgvhwJhttps://groups.google.com/forum/#!msg/TiddlyWiki/XoyXlWO8SpA/K_IcD4qgvhwJ


Not sure if this would work for ppt files or if a modification of boot.js 
similar to the one Jeremy mentioned for zip files would be needed for ppt 
files. Such a mod should be tested before using on your good TiddlyWiki.

To download zip files I made a macro (attached) based on what Jeremy 
suggested. I have not tested it intensively but seemed to work for zip, 
pdf, png, and gif files.

Hope that is helpful,
Greg


On Tuesday, October 29, 2019 at 3:13:34 AM UTC-5, Michael Borgwardt wrote:
>
> I'm running TW on node.js, so storing binary files directly in Tiddlers is 
> unproblematic - they just get uploaded and stored as separate files.
>
>
> However, if I embed e.g. a Powerpoint file, how can I actually access it? 
> I'm looking for a way to include a download link to the file in the text of 
> another Tiddler. But I can't find out how to do that. If I use a normal 
> link to the file's Tiddler, that just opens.
>
> Now according to 
> https://tiddlywiki.com/#How%20to%20embed%20PDF%20and%20other%20documents 
> at least "When you edit the tiddler a link is presented. You can right 
> click on the link in order to download the file. " - but I cannot find that 
> link either. There is just a yellow box saying "This tiddler contains 
> binary data".
>

-- 
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/a6b2c810-0757-456d-81ca-defc6dcd08c1%40googlegroups.com.


$___macro_jermolene_download.tid
Description: Binary data


[tw5] Re: TW plain text export & Windows Notepad

2019-06-04 Thread Greg Davis
You can also open in Wordpad and then save. Works at least in XP, don't 
have 8 or 10 handy to check. Use this trick on other files that some 
programs create.

-- 
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/624cbb3c-4f45-4aee-8a6b-4c3397638785%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Resize Embedded Video

2019-04-29 Thread Greg Davis
If you really mean dragging your MP video into your TiddlyWiki, I think I 
may have found a way. Caution adding a lot of videos in your TiddlyWiki 
will slow it down, that is why it is usually suggested to use exteranl 
videos. This is based on the mention of embedded MP3s in the docs.

It requires using the FluidVideoStyle I posted earlier. (This is for a 16x9 
format video, you may have to adjust padding-bottom)
Embed your MP4 video. (I thtink TiddlyWiki only supports embedded MP4)
Create a new tiddler to display the video using the following (replace 
your-video.mp4 with your video name):



{{your-video.mp4}}


You don't have to use center if not needed.

Again, hope that helps,
Greg

-- 
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/02f57d1d-16ea-4422-9bee-852fb98dc95d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Resize Embedded Video

2019-04-29 Thread Greg Davis
Hi,

Fiddled with the macro I normally used for local videos and tried direct 
coding but neither seemed to work for embedded video. As for size on 
desktoop vs. phone, the included macro is for fluid video. Don't have a 
phone to try but works in responsive mode with Firefox and Chrome.

The macro is for local video in the same folder as the TiddlyWiki or in a 
sub-folder. Didn't try but should work if instead of folder use server and 
path to a served file.

Fluid youtube requires a style sheet  and if I recall was a little odd, 
seemed to fill tiddler regardless of size set. Cheated by putting macro 
inside a transparent table with the desired maximum width.

Sample macros and stamp attached.

Hope it gives you some ideas,
Greg


-- 
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/98f12acc-98c1-4bd0-a01b-071d32c49589%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$___macro_gd_fluidvideo-dim.tid
Description: Binary data


stamps_Transparent Table.tid
Description: Binary data


$___FluidVideoStyle.tid
Description: Binary data


$___macro_gd_fldyoutube-dim.tid
Description: Binary data


Re: [tw5] Re: TW5: Indirect referencing for external files

2019-03-18 Thread Greg Davis
Al / Mark,

Sorry, kept looking at the original and didn't pickup on the path. Please 
ignore.

Greg

-- 
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/aa59a772-3649-4ca6-bbed-1d6ae7183399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5: Indirect referencing for external files

2019-03-18 Thread Greg Davis
Hi Al,

Looking at your note I'm note sure where Android came up, not sure if it is 
relevant.

That said, I can give you some working examples that work under Windows in 
Firefox or Chrome. The first two examples are using the latest versions of 
my macros for video and audio. The local files will not show up on 
TiddlySpot. See the included readme for listing of the macros included.

I don't think the normal TiddlyWiki has a way to display a video in another 
window. Other people have come up with ways to display a tiddler in another 
window faily recently I think. The video player can be displayed full 
screen.

Hope that helps,
Greg

example of calling video, source online or local drive:

http://objections2jesus.tiddlyspot.com

audio example, the same would apply for using video macros instead:

http://churchhistory.tiddlyspot.com

Some older examples of macros for audio and video (older versions of 
macros):

http://av-macros.tiddlyspot.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 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/a0d0d53a-167c-4c4c-9e8f-3b734a141e9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: On This Day in History For Personal Archive

2019-02-16 Thread Greg Davis
Hi LG,

Just a note in case you want to use my tabbed calendar to explore 
journaling in TW.. I've been meaning to put together a way for someone to 
add new years, older or future, and I did.

It is a json file that can be edited using search-and-replace to create all 
the tabs for a new year. Brief instructions are included in the file 
itself. There is a link for the download in the tabbed calendar's readme.

Enjoy TiddlyWiki,
Greg

-- 
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/221dbdb4-9221-4502-90a2-8830745ac9bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: On This Day in History For Personal Archive

2019-02-11 Thread Greg Davis
Hi LG,

Don't know what you have already looked at, these might give you an idea of 
possibilities. One I ran across:

Crispy Journal — A place where I can effortlessly write, remember and 
reflect on my day every day.
http://journal.cpjobling.net/#ALT-C%202018


My simple examples, nothing as ambitious as your ideas:

Church History Series — by Dr. James R. White
http://churchhistory.tiddlyspot.com/#

2019 Calendar — a tabbed picture calendar
http://tabbed-calendar.tiddlyspot.com/#2019

If you have not already looked, you might find something in the TiddlyWiki 
Toolmap:

Calendars, dates, timers and timelines - TiddlyWiki toolmap - Dynalist
https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=KD7kUsUIFmx3Us0teMLUILMI

Good luck,
Greg

-- 
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/ec68a4ad-0142-4609-a914-91ebaaad6141%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-03 Thread Greg Davis
oohs and aahs, applauses from the crowd!

Don't work on moble much but this may be very tempting on my laptop or 
desktop, like the menu on the left.

Played around in Firefox Responsive Design Mode and it seems to work on 
smaller screen sizes. Did notice an oddity, on width 800 and less the 
pallete selection option lost the last four choices, spartan etc.

Really great work, well done!
Greg

-- 
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/6f7ae89a-3d4c-4991-9e5c-264b89da334b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Tiddlyspot problems or just me

2019-01-28 Thread Greg Davis
Just tried to share a TW that used to be on Dropbox on Tiddlyspot. Used 
Chrome and new TWC was created but can't seem to save the TW5. Tried saving 
with Firefox and timesout bad password.

Tried one of my TWs already on Tiddlyspot with both Chome and Firefox, make 
change but save times out bad password.

Anyone else run into this this evening or is it just me?

Greg

-- 
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/c3b40eab-0482-400a-a098-a946e85e1bed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [HELP] inserting images

2019-01-28 Thread Greg Davis
Hi,

Are you sharing your images from Dropbox, did you check out sharing from 
Dropbox? https://tiddlywiki.com/#Sharing%20a%20TiddlyWiki%20on%20Dropbox

I only have a free account and since they stopped allowing TiddlyWiki 
hosted there I don't know if it is any different for paid accounts. Long 
time ago worked out a way of sharing on Dropbox. Can't seem to get a new TW 
on Tiddlyspot so I'll just attach three tids from a demo I did.
Download and drag into a TiddlyWiki to see examples.

Hope that helps,
Greg


-- 
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/f4269915-6ff2-4567-89ee-bc997c0b2408%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


images_lights.jpg.tid
Description: Binary data


Step-by-Step 2015-03-23.tid
Description: Binary data


Images Test 2015-02-06.tid
Description: Binary data


[tw5] Re: Scrivener and Tiddlywiki

2019-01-16 Thread Greg Davis
Looked through some of my old notes and think I found "them". 
FastNewTiddler which seemed to evolve into QuickTid which became rQuickTid. 
Search on those names and you find a couple dozen references.

Don't know their current status or if they are still compatible.

[TW5 Workflow] The Stealth NewHere Method! PLEASE READ - 
https://groups.google.com/d/msg/tiddlywiki/Xm5SsHCer6E/IGdHpq5fp_gJ

Presenting: QuickTid - 
https://groups.google.com/d/msg/tiddlywiki/05hAZCr-k-w/Qq4zuE4WIAAJ

Presenting: rQuickTid - attention-free note taking - 
https://groups.google.com/d/msg/tiddlywiki/ZYg14WX-1mE/i1g-hOfUAgAJ

-- 
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/eae2718e-295b-41fd-ad31-a512e77b3fce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: A Workshop on Tiddlywiki

2019-01-03 Thread Greg Davis
Hi Mohammad,

You are surely welcome. I have to agree with you. I tend to keep things 
relatively simple. The last two are putting way, way, way too much on the 
screen at one time. The software is being rewritten so I doubt they will 
ever be cleaned up.

You could of course find other ideas at DesignWriteStudio:  
https://designwritestudio.updog.co/#Spring%202018%20Studio%20Presentations

Best Wishes,
Greg

-- 
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/bb50baa2-1d73-4a2f-b0c9-dab4324ca598%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: A Workshop on Tiddlywiki

2019-01-03 Thread Greg Davis
Mohammad and TonyM

Slowly catching up over the holidays and thought I give you some simple 
examples of using TiddlyWiki.

Back in the dark ages of time, when I was a corporate trainer, we used a 
commercial course authoring program then moved on to an inhouse developed 
program to build a menu around HTML pages. It looked about like TiddlyWiki 
Classic but the menu was on the left. We moved from live instruction to a 
mix with some self-paced monitored self-study courses. That moved on to 
little live instruction with more web or CD delivery. It also had a system 
for testing and reporting results to central server.

Since I first saw TWC I thought it could have done the same job except for 
the testing and record keeping. I was hoping that integration with the 
Tincan API might provide that missing piece but that seems to have lapsed. 
Perhaps Federation (TWederation) will be able to add that, though it might 
require some Javascript plugins to make the testing more secure.

Anyway, trying to get my downloads under control I created two TWs. They 
might be examples for a course that primarily media based. Options for 
online or offline use are included.

The first is an audio lecture series on church history. Because it was 
presented over an extended period of time I used a journal style of entry.

http://churchhistory.tiddlyspot.com

The second is a video lecture series, in this case on the Jewish view of 
Jesus. This was structured a little more like a traditional course and I 
made the TW that way. This might be the way a course with media might be 
presented.

http://objections2jesus.tiddlyspot.com

Entries in both have included a notes entry that is transcluded into the 
main entry. That way the student wouldn't have to modify the main entry and 
could actually make notes while the media is playing.

Those are simple examples that don't require heavy TW knowledge. The few 
fancy things are done by macros and snippets (stamps) to make using them 
easier if a student would add more.


For something more complex, as in presenting a procedure, I've included two 
TWs that I helped a friend create sometime ago. They are step-by-step 
guides to installing  and running some software. No specific way was 
provided for notetaking.

http://portable3d.tiddlyspot.com

http://portable3dev.tiddlyspot.com

Hope that helps by giving you a few more ideas.

Greg

-- 
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/2851267c-7c47-421c-ba74-a4ccda07a8cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [I'd like to TALK] ... About Security

2018-12-06 Thread Greg Davis
Josiah,
I did not get your original message on security. I'm using Gmail, checked 
SPAM and TRASH and it was not in either. These are your messages, as of 
11:35am this morning, that I had received:

[tw5] Re: TiddlyWiki at the local Community College 6:38am

[tw5] Re: I love TiddlyWiki because... 7:17am

[tw5] Re: Favicon is not displayed 9:36am

[tw5] Re: [I'd like to TALK] ... About Security 9:43am

On Thursday, December 6, 2018 at 9:43:04 AM UTC-5, @TiddlyTweeter wrote:
>
> For email users of this list ... I just wrote a post ... Could one of you 
> let me know if you got this message ...
>
> (Web users of the group can ignore this post)
>
> J.
>
> @TiddlyTweeter wrote:
>>
>> I'm getting very interested in TW as a potentially secure way to chat, 
>> and publish material that is ONLY for selected users/participants.
>>
>> Part of the background is that its becoming clearer that large online 
>> services are NOT, ultimately, able to secure conversation. I spent the last 
>> two days sorting out the aftermath for me of the Quora meltdown ... 
>> https://www.forbes.com/sites/daveywinder/2018/12/04/quora-hacked-what-happened-what-data-was-stolen-and-what-do-100-million-users-need-to-do-next/
>>
>> The problem is those types of system are owned and run at huge scale by 
>> far off companies and you don't know what they are doing. In fact THEY 
>> often don't know what they are doing till its too late. This just is the 
>> latest of a long line of serious cloud hacks. I basically don't trust them 
>> now. The hassle re-setting everything after an attack is both a PITA and 
>> very worrying. Identity theft can be a very complicated thing to sort out.
>>
>> TW seems interesting if you can add *two step verification*.
>>
>> Practically I'm very interested in being able to run a TW online just for 
>> conversation with ONE person ... i.e. One Wiki Per Converser. In this way 
>> we can chat AND in teaching I can show all but only what is needed. This is 
>> appropriate for how I work, which is all one-on-one. More collectivist 
>> security models interest me too, but the simple person-to-person is a 
>> specific interest. And I think it may be simpler to establish really 
>> robustly?
>>
>> This is just one set of thoughts. My main concern is: can TW be maximally 
>> secure? I think, if it could be demonstrably so on-line it could be a USP 
>> for it.
>>
>> Any comments welcomed ...
>>
>> These are just early thoughts
>> 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/4143b75d-c05a-4612-bc80-9ed46deede13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: local video with thumbnail macro

2018-12-02 Thread Greg Davis
Stefan, you're most welcome. Glad you got it workiing.

Enjoy TiddlyWiki,
Greg

-- 
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/57f3991d-b41b-46ef-bb7e-9475b6bec0b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: local video with thumbnail macro

2018-12-01 Thread Greg Davis
Hi Stefan
Not sure what problem you had with the post you linked. I put together a 
collection of examples of macros for various media at: 
http://av-macros.tiddlyspot.com/

HTML5 video supports including a poster so you could use the example *Video 
and Cover Poster in Local Folder* as a start.

the macro command is <>


   - it is based on a 16 by 9 ration video, you could change the height and 
   width in the macro itself
   - folder - assumes a relative path from the location of your TiddlyWiki, 
   if not in the same folder a slash / must be added to the end
   - filename - video filename without the extension
   - poster -  must be in the same location as the video, it must include 
   the file extension
   - title - title to display beneath the video (optional)
   - origin - source url or short note (optional)

You could modify to suit your use case.

Hope that helps,
Greg

-- 
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/b40f8760-d372-47e7-a668-0d2e09011830%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to create Table of Contents inside a tiddler?

2018-11-26 Thread Greg Davis
Hi Roger,

Nornally if you add a caption field, to a tab tiddler, it will be shown on 
the tab instead of the tiddler's title.

I'll also suggest you add some type of link on each tab tiddler, to itself 
for easy future editing.

For a simple example of using tabs, see: 
http://tabbed-calendar.tiddlyspot.com

Hope that helps,
Greg

-- 
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/f425bfb0-fea2-40b6-a322-52c41eae6b00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Why is there no table of content in the empty wiki?

2018-11-17 Thread Greg Davis
This topic keeps coming back. For most things I create JSONs of my common 
preferred staring setup. But generally the minimum is a TOC and Tobias 
Beer's Markup Reference. I think those might be a good minimum. When a new 
user has the TOC available they can decide how to best use it for their 
needs. Or learn how to use it as their experience grows. For more 
complicated things they can go to TiddlyWiki, or a downloaded copy, for 
instructions.

Rather than a JSON, decided to try a simple plugin. It includes the base 
TOC, Tobias' Reference, and a brief description to hopefully get a new user 
started. (Trying to keep it small and simple.) It can be found at:

http://gdplugins.tiddlyspot.com/

Greg

-- 
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/74386189-f23f-4d0f-9da6-4057305dcac9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Datebook or Journal for the new year

2018-11-03 Thread Greg Davis
With the coming of a new year I've extended the tabbed calendar. Since my 
source for holidays doesn't go past 2020, 2121 uses short quotes as an 
example. You can customize any by clicking the picture to open the 
corresponding tab for editing.

http://tabbed-calendar.tiddlyspot.com

Enjoy,
Greg

-- 
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/ea0a5d72-7dde-42c9-9647-b5f42d85fb9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread Greg Davis
A small example might be the "bible" for the series I am trying to write.

Characters are tagged for things like species, occupation, citizenship, 
book(s), story

So some characters might be:

title: North, Wil
tag: human, trader, terran, repairs, daughter, recall
caption: Wil North

title: Gregory, Mariko
tag: biosynth, pilot, s-union, recall
caption: Mariko

Then for say all the characters in the book "Recall to Duty"

I could use:

<$list filter="[tag[recall]]">

<$link><$view field="caption"/>


to give me a list, of links, of all the characters:

Mariko
Wil North

As characters are added or removed the list automatically updates.

Also it seems like their are too many tags causing untidy confusion their 
are ways to hide the tags from view but still enjoy their use.

Hope that sparks some ideas.
Greg

-- 
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/9c244ea0-9c0c-42a1-9ee5-27a472c50421%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: export to ebook format (epub)

2018-05-24 Thread Greg Davis
Mark S.

Hi,
Well if it is Science Fiction there is always Baen official slush for 
publication  http://baen.com/

If you have not given it to a beta reader and/or editor. You can try the 
crit forums on Baen's Bar (have to register) the Slush Pile is for general 
critiques. Other critique forums are Baen's Universe Slush is for short 
stories and 1632 Slush is for stories in Eric Flint's Ring of Fire 
Universe. http://bar.baen.com/

On Thursday, May 24, 2018 at 9:48:31 PM UTC-5, Mark S. wrote:
>
> I guess we're all in the same boat. I've got one medium story finished, 
> but wasn't sure where to submit it.
>
> --
>
> On Thursday, May 24, 2018 at 7:44:58 PM UTC-7, Greg Davis wrote:
>>
>> Tony
>>
>> GO FOR IT ! !
>>
>> Hey, I was IT. Life interrupted but I am trying to get back to the 
>> project I started along time ago. First drafts and notes scattered all 
>> over. Wish I'd had TiddlyWiki back then to keep track of everything.
>>
>> Best Wishes,
>> Greg
>>
>> On Thursday, May 24, 2018 at 7:12:04 PM UTC-5, TonyM wrote:
>>>
>>> Josiah,
>>>
>>> The incentive is very powerful for a sub-sector of users, when I was 
>>> younger I wanted to be a cosmologist and science fiction writer.  An IT 
>>> career happened instead. Only recently I started to think about writing 
>>> again because I could build a universe, a solar system and a number of 
>>> planets and document it in TiddlyWiki. To think that within that wiki the 
>>> eventual content can be produced then published to a common reader format 
>>> sounds great. We can do this to PDF with our browsers so what extra value 
>>> is direct to epub offer? I imagine a richer index and more?
>>>
>>> If however there are good PDF to epub converters I would not waste our 
>>> time with another export format but add it to improving PDF outputs.
>>>
>>> Regards
>>> 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/29761c36-7cb5-4aff-b629-7e740cee208c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: export to ebook format (epub)

2018-05-24 Thread Greg Davis
Tony

GO FOR IT ! !

Hey, I was IT. Life interrupted but I am trying to get back to the project 
I started along time ago. First drafts and notes scattered all over. Wish 
I'd had TiddlyWiki back then to keep track of everything.

Best Wishes,
Greg

On Thursday, May 24, 2018 at 7:12:04 PM UTC-5, TonyM wrote:
>
> Josiah,
>
> The incentive is very powerful for a sub-sector of users, when I was 
> younger I wanted to be a cosmologist and science fiction writer.  An IT 
> career happened instead. Only recently I started to think about writing 
> again because I could build a universe, a solar system and a number of 
> planets and document it in TiddlyWiki. To think that within that wiki the 
> eventual content can be produced then published to a common reader format 
> sounds great. We can do this to PDF with our browsers so what extra value 
> is direct to epub offer? I imagine a richer index and more?
>
> If however there are good PDF to epub converters I would not waste our 
> time with another export format but add it to improving PDF outputs.
>
> Regards
> 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/2d0f84f8-66f5-4110-9faf-c29790dfbd83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: export to ebook format (epub)

2018-05-24 Thread Greg Davis

Hi,
Kind of stopped pursing Epubs as got more into TiddlyWiki, but a few notes:

Epub3 features are not all backward compatible with epub2 devices / apps 
and there is a large numer of old epub2 devices / apps. Some may require 
NCX file.
EPUB 2 is XHTML 1.1, CSS 2, UTF-8 encoding
Most devices / apps support flowing text. Pictures may be on different 
screen than related text.  Fixed layout pages have limited support and 
complicated to produce.
Positioning for pictures or tables is easiest inline with text, not offset 
or other tricks. Tables limited width for readability and can break if too 
wide. 
Not all recent devices / apps support all features, or support the same way.
A manifest and spine must identify all referenced files, their location, 
and reading order.
The mime type file must be the first one in the zip file.
Each chapter is typically a new HTML file.
Some vendors will reuire that they pass a validator like ebubcheck.
Epub files for Apple may have to be tweaked to Apple specs.
Not everyone uses Epub, don't forget Amazon which uses AZW3 or newer KF8.

Take a look at MobileRead Forums https://www.mobileread.com/forums/ 
particularly the Epub and Workshop forums.

Good luck,
Greg

-- 
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/918ebeb1-a410-4da5-bfaa-59ae258ea48b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Seeking Thoughts: Packaging A TiddlyWiki as A Single Application Helps Marketing?

2018-03-26 Thread Greg Davis
Hi All,

Tried to make a PAc version of TiddlyDesktop back when node still ran in 
Windows XP. Command line allowed putting some files in the appropriate PAc 
Data directory but node still seemed to put some files in 'Appdata' on the 
PC's root drive. Need some way to specify put in PAc's Data folder, can 
move back and forth but not good for a lot of data. Also the TiddlyDesktop 
config seemed to hard code the drive letter, in settings, so if moved USB 
and got different drive letter it wouldn't work. That hard coding negated 
the PAc launchers ability to adjust drive letters. Ideally, the easiest way 
to make a PAc is if application has location of various data/config files 
specified in an ini file. If I remember correctly, ran once with command 
line to get the config files then copied them to Default Data to use in new 
installs.

The PAc packages are a zipped collection of files using NSIS to install. It 
specifies a folder structure where the application files should be placed 
and where the data files should be placed. This allows a standard 
configuration on how to do updates and, if desired, back up data. For 
easiest use, the application is installed within the Platforms folder 
structure. The platform provides a menu to select from the installed 
options it also check for updates of installed applications. It has some 
use, depending on the application, outside of Windows with WINE in Linux 
and possibly other options in OSX. The PAc packages can be installed 
without the Platform.

As for TiddlyDesktop as a PAc App, it would be for making or editing  
TiddlyWikis. LibreOffice makes "Word" docs or spreadsheets, GIMP makes or 
edits pictures, Blender makes 3D models. Apps mostly make or edit something 
else, the only possible limitation is finding an audience that wants to use 
the App. PAc doesn't say you have to use their site to distribute an 
application packaged in the format. I think the only limitations come if 
you want to sell an application packaged in their format.

This might also be applied to TiddlyServer with similar problems to be 
overcome.

Greg

Doen't want to post with zip try to add later.

Found some old files from when I gave up, this is the basic structure 
without the TiddlyDesktop files. Not sure where I left off with this. After 
add TiddlyDesktop files run with TiddlyDesktopPortable.exe.


-- 
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/a5952095-1f94-4ab3-948c-c043ea215380%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Bibles

2017-12-19 Thread Greg Davis

Hi, seems this subject will not go away. One of the original threads, 
probably the major one, is here: 
https://groups.google.com/d/msg/tiddlywiki/ZCKqJu1hMvM/lPn-nNp6HAAJ

Thanks for the shout out, Mark S, if I recall correctly you came up with a 
javascript generator to simplify loading a formatted text and converting to 
TidlyWiki.

Life and some other projects slowed down my progress, only working on 
Psalms now, hope to finish my "enhanced over plain text" version someday. 
(Haven't updated the version on Tiddlyspot.)

Been awhile since I looked but I think it would be possible to create TW 
versions for at least the ASV1901, RV1895, and ReinaValera1909. I think 
these are all public domain now. So still possible additions to the 
TiddlyWiki Library.

Greg

-- 
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/9799f921-f0fa-48c6-96f2-c218111a1f10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Datebook or Journal for the new year

2017-11-17 Thread Greg Davis
That time of year again so, continuing on the topic of calendars, I took a 
different approach this year. This time a simple picture calendar with 
tabs. Nothing fancy with macros or templates. Again used BJ's Calendar 
Plugin.

Quick reminders or maybe quotes or verses might be added. The area for the 
picture is very limited, but if you don't mind hiding the Sidebar then much 
large pictures could be used.

Sorry, not for small portrait screens.

You can find it here: http://tabbed-calendar.tiddlyspot.com

Have fun,
Greg

-- 
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/c87b5f74-6663-48d3-b1ce-039b18ad270b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Simpe example for Video or Audio Library

2017-08-01 Thread Greg Davis
Hi! Just a little update, continuing on with the idea of collections of 
audios or videos in TiddlyWiki.

First an example of using TW to access a collection MP3s from an audio 
bible. Unfortunately this was meant for offline use on a local drive, but 
you can get the idea.

http://kjv-audio.tiddlyspot.com

Actually have a couple of large examples linking to YouTube and local files 
(webcasts 5 - 8 videos a month over 5 - 11 years) but they are not quite 
finished and I would want the OK of the content creator to share the 
TiddlyWiki.

Anyway, been fooling around with macros and created a TW to keep track of 
them. Thought it would be helpful to share for the casual users.

Covers local files, YouTube, and Dropbox. (Dropbox examples may be peculiar 
to a free account.)

http://av-macros.tiddlyspot.com

Greg

-- 
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/7bef9252-0321-4d16-99ca-3924d9fc2982%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Mother begats Mother -- Daughters are spawned anonomously

2017-06-28 Thread Greg Davis
Thanks Josiah,

Intersting, at 320 by 480 and 360 by 640 and 768 by 1024 in "Reponsive 
Design Mode" it goes into TiddlyWiki's default "mobile mode" with menu over 
content. At least that happens on my PC.

It has been awhile since discussions on designing for mobile (phone) use. I 
don't remember at what screen width TiddlyWiki would automatically switch. 
That was the reason I kept a menu in the right sidebar.

First reponse I received with a problem. Thanks for the heads-up.

Greg

-- 
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/794dfe9a-b704-4022-ad96-68e531892680%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Mother begats Mother -- Daughters are spawned anonomously

2017-06-28 Thread Greg Davis
I think if you toggle to the menu in the right sidebar, it is useable. At 
least appears to be when viewed in small portrait screen in Firefox's 
Redponsive Design Mode.

Greg

On Wednesday, June 28, 2017 at 3:42:12 PM UTC-5, @TiddlyTweeter wrote:
>
> They work well on standard widescreens (in portrait not so good as your 
> get bleed form the menu). Its good to see them though! The MAIN point is 
> they do what the user needs. 
>
> I wish we got to see these everyday. Everyday they are used.
>
> Josiah
>
> On Wednesday, 28 June 2017 22:29:32 UTC+2, Greg Davis wrote:
>>
>> Hello Josiah,
>>
>> Well, if you're looking for examples of Tiddlywikis. Helped a friend 
>> create a couple. They don't quite follow standard TiddlyWiki design, they 
>> grew bigger than I initially envisioned. (They also need some updating.) 
>> They were meant to be downloaded for reference off-line. They include many 
>> embedded pictures so are LARGE.
>>
>> A Quick Start Guide,aimed at new users, and a Developer's Guide:
>>
>> http://portable3d.tiddlyspot.com
>>
>> http://portable3dev.tiddlyspot.com
>>
>> Not necessarily something that someone could reuse, but is an example of 
>> what can be done.
>>
>> Greg
>>
>

-- 
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/36633fd2-4085-440c-8662-7d1129be7020%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Mother begats Mother -- Daughters are spawned anonomously

2017-06-28 Thread Greg Davis
Hello Josiah,

Well, if you're looking for examples of Tiddlywikis. Helped a friend create 
a couple. They don't quite follow standard TiddlyWiki design, they grew 
bigger than I initially envisioned. (They also need some updating.) They 
were meant to be downloaded for reference off-line. They include many 
embedded pictures so are LARGE.

A Quick Start Guide,aimed at new users, and a Developer's Guide:

http://portable3d.tiddlyspot.com

http://portable3dev.tiddlyspot.com

Not necessarily something that someone could reuse, but is an example of 
what can be done.

Greg

-- 
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/e8864b2e-53bd-491d-aad2-8b2318e90f4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Without internet access, can I play a selection of video files from my local hard disc on TW5?

2017-06-14 Thread Greg Davis
Hopefully you found your answer, haven't been keeping up with the group. 
You might try an example of an alternative:

https://groups.google.com/d/msg/TiddlyWiki/TL8N40F0DVQ/B0NlKmA9FAAJ

example: http://kpoplibrary.tiddlyspot.com

I think all recent OSs and browsers support MP4 though there were some 
holdouts that required WEBM or OGV. The examples supported all three but 
you could remove the lines related to codecs you don't use. The cover 
picture is not necessary but it helps show it is probably the right video.

Good Luck,
Greg 

-- 
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/f12efcfb-538d-4f4f-bea6-558b5677c039%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Simpe example for Video or Audio Library

2017-01-18 Thread Greg Davis
Thanks Tobias. Yes, I like Ton's Left Menu, added a little to it. I was 
looking for something relatively simple to access videos or audios and 
thought keeping it that way would be a good example for novice users.

Don't frequently have such a repetitive set of tiddlers, such as these, but 
a macro would be ideal. Oddly, a quick search at TiddlyWiki.com for 
examples didn't lead me to a workable macro but another of your posts got 
me on the right track. At least it seems to be the right track, it worked 
in Firefox and Chrome.

Here are examples of global macros for local videos and videos on Dropbox, 
if anyone notices a problem please let me know. I'll have to add macro 
examples to TiddlySpot.

Leaving macros for audio up to the user.

Greg


*LOCAL VIDEOS*

title: $:/_video-local macro
tags: $:/tags/Macro

\define videolocal(folder poster name)




Sorry, your browser does not support the HTML 5 video tag.

\end

folder  = folder containing poster and video files (assumed one level below 
the TiddlyWiki)
poster  = complete poster filename including extension
name   = video name *without the extension*

Firefox recognizes only webm videos, Chrome recognizes both mp4 and webm 
videos. If you only use one browser, you can remove the extra lines. I 
forget which browser wanted ogg.

the macro call format:  
<>

example: 
<>


*DROPBOX VIDEOS*

title: $:/_video-dropbox macro
tags: $:/tags/Macro

\define videodropbox(dbposter dbname)




Sorry, your browser does not support the HTML 5 video tag.

\end

dbposter  = complete link, including extension, to poster file on Dropbox
dbname   = link, *without the extension*, to video file on Dropbox

the macro call format:  
<>

example: 
>

-- 
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/1adc8ede-299d-4260-b1ad-ffeef5bb3b17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Simpe example for Video or Audio Library

2017-01-17 Thread Greg Davis
Looking at a growing collection of videos and audios on various topics 
created a simple test to see how it might work. Thought it might be of 
interest to others.

This example is for a few KPOP videos which would be stored locally on an 
internal or external hard drive. So most of the videos will not play but 
have included a few examples for online content for those that might prefer 
that. Right now just uses the Table Of Contents, have not tried creating 
lists or other ways to sort.

Example templates for Local, Dropbox and YouTube are included. At can be 
viewed at: http://kpoplibrary.tiddlyspot.com

BJ's calendar plugin is included if you want to collect something like 
regular podcasts.

Hope this example might help spark your own ideas.

Greg

-- 
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/1523db12-0c58-4a01-9869-37a40e509143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Datebook or Journal for the new year

2016-11-23 Thread Greg Davis
Hi all!

With the new year just around the corner, decided build a new 
datebook/journal TW rather than having it grow from scratch through the 
year again. There have been other solutions here including GTDs but just 
wanted something simple. Thought it might be good to share for the new / 
casual users out there who are not into intricate lists and filters. At 
least it might provide them some ideas. It is based on BJ's Extendable 
Calendar. It also includes Danielo's EncryptTiddler Plugin for those 
'secret' diary entries. To add new date entries used BJ's diary option, but 
for regular viewing used the calendar option. If you just add entries each 
day, the New Journal button could be added to the left and right toolbars.

http://datebook.tiddlyspot.com

Making the story river / tiddler wider might be able to add pictures to the 
month tiddlers for a custom picture calender on desktops or laptops.

Don't have a smartphone to try it but using Firefox's Responsive Design 
Mode looks like might be useable if switch to right menu bar and use 
months, rather than year, to navigate.

For multiple enties on single date the timestamp might be a useful addon: 
https://groups.google.com/d/msg/TiddlyWiki/UHt6GsMpyAQ/SAU-Os2jAQAJ

Enjoy!
Greg


-- 
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/c5db5c16-ab45-499e-95f3-d093328632dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Prerelease of v5.1.14

2016-10-19 Thread Greg Davis
Hi,

@Mat

In ver. 5.1.13 the tiddler toolbar does not seem to work but it can 
generate a good QR code. Tried a few and seemed to work for URL links. As 
Jeremy implied, no guarantees on earlier versions. Example:




-- 
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/714d699e-ab2a-4a3d-986b-3a96271f2342%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TiddlyWikiQR.tid
Description: Binary data


[tw] Re: [TW5] Prerelease of v5.1.14

2016-10-18 Thread Greg Davis
Hi Jeremy,

Quick look, loading some of my favorite plugins and didn't notice any 
problems. Neat that QR codes work offline. Here is a quick example of a QR 
Bookmark TW: http://qrbookmark.tiddlyspot.com

More exploring to do.

Best,
Greg


-- 
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/214bc0a1-5197-4cc3-8da2-ff92b083e9f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2016-10-16 Thread Greg Davis
Hi Thomas,

Thanks! I don't know how soon I will be packing something. Though I might 
do my customized version of Ton's Top Left Menu, I used a JSON back when I 
first created it, but did try a plugin version made with Tinka. Reminds me, 
probably should put some of the things I had on Dropbox up on Tiddlyspot, 
then go back to old posts and put in a new link. (Just found out how to do 
Tiddlyspot.)

I used my version of Left Menu recently to help a friend put together a 
tutorial for the portable versons of Blender 3D and MakeHuman. 
http://portable3d.tiddlyspot.com It is large due to embedded images for 
off-line use.

That was what got me thinking about TW.

Again, thanks for the link to Tinka.
Greg

  

-- 
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/4f43d147-4210-441d-9f7b-71374a843327%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2016-10-16 Thread Greg Davis
Hi Andreas,

Sorry to hear that. Can understand, "real life" distracted me from some of 
the TW that I had been working and lost track of what was happening with 
TW. Just starting to get back into experimenting.

Going back through backups and the last version can find was 0.1.0. Any 
chance you have a TW on Tiddlyspot where your last version could be 
imported from or could you attach a JSON or TID file here?

Would be sad to see your great contribution disappear.

Best Wishes,

Greg

-- 
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/ee5d30f6-981a-4ecf-9c65-45986fba9c5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Official TiddlyWiki plugin library is "Empty?"

2016-10-15 Thread Greg Davis

>
> Hi,
>


I'm on Windows with Firefox but imagine should be similar to Mac.
When you click on *Get more plugins*,  do you get:











the chevrons are on the green button.

Clicking that would get you the Plugin Library:











-- 
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/f4dc0b99-192e-4d93-a064-8bf6cab27354%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2016-10-14 Thread Greg Davis
Hi,

What ever happened to Tinka? I was searching to see if there had been any 
updates. Did it move or is gone like  http://twguides.org  appears to be 
gone?

-- 
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/40bf3c9f-33f7-4dcd-8ac4-76c62180f585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Trouble with fields and templates

2016-10-14 Thread Greg Davis
Neat! I've been thinking about creating a TW for bookmarks that included QR 
codes so could transfer links to my phone or tablet. Previously had to use 
an extension to create png image and embed in TW thus increasing size.

Also like the Firefox extension QR Secret Decoder Ring 
https://addons.mozilla.org/en-US/firefox/addon/qr-secret-decoder-ring/ 
, suppose there is something similar for Chrome.

"Right click an image (including a background image), SVG element, or 
canvas containing a QR code to decode.
Allows internal decoding (using the QR-Logo library) or the choice of the 
ZXing and MiniQR websites for decoding."

Can be set to go to a link, if a link, or display a textbox with contents.

-- 
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/3ca7f622-988f-407a-96c4-d73455fcb22d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyChrome and the elimination of Chrome Apps

2016-09-27 Thread Greg Davis
If you are worried about TiddlyChrome going away, example for putting a 
TiddlyWiki on Tiddlyspot, then you might want to consider getting a copy of 
Google Chrome Portable from PortableApps.com 
http://portableapps.com/apps/internet/google_chrome_portable

It can be "installed" locally on your PC without their Platform. Just add 
TiddlyChrome and then zip the entire folder to keep in case later versions 
of Chrome drop support for the app. It is an online installer to comply 
with Google licensing, so you will have to install to get Chrome. You shold 
note on that link that because of Chrome's design it does have issues with 
portable use so a local install probably avoids those issues. If you don't 
like it just delete the GoogleChromePortable folder, it's gone.

Came in handy when Chrome dropped support for XP, which still use 
occasionaly, made copies of the last few as neared version that dropped 
support.

-- 
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/0cccb451-4609-46a5-92a9-aab054972697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Scripture tiddly wiki 5 examples

2016-06-09 Thread Greg Davis
Mark S.

Impressive work, almost a complete KJV now. Great to find someone with the 
javascript and regex knowledge, interest and time to push this toward 
completion. Your generator would be a great help in creating other versions 
too.

Greg

-- 
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/13eb542d-9d69-4d83-92ca-e3ec0b5ee5fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Greg Davis
Hi Mark,

Well, looks like I stirred up some discussion on this topic.Yes there cold 
be simpler ways of getting the text into a JSON to load into TW but it will 
not be formatted.

I'm not just doing straight text. In NT added words of Christ in red. I'm 
adding italics for the words added by the translators to make reading 
easier than a straight translation would be. Also adding superscript 
markers for alternate translations, shows tooltip (Genesis 2:13+14), and 
notes, short version in tooltip longer in actual linked tiddler. Find it 
easier to work on a chaper's JSON for the intial simple formatting rather 
than having to do that in TW.

Notes are handled like regular verses, adding 200 to verse number, so show 
up at end of chapter in sequence. For example Genesis 2 in the partial 
version I put up:

https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AABrSAPZ4l0f1mRxSp_sHU-Fa/kjv-bible.htm#Genesis%20-%20Chapter%202

Note in this example the related verses in the NT are transcluded into the 
note.

Intial Design choices:

Leaned toward HTML because had the idea might convert to an EPUB but TW let 
me try it out. Would TW markup saved some space, perhaps. But there would 
still have been links and classes used in the markup too.

Links available on each verse or note: Click the link to access to verse or 
note to edit, modify, whatever. A note added to a verse tiddler would show 
up inline with the scripture.

Multiple ways to identify individual verses. Verse title, or using fields. 
Each identified by bookname, book order within whole bible, chapter number 
and verse number. Allow fine tuning LIST to display selected verses as used 
for each chapter.

Initially built chapters using a long list of transludes. Notes would have 
been added directly to the chapter between transcluded verses. Didn't find 
that very satisfying.

Design over reach, maybe. I felt access to individual verses would give the 
most flexibility. Custom grouping of verses could be made by transcluding 
the required verses, however the user might choose.

Other plugins might be used like Josiah suggested for bookmarks or 
favorites, or the @Tobias Beer's Preview and Appear plugins.

That's all, just tossing out some ideas.

Maybe some more work will be done to get us closer to a TW Bible.

Keep on talking,
Greg

Wrote this before coming back and seeing the work by Mark S. , I'll have to 
take a look at it.


On Friday, June 3, 2016 at 1:09:06 PM UTC-5, Marc wrote:
>
>  I don't understand how each verse being its own tiddler can help 
> individuals own what they read and note  what they feel inspired by. 
>
> The people I work with have scriptures full of highlights, notes, and 
> little slips of paper through throughout. 
>
> That's what I have too. I was hoping for a simple tool to annotate single 
> verses to multiple chapters and related chapters and verses and scholar's 
> quotes. 
>
> I got to stress simple with as little coding as possible.  I don't know 
> how so many tiddlers can help. Obviously I am not a coder and I doubt if 
> most the potential users of TW will be. 
>
> I think this is a great product but seems to be limiting itself to 
> advanced users. 
>
> Please just help me understand.  
>
> Sent from my iPhone
>
> On Jun 3, 2016, at 9:39 AM, Jed Carty  
> wrote:
>
> I am slightly horrified at the thought of manually copying and pasting 
> each verse. This is something that you could automate using perl or a 
> similar coding language and it would probably take less time to learn and 
> implement than doing all the copying manually.
>
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/dfda56c1-00cf-4e94-8a3a-246d4269045b%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/20a6338d-fd80-421d-98be-6a249faf3a8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Scripture tiddly wiki 5 examples

2016-06-03 Thread Greg Davis
Hi Richard,

Yes, I remenber. Had the large cross and tabbed contents if I recall 
correctly. I was trying to figure out the format I wanted to use and 
considered yours but went off in a bit different direction. One feels a 
more intimate conection to the text when working at that level. Closest as 
I'll come without getting into the Greek or Hebrew.

I know something like PERL or PYTHON might be easier but it has been almost 
thirty years since I did any programming and I'm not quite inclined to get 
into it again. There are probably a couple of easier brute force methods 
than the one I'm using but I've got the framework now.

Best Wishes,
Greg

On Wednesday, June 1, 2016 at 8:29:16 PM UTC-5, RichardWilliamSmith wrote:
>
> Hi Greg,
>
> I have also previously spent many (many, many) hours of laborious 
> copy-pasta - I find it kind of soothing in a strange way, but there is also 
> something very satisfying in figuring out how to automate away a lot of the 
> pain. 
>
> I don't know if you saw it already, but I made an old testament last year 
> by manipulating spreadsheets - 
> https://dl.dropboxusercontent.com/u/83055414/kjv.html 
> I also think the approach has a lot of potential for plays ( 
> http://macbeth.didaxy.net/) - we can imagine, for example, printing out 
> the lines for each player to learn, or annotating the play with stage and 
> lighting directions. Also, one could stamp the lines with multiple 
> time-stamps, to sync them with video of the play from different 
> performances.
>
> These were both highly automated, which doesn't mean they were necessarily 
> quick to make, because I still had to set up the process before I could use 
> it. On the other hand, when I made this maths textbook (
> https://dl.dropboxusercontent.com/u/83055414/Active_Calculus_v0.1.html) I 
> had to do an embarrassing amount of manual labour to make it look right.
>
> I reckon what we really need in order to make a series of books is a 
> pandoc converter that can write wikitext (http://pandoc.org/)
>
> Regards,
> Richard
>
> On Thursday, June 2, 2016 at 5:49:28 AM UTC+10, Greg Davis wrote:
>>
>> Example of a large complex text.
>>
>> Took the template JSONs that are being used for creating my KJV Bible and 
>> built an empty bible. None of the actual verses, just short place holders. 
>> Comes in at 10MBytes.
>>
>> the empty bible - 
>> https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AADLLrnysbegzvLxEQYy9Ed9a/empty-kjv.html
>>
>> a zip with all the required JSONs - 
>> https://www.dropbox.com/sh/9gfy8yeogq6n4u8/AABbXbyiph5lelRo1xgZKdt8a/empty-king-james-bible.zip?dl=0
>>
>> If someone wants to take this brute force path to a bible it is a matter 
>> of copy and paste, each verse, from the source into the chapter JSONs 
>> replacing the placeholders. Something I did/do in spare time in front of 
>> the television.
>>
>> This basic approach could be applied to other books.
>>
>> Enjoy,
>> Greg
>>
>> Oh, @Josiah, bookmark / favorites a good idea. Probably will not try to 
>> do it myself but may include a note pointing to plugins like the one you 
>> mentioned.
>>
>

-- 
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/ad4c6297-7ca6-4600-9833-0425a670c714%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Scripture tiddly wiki 5 examples

2016-06-01 Thread Greg Davis
Example of a large complex text.

Took the template JSONs that are being used for creating my KJV Bible and 
built an empty bible. None of the actual verses, just short place holders. 
Comes in at 10MBytes.

the empty bible - 
https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AADLLrnysbegzvLxEQYy9Ed9a/empty-kjv.html

a zip with all the required JSONs - 
https://www.dropbox.com/sh/9gfy8yeogq6n4u8/AABbXbyiph5lelRo1xgZKdt8a/empty-king-james-bible.zip?dl=0

If someone wants to take this brute force path to a bible it is a matter of 
copy and paste, each verse, from the source into the chapter JSONs 
replacing the placeholders. Something I did/do in spare time in front of 
the television.

This basic approach could be applied to other books.

Enjoy,
Greg

Oh, @Josiah, bookmark / favorites a good idea. Probably will not try to do 
it myself but may include a note pointing to plugins like the one you 
mentioned.

-- 
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/c09bb4b8-2b2e-4b90-b9eb-5513dcce87c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Scripture tiddly wiki 5 examples

2016-05-30 Thread Greg Davis
Don't know what happened to the first post, try again.

Just an update for those interested in a KJV Bible in TW. Still have some 
cleanup to do, but have the complete New Testament now. Must sort out a few 
things and will then post the JSONs. Moving on to entering the Old 
Testament. Sample from Genesis included.

For now:
for the base bible layout use Advanced Search Filter for the tag: bible and 
save as a json.
for the New Testament use Advanced Search Filter for the tag: new and save 
as a json.
for the Left Menu use Advanced Search Filter for the tag: leftmenu and save 
as a json.

https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AABrSAPZ4l0f1mRxSp_sHU-Fa/kjv-bible.htm

If you find any mistakes or problems, please let me know.
Greg


-- 
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/8b375597-2e24-40a6-94a7-39b980c51c58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Scripture tiddly wiki 5 examples

2016-05-29 Thread Greg Davis
Just an update for those interested in a KJV Bible in TW. Still have some 
cleanup to do, but have the complete New Testament now. Must sort out a few 
things and will then post the JSONs. Moving on to entering the Old 
Testament. Sample of Genesis included.

For now:
for the base bible layout use Advanced Search Filter for the tag: bible and 
save as a json.
for the New Testament use Advanced Search Filter for the tag: new and save 
as a json.
for the Left Menu use Advanced Search Filter for the tag: leftmenu and save 
as a json.

https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AABrSAPZ4l0f1mRxSp_sHU-Fa/kjv-bible.htm

If you find any mistakes or problems, please let me know.
Greg

-- 
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/f7cb9d2f-c999-48b4-a311-f1540ab52061%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: PLUGIN OF PLUGINS -- For Managing Multiple Tiddlywiki? Possible?

2016-05-12 Thread Greg Davis
If I understand correctly, you have several plugins that you would like to 
have included each time you start a new TiddlyWiki. I had a similar 
question which applies to plugins as well. [TW5] use JSON as alternative to 
plugin  
I tagged the tiddlers I wanted to include and using Advanced Search saved 
them all as a JSON that could be imported to a new TW. This also has worked 
with my favorite plugins. Tag the plugins you want, with a unique tag, and 
then using Advanced Search save them as a JSON. You could also create 
different groups of favorite plugins by using tags and saving appropriate 
JSONs.

Of course this wold not take care of updating for new versions but once a 
new version is installed just save as JSON again and ready to go.

See Example tiddlers at: Custom Left Menu 


Hope that helps,
Greg

On Wednesday, May 11, 2016 at 4:52:17 PM UTC-5, prog...@assays.tv wrote:
>
> i really like we share the same headache.
>
> On Wednesday, 11 May 2016 22:33:30 UTC+2, Tobias Beer wrote:
>>
>> No solution, just a +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 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/53c940ef-ac7e-4fa1-88a5-9d8d662f0eae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Encrypting tag-identified tiddlers with the Tools menu

2016-02-26 Thread Greg Davis
Hi,

What you want is the Encrypt Tiddler Plugin by Danielo Rodriguez at: 
http://danielorodriguez.com/TW5-EncryptTiddlerPlugin/

It can add a Tool to each tiddler to to encrypt individually but also has a 
Batch Mode filtering on a Tag. Batch Mode is in the Control Panel.


Good Luck

Greg


On Friday, February 26, 2016 at 9:42:09 AM UTC-5, ParisWiki wrote:
>
> Hello,
>
> Encrypting a large TW results in a larger file, taking too long to 
> decrypt, while contening important and non important, but verbose, tiddlers.
>
> Is there a way to encrypt only the "important" tiddlers earmarked with 
> some tag by using the encrypt button on the sub-menu Tools on the right 
> column ?
>
> I was thinking of a system along the model of $:/config/SaverFilter to 
> list such tiddlers or to specifiy the rule for a certain tag, but I have no 
> idea if this is feasible ...
>
> Thank you for your help,
>
> JCG
>

-- 
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/e23b06ba-b325-4060-9cc3-ccf3c8bb064e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-02-26 Thread Greg Davis
Hi,

I've been working on something like this off and on for some time. There 
are sources for text like the example give earlier. I'm taking a somewhat 
brute force approach. There are a couple of very early examples of my 
thoughts on appraching this, been focused on entering the content rather 
than the external shell.

a Quran: 
https://dl.dropboxusercontent.com/sh/jtg16zfgbb5gol1/AADseamis2LVl7nMFM9e82jma/quaran-three.htm#Title%20Page

a Bible: 
https://dl.dropboxusercontent.com/sh/9gfy8yeogq6n4u8/AABrSAPZ4l0f1mRxSp_sHU-Fa/kjv-bible.htm

Matthew and Mark slightly different appraoach to dispaly. Working in HTML 
on the idea that might convert to an EPUB.

Attached example template JSON for adding content, extra lines to cover 
largest chapter/surah.

Good luck!
Greg



On Friday, February 26, 2016 at 11:50:45 AM UTC-5, Marc wrote:
>
> Thanks for this. I can see how this individual verse approach is the 
> ultimate way to go. 
>
> Is there a way to link to specific paragraphs in an individual tiddler so 
> that I could cross simply cross reference from one tiddler to a portion of 
> another. 
>
> Sent from my iPhone
>
> On Feb 26, 2016, at 5:45 AM, ben  wrote:
>
> Relatively little grunting required, see:
>
> https://groups.google.com/d/msg/tiddlywiki/6H1xh8mjnMI/WC6s0H7ny4kJ  
>
> Ben
>
>
> On Thursday, 25 February 2016 23:54:15 UTC, Marc wrote:
>>
>> I am trying to make a simple scripture using tiddly wiki 5 so people can 
>> use it to add notes and reflections. 
>>
>> I would sure like to see some examples that might be out there to see how 
>> others are doing similar projects. 
>>
>> There is such great knowledge amount this group. 
>>
>> Thanks 
>>
>> Sent from my iPhone
>
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/245e51a9-598c-49fc-8f93-ea1899bc2e32%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/58e251b6-fe4d-42d2-95f2-5d1f0e6b87ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


chapter-new-template.json
Description: application/json


[tw] Re: Two plugin requests

2016-01-12 Thread Greg Davis
As for the popup, if you want to stick with TW markup or a 'true' popup I 
can't help. But have you considered just using a tooltip or a regular 
tiddler with the notes. I've been exploring this and trying to decide which 
is best but have some examples, see attached

Greg



On Tuesday, January 12, 2016 at 5:41:17 PM UTC-5, David Gifford wrote:
>
> bah humbug :-) Knew I was hoping for too much
>
> Dave
>
> On Tuesday, January 12, 2016 at 2:49:57 PM UTC-6, Tobias Beer wrote:
>>
>> Hi Dave,
>>
>> Hoping that I can catch Tobias while he is in this mode of pumping out 
>>> plugins like there is no tomorrow! Or if not him, maybe someone else here...
>>
>>
>> ;-)
>>
>> Tbh, I'm not seeing either of these in plugin-land:
>>
>> 1. Popups that come up when hovering over internal links. I think the 
>>> original discussion had been a mini preview of the tiddler itself. That is 
>>> fine but I on the other hand would like a way to do popups when hovering 
>>> over biblical text references, where I can insert the text somewhere in the 
>>> tiddler and have it popup when hovering over the reference.
>>>
>>
>> This requires two things:
>>
>>1. a core *LinkTemplate *that can be defined for the *LinkWidget*
>>   - which would kick-in globally, if defined (and no pretty title 
>>   was used or the pretty title would amount to emtpy string)
>>   - this issue may be of interest:
>>   
>> *#2215 default LinkWidget contents / LinkTemplate *
>>   https://github.com/Jermolene/TiddlyWiki5/issues/2215
>>   
>>   2. an update to the *ButtonWidget *that allows to trigger its 
>>actions on-hover rather than on-click
>>   - so that you could use such an enhanced button in your custom 
>>   *$:/core/ui/LinkTemplate* from above
>>   - not sure if there is such an issue yetthere is no such issue yet 
>>   => create?
>>
>> 2. A plugin that provides an alternate markup for tables so that 
>>> individual cells can be formatted with background colors, etc.
>>>
>>
>> I truly don't see this in plugin-land. Any sort of updates to table 
>> formatting need to be part of the core, imho.
>> Otherwise, I'd suggest you to use hmtl tables and don't use wikitext 
>> tables at all.
>>
>> Best wishes,
>>
>> Tobias.
>>
>

-- 
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/fd86b843-9f24-4830-b16a-a2479d0ba1de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BibleStyle.tid
Description: Binary data


John 7 Notes.tid
Description: Binary data


John 7_53.tid
Description: Binary data


Re: [tw] Re: Dropbox link

2015-09-22 Thread Greg Davis
Well, sort of. To quote from the link: "If you would still like to enable 
your Public folder, you must be a Dropbox Pro or Dropbox for Business user. 
*Currently 
only Pro and Business users may enable Public folders from this page*."

On Tuesday, September 22, 2015 at 6:17:40 AM UTC-5, Jeremy Ruston wrote:
>
> Just to be clear, the issue here is that when one creates a Dropbox link 
> for a file, the link only provides access to that one file, and not to any 
> other files in the same directory. That's why the images don't work.
>
> The workaround is to share the wiki via your Dropbox "public" folder. It 
> used to be the case that only very old Dropbox accounts had access to this 
> feature, but it has recently been made available to all users:
>
> https://www.dropbox.com/enable_public_folder
>
> Best wishes
>
> Jeremy.
>
>
>
> On Mon, Sep 21, 2015 at 9:58 PM,  
> wrote:
>
>> Wow thanks for all the help, I tried using the public link for the pics, 
>> and that worked, I will look at the other advise as well.
>> Many thanks
>> Pär
>>
>> On Monday, September 21, 2015 at 11:22:10 AM UTC+1, p.hak...@soton.ac.uk 
>> wrote:
>>>
>>> Hi,
>>> I have created my first tiddlyWiki mywiki.html and saved it in my 
>>> dropbox and shared it with a few within a work project.
>>> However, the dropbox link I get to mywiki.html leads to some preview 
>>> with lot of html code, not to the actual wiki.
>>> Has anyone come across this problem?
>>>
>>> Thankful for any suggestion.
>>>
>>> Pär
>>>
>> -- 
>> 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.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/23b89370-c55d-48d0-9de6-bc226821e23f%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.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 post to this group, send email to tiddlywiki@googlegroups.com.
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/91ba03c7-5f04-4442-aa56-cc72f6211cbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Dropbox link

2015-09-21 Thread Greg Davis
Like Tobias said, this seems to be a problem with the free Dropbox 
accounts. Ran into it a while  ago and finally figured out have to use 
dropbox links for images that I did not want to embed in the TiddlyWiki 
itself. Here is a link I posted here some time ago with a step-by-step 
example: https://dl.dropboxusercontent.com/s/hjdhlbvya1yyppf/ec4FNmB1.htm 
includes audio and video examples.

Good luck,
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83ffab8b-7c02-4874-a79e-0d2235ce4aa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Prevent the state of the Contents (TOC) SideBar from being saved?

2015-09-17 Thread Greg Davis
Glad you are getting answers from those with more knowledge, I just passed 
on what I had found in my own searches. I'm still hesitant to go hacking at 
the underlying core but most of what I wanted didn't require that so far. 
As for your concerns about being stuck on one version it is simpler to move 
changes to a new TiddlyWiki than you may have imagined. TiddlyWiki can 
store tiddlers in JSON files and import them.

It just requires tagging all the tiddlers that you change or add for your 
customization with a unique tag. Then use Advanced Search on Filter to 
select the tiddlers with that tag. You can then save that group of tiddlers 
as a JSON. That JSON can be imported to a new TiddlyWiki applying your 
customization. One of those tiddlers could be one where you documented your 
changes.

This also be applied to content that you might want to transfer. As long as 
it has unique tags for a group of content.

See: https://groups.google.com/d/msg/tiddlywiki/R5sSkEOCilQ/n6zZdSmmM98J

For more on JSON search here for that, 
see also my brief example: 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAB88H2CEZP_IAdzc1AJBYN8a/5-1-7_left-menu_custom.htm#Build%20json%20for%20multiple%20tiddlers

Good Luck,
Greg

On Wednesday, September 16, 2015 at 10:00:45 PM UTC-5, Hegart Dmishiv wrote:
>
>
> So let me make sure I understand what this means. Whenever I edit a system 
> tiddler (shadow tiddler?) I'm going to need to document what I've done, so 
> that when a new version of TW is rolled out, I can go back through my list 
> of personalisations and re-apply them to the latest version. Does that 
> about sum it up? Sorry, but, WTF?! I shouldn't have to alter the whole 
> underlying system just to make a simple interface change. I'm going to end 
> up with a huge list of personalisations to my wiki, and have to manage it, 
> curate it, and reapply each one with copy/paste whenever a new version of 
> TW becomes available. It would be far simpler to just go ahead and 
> personalise my own copy of TW 5.1.9 and never upgrade it again! I assume 
> thats why I see so many older copies of TW floating around online still, 
> because its easier to keep personalisations than to upgrade, is that about 
> right? I may be over-reacting to this, I often do. I have no experience 
> with upgrading TW yet, so please let me know that what I imagine from that 
> edit warning is not as bad as it seems.
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dba9e758-511a-4cdd-9b3b-59d9d4396173%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Prevent the state of the Contents (TOC) SideBar from being saved?

2015-09-16 Thread Greg Davis
additional examples at: 
https://groups.google.com/d/msg/tiddlywiki/9SCm237WDJw/UIZuA2fGeN8J


-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3773aec5-effd-4383-846d-e42f9def9517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 How to save code? TW5

2015-08-12 Thread Greg Davis
As Andreas said, you could change the tiddler type. Though if you are 
adding descriptions or annotating, your short example seems to work with 
the back-ticks. Did you try HTML pre or code tags? Test sample attached.
Greg


-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1942276b-d6ef-4143-ad0d-230ef941e95e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ways-to-Code.tid
Description: Binary data


[tw] Two thought starters on design

2015-07-10 Thread Greg Davis
Ran across some ideas at A List Apart that might be of interest and spark 
some thoughts on design for now and the future.

A List Apart Blog Post 
http://alistapart.com/blog/post/on-our-radar-four-and-a-horse-stars

In “Death to Icon Fonts,” Seren Davies makes a strong case for using SVGs 
instead of icon fonts, which pose problems for people with dyslexia.
Seren provided several eye-opening examples of accessibility issues caused 
by icon fonts. I learned, for example, that many people with dyslexia use a 
special system font that breaks icon fonts.

see Death to Icon Fonts // Speaker Deck 
https://speakerdeck.com/ninjanails/death-to-icon-fonts

and

The web has been buzzing about WebAssembly, a portable format and execution 
model designed to serve as a compilation target for the web. Brendan Eich, 
creator of Javascript, discusses misconceptions and explains why we need 
WebAssembly in an interview with Eric Elliott. —Michelle Kondou, developer

see WebAssembly | Luke Wagner's Blog 
https://blog.mozilla.org/luke/2015/06/17/webassembly/

see Why We Need WebAssembly: An Interview with Brendan Eich — JavaScript 
Scene  
https://medium.com/javascript-scene/why-we-need-webassembly-an-interview-with-brendan-eich-7fb2a60b0723

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7eb793b1-cf75-4cf5-9b96-d0de9e57281f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Preparing for release of TiddlyWiki 5.1.9

2015-06-29 Thread Greg Davis
Not sure if this would be a problem with the TiddlyWiki 5.1.9 pre-release 
(downloaded Jun 29 at 8:23 AM EDT) or Daneilo's Encrypt Tiddler Plugin 2.1 
from http://danielorodriguez.com/TW5-EncryptTiddlerPlugin/

If I decide to remove (hide) the Encrypt icon, either through the Control 
Panel or the Tools Tab in a tiddler, I get an Internal Javascript Error: 
tiddler id undefined. I can clear the error but the option cannot be 
changed. This was working under TiddlyWiki 5.1.8

I had used the Encrypt plugin in the 5.1.9 pre-release but hadn't used this 
option until last night. Sorry to come in so late.

Greg


https://lh3.googleusercontent.com/-8hp-BbrfpSc/VZFMvhNaOJI/ACc/MuXrwkIqNi0/s1600/encrypt-under-5-1-9-pre.png

  
https://lh3.googleusercontent.com/-_wyFguYfh9Q/VZFNf3rsauI/ACk/fLRMyxn2Z4A/s1600/encrypt-under-5-1-9-pre_2.png

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d2855e15-fa83-4b7e-bd58-93ffee48d67b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Preparing for release of TiddlyWiki 5.1.9

2015-06-29 Thread Greg Davis
Hi!

In case it helps, went back and tried the prerelease versions I had 
downloaded:

It worked in 5.1.9 prerelease downloaded May 5.

It worked in 5.1.9 prerelease downloaded May 10.

It worked in 5.1.9 prerelease downloaded June 15.

It worked in 5.1.9 prerelease downloaded June 18.

It does *NOT* work in 5.1.9 prerelease downloaded June 26.

It does *NOT* work in 5.1.9 prerelease downloaded June 29.

Thanks,
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2090e940-c1be-48ac-8389-7a82b39da14d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tweaking the sidebar a bit more?

2015-06-25 Thread Greg Davis
If you are trying for the TW Classic look, are you aware of Birthe's work?

https://groups.google.com/d/msg/tiddlywiki/-qevGMkbWBQ/YlQO5_3VrTIJ 

and the example :

http://bc.classic.tiddlyspot.com/

Might give you some ideas.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74f7146a-16e0-4f2b-a830-6343c24e116d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW EDU] article on Digital Textbooks

2015-06-23 Thread Greg Davis
What others are doing in education

EduKart Lands $1M To Increase Access To Education And Learning In India | 
TechCrunch http://techcrunch.com/2015/06/22/edukart-1-million-india/

The startup was established in 2011 to help make education more accessible 
in India. Rather than bring learning online, such as MOOCs like Coursera 
https://www.coursera.org/, Udemy https://www.udemy.com/ and others, 
Edukart is an enrollment service that aggregates and compiles lists 
of courses from physical education institutes across the country. Right 
now, it claims to have over 2,000 course from 90-plus education centers on 
its platform — they vary from K12, to coaching courses, graduate, and 
undergraduate studies across multiple disciplines.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7b3edcdf-6fe9-46e0-9089-db0f658738af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW EDU] article on Digital Textbooks

2015-06-21 Thread Greg Davis
Hi Felix,

Sorry, don't have any ideas on funding like that, my development was 
internal corporate work. However, on presenting in low tech environments, 
just ran across this old thread on setting up small hotspots. Thought it 
might be an area you would want to include if you were not aware of it 
already.

Sharing Tiddly wiki without internet? - Google Groups
https://groups.google.com/forum/#!searchin/TiddlyWiki/spot|sort:relevance/tiddlywiki/Z9tArRrAbrI/vz4Lns5Jmh4J

openwrt:diy [ PIRATEBOX ] 
http://piratebox.cc/openwrt:diy#piratebox_10_openwrt_diy

LibraryBox http://librarybox.us/

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7048c8a9-4b9a-437c-bba7-2d4cbdc65e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW EDU] article on Digital Textbooks

2015-06-16 Thread Greg Davis
Ran across a link to some resources offered by Infogrid Pacific (IGP), a 
digital media publisher, on the concept of digital textbooks. Primarily on 
using Epub3 but still relevant to TiddlyWiki. Thought it might be of 
interest to those looking to use, or are using, TiddlyWiki for education. 
Here are links to the article and a couple on content production.

What is a Digital Textbook in 2015: BLOG@IGP
http://www.infogridpacific.com/blog/igp-blog-20150529-what-is-a-digital-textbook-2015.html#comment-2081102978

Image Optimization for Textbooks: BLOG@IGP
http://www.infogridpacific.com/blog/igp-blog-20140109-image-optimization-for-textbooks.html

Audio Compression for Textbooks
http://apex.infogridpacific.com/dcp/audio-textbooks.html

Their blog - Contents: BLOG@IGP
http://www.infogridpacific.com/blog/index.html

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1dec3c24-77d2-4d65-8123-d2f6cb7ecc4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW5 to store recipes?

2015-06-14 Thread Greg Davis
Hi Andy,

Don't know of any specific plugins but there have been a few discussions 
where you might get some ideas on structuring a TW for recipes.

Any Cooks here? - Google Groups 
https://groups.google.com/d/msg/tiddlywiki/HMg-uphNy_w/24T7zb3NWxcJ

TW5 example: Larry's Cookbook — a TiddlyWiki Cookbook 
http://twcookbook.tiddlyspot.com/

TW5 example: cook — some recipes http://tobibeer.github.io/me/cook/#Welcome

RickL TW Examples — a non-linear personal web notebook 
http://journalexample.tiddlyspot.com/#Portabello%20with%20Avocado%20Sauce

TWC example: Seantaclaus' Recipes - unconventional goodness 
http://no-sin.com/wiki/Recipies.htm

TW5 and Recipes - Google Groups 
https://groups.google.com/d/msg/tiddlywiki/UF3KVwPjTbE/tDYFobIzNpgJ

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e2c39123-5ad6-4a15-8379-8b76a6a4dd36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Newb has 2 more questions ;D

2015-06-11 Thread Greg Davis
Hi,

If I understand correctly, you are using TW5 and want a menu on the left 
side of the story river. The best example is probably the one by Ton Gerner 
at: http://tw5topleft.tiddlyspot.com/ It also has option for a top menu.

If you want an example of one that looks something like what you described, 
I did one based on one of Ton's examples at: 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAD0hwllkUF6ivZ5WZ7awzhBa/custom_5-1-8.html
 
Tiddlers go in the menu based on the tag in the tiddlers. In my example, 
the first, or top, level is tagged Contents. The left menu can be hidden 
which comes in handy for small mobile screens. I also placed a TOC in the 
right sidebar so it is available on small screens when the right side bar 
is placed at the top above the story river. You can download the json file 
and import it into a new TW to see how it would work for you.

The normal menues don't react as new tiddlers are open but I think someone 
was trying to do that but I don't have a reference. I don't think any of 
Ton's were interactive. You'd probably have to search the TiddlyWiki group 
for TOC or Table of Contents to look for an interactive toc.

Hope that gives you some ideas.
Greg


-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cd5f911-1e09-4ec4-862f-0a81a2e665c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Basic question on filters

2015-06-09 Thread Greg Davis
Hi Steve,

Think you may have misread an example. The link is still surrounded by 
double brackets, the 'title' is separated from the 'Name Of A Tiddler' by a 
pipe '|'.

[[title|Name Of A Tiddler]] the description can be found at 
http://tiddlywiki.com/#Linking%20in%20WikiText

There have been some great improvements in the references available on the 
TiddlyWiki site and they are a good place to start. Tobias Beer also has a 
good site for references: http://tobibeer.github.io/tb5/#Welcome in 
particular his Markup Reference 
http://tobibeer.github.io/tb5/#Markup%20Reference that you could import to 
your TiddlyWiki.

Greg




-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ffac0353-985a-4ad4-ae66-d5ae517fd663%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Copying refence guide

2015-06-03 Thread Greg Davis
Oops, missed that, thought he was referring to the Reference section at 
Tiddlywiki.com Seems to have been a few more questions on TWC than usual 
recently.

I remember TWC and copy and paste tiddlers, like Basic Formatting, into my 
empty TW to make my own master with references. I think I eventually found 
a way that was a bit easier but don't remember details now. I forget how to 
transfer tiddlers from one TW to another in TWC.

Sorry, Alan, you still should be able save a copy of the site 
http://classic.tiddlywiki.com/ locally for reference.

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/932c5164-099a-4634-a940-c051d84a057c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Keep vertical tabs in position when scrolling

2015-06-03 Thread Greg Davis
Hi,

Not quite sure if it will work with the way you are displaying your 
content, I was going to suggest using the Scrolling Widget 
http://tiddlywiki.com/#ScrollableWidget

Got a quick example at: 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAB88H2CEZP_IAdzc1AJBYN8a/5-1-7_left-menu_custom.htm#TabbedGallery
  
see tabs Scroll Content 1 and 2

Hope that helped.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fdc3f9e5-adf2-464a-8692-5345b67eb661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Copying refence guide

2015-06-03 Thread Greg Davis
Hi,
You can download the 'entire' TiddlyWiki site 
http://tiddlywiki.com/#GettingStarted for local reference or to drag 
tiddlers you want for reference to your own TW. Back on TW5.1.5 I tried to 
make my own TW with references ( 
https://dl.dropboxusercontent.com/s/hjdhlbvya1yyppf/ec4FNmB1.htm ) but that 
quickly increases the size of the TW and adds content that obscures your 
own content. I compromised after Tobias Beer came up with his Markup 
Reference. Now I use it and some things I made for my own reference with a 
few tiddlers imported from the TWsite.

If you are just looking for a markup reference you might consider Tobias 
Beer's Markup Reference http://tobibeer.github.io/tb5/#Markup%20Reference 
you could that tiddler into your TW. I'm attaching my copy of Tobias' 
reference, download and drag into your TW. Just tag it to appear were you 
want in your TW.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/64aa7f80-f3b8-4a67-9861-aff0eb6ef195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Quick Reference.tid
Description: Binary data


[tw] Re: [TWC] Copying refence guide

2015-06-03 Thread Greg Davis
OK, did a quick look back at Classic version 2.8.1. You can probably use 
Import from the Backstage, in the upper right corner. Can't say just which 
tiddlers you 
will have to import, depends on how you want your homemade reference to 
work and how much information you want.

1. Download and extract a new copy of TWC empty.htm from 
http://classic.tiddlywiki.com
2. Open the empty TWC and open the backstage.
3. Open the Import tab.
4. Enter the URL for the TWC to import from. Could be TWC home 
http://classic.tiddlywiki.com or a short version focused on the reference 
material 
http://tiddlywiki-com-ref.tiddlyspace.com/#
5. Click Open.
6. Select all the tiddlers you want to import.
7. Check Keep these tiddlers linked to this server so that you can 
synchronise subsequent changes to import the actual tiddlers.
8. List of imported tiddlers is displayed, click Done.
9. Imported tiddlers should now be available.

For an illustrated version see 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAB88H2CEZP_IAdzc1AJBYN8a/5-1-7_left-menu_custom.htm#TWClassic%20Import%20Tiddlers

Hope that helps for your TWC references.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3062dca2-ac7f-4624-8851-a84104e85dbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Set a Table of Contents to show with closed nodes when the tiddler is open

2015-05-29 Thread Greg Davis
Hello,

I think you have run into the problem that TiddlyWiki saves the current 
state every time you do a save. Example when you finish editing a tiddler, 
whatever the state of the TOC is saved to return the next time it is 
opened. Most users try to remember to close everything up and do a save 
before exiting the TiddlyWiki. Then it is in the state they want it to be 
when it is opened again.

I thought this was addressed sometime ago and finally founded it. Remember 
to backup your TiddlyWiki before making any changes to the core like this.

Jeremy gave an example of doing this in the thread: 
https://groups.google.com/forum/#!topic/TiddlyWiki/CgmcRls_mkE

Tobias also has a reference to this in his tb5 — a pocket full of tips at 
http://tobibeer.github.io/tb5/#States%20And%20Temporary%20Tiddlers

Hope that is what you are looking for.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d31c13ad-a8c7-47ea-a180-a2de5aca56ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Creating a photo gallery pointed to a folder.

2015-05-20 Thread Greg Davis
Hi

As mentioned previously there are a number of ways to approach this. If you 
search for 'gallery' in this group you will probably find several.

If you are trying to do something for 'distribution' on cd or usb without 
an internet connection a simple approach might be to use tabs inside a 
tiddler. Besides the image, notes could be included within the tab. It 
could also link to the full-sized image for better viewing of detail. Here 
is a quick and dirty example:

https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAB88H2CEZP_IAdzc1AJBYN8a/5-1-7_left-menu_custom.htm#TabbedGallery

Maybe it will give you some ideas.

Good luck,
Greg

https://lh3.googleusercontent.com/-nhICKyj0hFE/VVzyH8acv7I/ABc/HHxiydjVCBY/s1600/tabbed.jpg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1a74d720-5b46-4773-80e7-075dcb926bc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to change the format of the {{!!created}} when used in a tiddly

2015-05-20 Thread Greg Davis
Hi,

Date Format - http://tiddlywiki.com/#DateFormat

Date Fields - http://tiddlywiki.com/#Date%20Fields

Tiddler Fields - http://tiddlywiki.com/#TiddlerFields

show date tiddler modified example - 
https://groups.google.com/d/msg/tiddlywiki/sjrZX6-3Xkg/HRxhh8OG1nsJ

Hope that helps.
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/431d9fb4-4fd4-4fb9-82e8-a5cf10a24d50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5.1.8] Powered By ?

2015-05-14 Thread Greg Davis
Maybe it needs placed in the sidebar, like at the bottom of 
$:/core/ui/SideBerLists There it is at the bottom regardless length of 
list. It also is hidden when the sidebar is hidden or when using one of Ton 
Gerner's LeftMenues. Does not bother the story river then. On a new empty 
TiddlyWiki it would show. Or place it below a scrollable area in the 
sidebar so it is always visible? Something like I did with my LeftMenu: 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAD0hwllkUF6ivZ5WZ7awzhBa/custom_5-1-8.html

Greg



-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3eaa0ab5-a1db-401e-b458-f8ccea59af3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Trouble with a plugin stylesheet... (shadowed styesheet doesn't work untill renamed)

2015-05-10 Thread Greg Davis

@Andreas Great! that solved the mystery of trying to make my left menu into 
a plugin.

Been using Tinka as tried changing different things trying to get menu to 
work correctly, after making plugin. Now added 'list-after' to the tiddler 
I suspected to be
causing the problem and now it works. My first working plugin!

Thanks,
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2438f2bd-5d02-4edf-8c12-f561d9701174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: An Easy Way to Create and Modify Plugins

2015-04-29 Thread Greg Davis
Wow! It looks very well thought out. About the only thing I would suggest 
might be a link to some info, like http://tiddlywiki.com/#PluginMechanism , 
for those that are new to building plugins. This will be great for a chance 
to experiment without setting up node.js. Thanks!

Greg 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/21e5e05f-cc60-4781-9758-3fd05a9b74b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] use JSON as alternative to plugin

2015-04-28 Thread Greg Davis
Thanks. With all the recent discussion of importing large amounts of 
information or exporting with JSONs it just struck me. Several lightbulbs 
have come on recently. ;-) I had not realized how close this is to plugins 
till this morning when I ran across http://tiddlywiki.com/#PluginMechanism 
. I did find one link about creating plugins 
http://tiddlywiki.com/dev/#How%20to%20create%20plugins%20in%20the%20browser 
but have not been able to make it work yet. Not sure if there is something 
that is not included in an empty TiddlyWiki or things have changed since 
that was written. Not as elegant or flexible as a true plugin but makes it 
easier to transfer configurations or content than drag and drop.

Mat - Yes, I believe you understood. As long as a user does a good job of 
tagging it can be easier to reuse things this way. One of my projects, a 
KJV bible, was floundering as I tried to get the basic navigation to work. 
Recent posts like Richards got me working at it again and this is one of 
the results. On it I am tagging the main navigation structure as bible, all 
the actual content as kjv, probably will go back and add tags for old and 
new. That way I could create separate JSONs for the navigation and the KJV 
portion, even individual JSONS for the Old KJV and New KJV. Then if I got 
ambitious I could load the navigation JSON in a new TiddlyWiki and start on 
another public domain bible like the WEB.

As I said, not as elegant as true plugins, but new or casual users may not 
have realized they could save things this way. I seen posts where people 
say they could remove their personal content from a TiddlyWiki then share 
the TW. If tagged in a way to distinguish personal material something like 
Advanced Search and Export to JSON would make this easier.

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/34d9f1e6-60c9-44d6-901b-48f85e4aad0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki themes and/or palettes for the visually impaired

2015-04-27 Thread Greg Davis
I see Jeremy is already on top of this. Seems to me a similar discussion 
happened sometime ago, it might have been on TW Classic. Anyway was working 
on something else and cobbled together an example of what is available with 
the palette customization right now. Was thinking of the old amber CRT 
monitors. Don't know how well it would work or where it might have broken 
the interface. 
https://lh3.googleusercontent.com/-usEvU8CmEws/VT7KJg9sxiI/ABA/h4XaVlUWGc4/s1600/yellow-palette-test.png


https://lh3.googleusercontent.com/-usEvU8CmEws/VT7KJg9sxiI/ABA/h4XaVlUWGc4/s1600/yellow-palette-test.png

Trial TiddlyWiki:
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAD1PSlAUcqdMcQdXUwTV5VRa/yellow_5-1-8.html

Good Luck

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d19eea7e-2234-40d1-a246-0ded4e280456%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] use JSON as alternative to plugin

2015-04-27 Thread Greg Davis
This is probably old hat for the long time TiddlyWiki Pros, maybe the idea 
will help others.

Without setting up node.js to build plugins, would saving the required 
tiddlers as a JSON be an acceptable way to distribute custom setups? I 
remember coming across 
a way to do plugins without node.js but it was some what complicated, at 
the moment I can't find the link to the instructions.

Originally I was just looking for an easier way to apply customizations to 
new empty TiddlyWikis instead of dragging tiddlers between them. Finally 
got a Left Menu to 
work and customized close to what I want and it struck me that I could use 
export to JSON as a way to transfer the necessary tiddlers.

I tagged all the tiddlers needed for the customization and then used 
Advanced Search to export those tiddlers to a JSON. That can then be 
imported to an empty 
TiddlyWiki. TaDa, new wiki ready with what I wanted for the base.

I've shared an example of this custom TiddlyWiki, custom_5-1-8.html - 
https://dl.dropboxusercontent.com/sh/h8q01y5kygoyhch/AAD0hwllkUF6ivZ5WZ7awzhBa/custom_5-1-8.html

The JSON with customizations, custom-edition.json - 
https://www.dropbox.com/sh/h8q01y5kygoyhch/AADJLpqPvbj8ARQSJ2NwYdUya/custom-edition.json?dl=0

A JSON with sample content, sample-content.json - 
https://www.dropbox.com/sh/h8q01y5kygoyhch/AABiU_qHWe7_TIWIqQzDgc0pa/sample-content.json?dl=0

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0f6f5e26-ed9b-4680-8f92-2772d095617a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Sharing word and PDF documents through Tiddlywiki

2015-03-23 Thread Greg Davis
Hi Ed,

Glad you found my post on Dropbox and it helped a little. I hoped it might 
be easier for someone to find if I separated it from this thread. I went 
ahead and did a Step-by-Step version which I hope gives a better 
explanation of where to find the link and how it must be modified. 
https://dl.dropboxusercontent.com/s/hjdhlbvya1yyppf/ec4FNmB1.htm#Step-by-Step%202015-03-23

Unfortunately it is a bit complicated, especially for a larger number of 
links. Each image has a largely unique address, you can't just take the 
link for one image in a shared folder and then merely change the image 
name. For this example I built everything locally to see that it worked 
then synced to Dropbox. I then had to open the shared image folder on 
Dropbox and extract the links for each image. I temporarily stored the 
links in notepad and made the necessary changes there. (changed www to dl 
and added usercontent) Then opened up the TiddlyWiki locally on my PC and 
pasted the corrected links into the appropriate places. Saved the 
TiddlyWiki and synced Dropbox again. Done! I have not looked into Tobias' 
suggestion yet since so far I am not sharing that many images.

Hope this helps.

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] TiddlyWiki on free Dropbox account

2015-02-06 Thread Greg Davis
Ran into a difference in the way files are shared on free and paid Dropbox 
accounts. I expected to to just place my TiddlyWiki and the folders it 
referenced in a shared 
folder on Dropbox and it would be fine. Indeed there were examples that 
seemed to work this way. I couldn't get any images to show up unless I 
embedded them in the 
TiddlyWiki. Brought this question up and got pointers from Jeremy 
https://groups.google.com/d/msg/tiddlywiki/l6gGrau3PiQ/Tvsa64fkTZwJ and 
Tobias 
https://dl.dropboxusercontent.com/u/2040050/tw5/2015-01-08.image.folder.html 

In short Dropbox used to have a public folder that would allow this to 
work. A new paid Dropbox account now supposedly, I have not tried it, can 
set up a public 
folder that will work that way.

I've found that I can use my free Dropbox account if I use Dropbox links to 
my external content. To get the necessary links I open the shared folder in 
Firefox and use 
*Identify Element* and *Edit as HTML* to get the link for the image I want 
to reference and place that in my TiddlyWiki. This even works for audio and 
video files.

Just wanted to mention this in case anyone else is using a free Dropbox 
account. Example at: 
https://dl.dropboxusercontent.com/s/hjdhlbvya1yyppf/ec4FNmB1.htm

Thanks to Jeremy and Tobias for their help.

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Getting started

2015-02-04 Thread Greg Davis
Hi,
Re: Rich. Well, this may not quite be what you are looking for but a single 
tiddler could be exported and shared without the whole tiddlywiki. Whether 
this would work with multiple tiddlers and links or tiddlers with 
transclusions or images or other fancy things ?? Quick try: 
https://dl.dropboxusercontent.com/s/7dh7fr1754p35jq/Lorem-Ipsum-Text.html
Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Sharing word and PDF documents through Tiddlywiki

2015-01-09 Thread Greg Davis
Thanks Tobias,

The HTML was to see if it made any difference to see the image on Dropbox. 
Although I do archive a lot of web pages in TiddlyWiki using that HTML 
around the content, so I can copy the tiddler content and paste into new 
web page.

I tried sharing another folder (wiki) in it is the TiddlyWiki file and the 
images sub-directory with the lights.jpg I can link to the TiddlyWiki but 
the images don't show. Everything works when I try locally on my hard 
drive. The example is at:

https://dl.dropboxusercontent.com/sh/9nit3lo3i0o45hm/AAApinc6zrKWKmqcrdMRUmDBa/ec4FNmB1.htm

Greg

On Thursday, January 8, 2015 at 11:28:06 PM UTC-5, Tobias Beer wrote:

 May I ask why we're seeing all this html stuff in your example?

 My test wiki is in a public folder, and img is a subfolder to that.
 Obviously, I'd say, if you want to access those images from within the 
 wiki, both need to be publicly accessible.

 Best wishes, Tobias.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Sharing word and PDF documents through Tiddlywiki

2015-01-09 Thread Greg Davis
Jeremy, Tobias

Looks like I would have to upgrade to a Pro account to get the equivalent 
of the old Public folder funtionality. Evidently shares on free account 
will not let TiddlyWiki file access other files in the shared folder. I may 
play with it a bit to be sure. Not sure I really need a Pro account for my 
usage.

Thanks for taking a look.
Greg

On Friday, January 9, 2015 at 1:33:05 PM UTC-5, Jeremy Ruston wrote:

 I believe that's what going on here is confusion because of the different 
 ways that Dropbox allows stuff to be shared:

 * Early Dropbox accounts provide a single public folder; all the files in 
 the folder are shared. Tobias - I think yours is one of those public folder 
 links
 * All Dropbox accounts allow a public link to be created for a single file 
 or folder. If you create a link to a file then that file won't be able to 
 access other files in the same directory: you need to create the link for 
 the containing folder

 The following help article implies that newer accounts can now enable the 
 old public folder functionality:

 https://www.dropbox.com/en/help/16

 Best wishes

 Jeremy


 On Fri, Jan 9, 2015 at 5:17 PM, Tobias Beer beert...@gmail.com 
 javascript: wrote:

 Mhhh, something is quite different in your link...
  

 https://dl.dropboxusercontent.com/sh/9nit3lo3i0o45hm/
 AAApinc6zrKWKmqcrdMRUmDBa/ec4FNmB1.htm


 ...as compared to mine... 

 https://dl.dropboxusercontent.com/u/2040050/tw5/2015-01-08.
 image.folder.html

 How do you get that link and why are these file and folder names so 
 ridiculously cryptic?
 Are you sure we're in that public folder?

 Best wishes, Tobias. 

 -- 
 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 javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Sharing word and PDF documents through Tiddlywiki

2015-01-08 Thread Greg Davis
Question. I'd tried to do this on Dropbox but my images are not showing up. 
The img (images) directory is in the same directory as the tiddly file, 
does it have to be shared too?

The following works locally but not from the share on Dropbox:

html lang=en
head
meta charset=utf-8 /
title/title
style type=text/css
/style
/head
body
article

pimg src=images/lights.jpg/p
pone/p
/article
/body
/html

[img [images/lights.jpg]]

two


[ext[cute lights|images/lights.jpg]]


three

{{$:/images/lights.jpg}}


four


Thanks,
Greg

On Thursday, January 8, 2015 at 1:28:41 PM UTC-5, Tobias Beer wrote:

 Maybe interesting...


 https://dl.dropboxusercontent.com/u/2040050/tw5/2015-01-08.image.folder.html

 Best wishes, Tobias.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Name Plate Help Needed

2014-12-31 Thread Greg Davis
Hi, Rich,
You sure are keeping yourself busy. I see you did some research with a peek 
at Wikipedia. Just to throw out a few thoughts: I think it might be a good 
idea to try to stay close to a standard that people might be able to import 
to other apps like email.  A few more links

vCard Ontology - for describing People and Organizations  
http://www.w3.org/TR/vcard-rdf/

hCard Creator  http://microformats.org/code/hcard/creator which creates the 
html:

div id=hcard-Forrest-Gump class=vcard
 span class=fnForrest Gump/span
 div class=orgBubblegum Shrimp Co./div
 a class=email 
href=mailto:fg...@bubblegum-shrimp.com;fg...@bubblegum-shrimp.com/a
 div class=adr
  div class=street-address1234 Anystreet/div
  span class=localityAnytown/span
, 
  span class=regionState/span
, 
  span class=postal-code12345/span

  span class=country-nameUnited States of America/span

 /div
 div class=tel123.555.4321/div
divspan class=categorywholesale shrimp/span/divp 
style=font-size:smaller;This a 
href=http://microformats.org/wiki/hcard;hCard/a created with the a 
href=http://microformats.org/code/hcard/creator;hCard creator/a./p
/div


and a project in Java for parsing vCards  
https://code.google.com/p/ez-vcard/

I can't do the programming. I don't know if someone would find it an 
interesting project to do a parser in javascript or if it would be 
necessary. Just thinking of something that might be compatible with other 
apps.

Or maybe just a QR code as a tag back to the source, see attached:

Good luck!

Greg


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Marketing Stuff - Simple Get TW Now Button

2014-12-23 Thread Greg Davis
You can change the ribbon's color from a00 to something else and it has 
instructions on how to choose the corner to display, see attached.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Marketing Stuff - Simple Get TW Now Button

2014-12-22 Thread Greg Davis
Hi,
considering the favicon, maybe buttons similar to attached

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] playing local video file from within tiddler?

2014-12-14 Thread Greg Davis
unless you are talking about embedding or something else fancy html5 seems 
to work if your browser supports it.

example audio and video:


pstrongFrozen Sleep - Cortana Tribute by Malukah/strong/p

audio controls preload=none
  source src=audio\Frozen-Sleep-Malukah.ogg type=audio/ogg
  source src=audio\Frozen-Sleep-Malukah.mp3 type=audio/mp3
  pYour browser does not support the HTML 5 audio tag./p
/audio

br /

videowidth=320 height=180
poster=video\Frozen Sleep - Cortana Tribute by Malukah.png
controls preload=none
source src=video\Frozen Sleep - Cortana Tribute by Malukah.webm type=
video/webm
source src=video\Frozen Sleep - Cortana Tribute by Malukah.ogv type=
video/ogg
source src=video\Frozen Sleep - Cortana Tribute by Malukah.mp4 type=
video/mp4
Your browser does not support the HTML 5 video tag.
/video



multiple file entires to cover what is supported by different browsers.

Greg

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New User Experiment #1 (Long Post)

2014-12-09 Thread Greg Davis

Hi, been meaning to comment, first time, since shortly after the moratorium 
but couldn't quite decide where. Stephen's post seems most appropriate. I'm 
a returning user, some years ago I tried TiddlyWiki Classic to store my 
notes for a book I was trying to write. I stuck with it for awhile but Real 
Life intervened. I finally returned some months ago to find TiddlyWiki5 
beta. I tried to get started again but hit basically the same problems, 
with a few new twists, as when I first encountered TWC.

1. I've been around long enough that I knew about the need for TiddlyFox.

2. As mentioned in the discussion, I went round and round trying to figure 
out what happened to empty.htm. Finally gave up and just put in a name and 
found the TiddlyWiki would open.

3. I work off-line, so I look at an empty TiddlyWiki and I can't remember 
the markup used. It has been a long time since TWC and there are changes. 
Started using HTML in the tiddlers rather than trying to figure it out.

That I think is one big assumption made these days, Everyone is online. 
Maybe they are but I frequently run out on my data plan so I only go on 
when necessary. Besides helps save the batteries on the laptop.

4. Before the moratorium I decided I should try to use more markup. And I 
wanted a reference in the TiddlyWiki I was working on. So I started 
importing the tiddlers to make my own reference (help) section, just like I 
finally did on TWC. Nothing really in order. But I still tend to use HTML 
so can copy into a web page.

5.I also tried various things like the Left Menu but frequently couldn't 
get to work or didn't seem to work like the original. Did get frustrated 
and basically quit to wait for TiddlyWiki to come out of beta.

6. I was excited when the TableOfContents was added but had trouble trying 
to get working. Thanks to Tobias for pointing out 
http://toc-tutorial.tiddlyspot.com/, now I have a TOC. Sometimes wish it 
was in a Left Menu but I have a TOC. Also, Tobias, thanks for pointing to 
http://tb5.tiddlyspot.com/#Markup%20Reference.

The current thread reminded me of what I have been doing with my basic 
TiddlyWiki master that I copy. Can't remember all the imports or small 
changes I made so went back and made a new one. Probably imported more just 
to cover links from the top level that fill out details. Made a few 
additions based on the recent discussions. Probably not complete, but a 
start on what I think a basic TiddlyWiki would be. I've put it on Dropbox:

https://dl.dropboxusercontent.com/s/hjdhlbvya1yyppf/ec4FNmB1.htm?dl=0/ec4FNmB1.htm

I'm still excited about TiddlyWiki but have to agree the intial experience 
leaves something to be desired. Thanks to Jeremy and all for the work 
they've done on an 
open source project.

Greg



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.