[tw] Re: how to get an utc timestamp? (TW5)

2015-08-22 Thread chaonuo
I have just managed to solve this problem. so I share it here, maybe 
someone else can also make use of it.

1. clone the javasript $:/core/modules/macros/now.js to 
$:/USERNAME/modules/macros/utc.js

2. change the line

exports.name = "now";

to

exports.name = "utc";

this will be the name of the new macro


and change the macro part to:

/*
Run the macro
*/
exports.run = function(format) {
var now = new Date(); 
return $tw.utils.formatDateString(new Date(now.getUTCFullYear(), 
now.getUTCMonth(), now.getUTCDate(),  now.getUTCHours(), now.getUTCMinutes(), 
now.getUTCSeconds()),format || "0MM0DD0hh0mm0ss");
};


now I can use <> and get an utc timestamp.

I don't know javascript at all, I just searched on the web and happened to 
find a workable solution. probably there are better ways to do this.

for other beginner like me: you need to refresh the TW5 before the 
javascript macro can be used.

I wish all have a nice day!

chaonuo

On Saturday, August 22, 2015 at 8:47:13 PM UTC+8, chaonuo wrote:
>
> hi everybody,
>
> For my purpose I need to set a "date" field for my agenda Tiddlers and 
> enter a timestamp as its value. Since the "created" and "modified" are in 
> UTC time, I think it is more properly if my "date" field also uses UTC 
> time. At present I use the macro <> to generate a current local 
> timestamp (in my case UTC+8) and then edit it by hand. 
>
> How does one get an UTC timestamp instead? Is there an equivalent macro 
> for generating UTC timestamps?
>
> thanks !
>
>

-- 
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/c712d1fa-43b9-4160-982c-9a0c6a376205%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: the Teaser display !

2015-08-22 Thread Eric Shulman
On Saturday, August 22, 2015 at 6:27:34 PM UTC-7, Mat wrote:
>
>
>- I don't get* transcluded values to work in the stylesheet *(
>TeaserStyles ) so have 
>been forced to hard code stuff. If anyone would care to take a look I'd 
>appreciate it. For instance, that very first line in the stylesheet should 
>say something like
>
>
> #teaser {height:{{sometiddler}}; ...
>
>
>
Set the type for [[TeaserStyles]] to "TiddlyWiki 5" (or leave it blank). 
 This will cause the CSS content to be wikified, so that transclusions will 
be processed.   You can also add ... around the CSS so that it 
will still be displayed nicely in view mode.  (note: the TWCore 
automatically strips out all HTML syntax before applying the stylesheet, so 
adding the ... won't affect your CSS)

enjoy,
-e

-- 
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/73ca4661-f0b3-48bc-ba74-6b4fd32197b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: the Teaser display !

2015-08-22 Thread Mat
Fellow tiddlywikians, I'm happy to...


... tease you  !



*Some questions (after you've checked it out)*


   - I don't get* transcluded values to work in the stylesheet *(
   TeaserStyles ) so have been 
   forced to hard code stuff. If anyone would care to take a look I'd 
   appreciate it. For instance, that very first line in the stylesheet should 
   say something like
   

#teaser {height:{{sometiddler}}; ...




   - Also - and this has bothered me before - how/where is the z-index 
   value set for *tag pills*? As can be seen in the site, they somehow come 
   in front of the fading.layer
   


I've included my comments mechanism as well as the SideEditor 
 (incidentally minorly updated earlier 
today) so it should be really easy to try out stuff and throw a quick note 
in my direction. I'd appreciate it!


<:-)

-- 
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/e408f1dc-eb34-4eff-8437-4f2a1fc7d5b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] New TW5 user questions.

2015-08-22 Thread Jed Carty
I have been working a bit with using a tiddlywiki as an RPG campaign 
management tool. I have a bunch of bits that I haven't put together into 
something useful yet but me and my players are now on separate continents I 
am going to have to make some online tools. The best suggestion I have is 
to store the information in data tiddlers and display it using templates. 
Hopefully it won't be too long before I have something reusable I can put 
online.

-- 
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/d5a7589a-fa70-4259-a6ab-19e9b8434fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Bibliographic References and TiddlyWiki5

2015-08-22 Thread stevesuny
Just found this thread from a 7 months ago:

https://groups.google.com/forum/#!searchin/tiddlywiki/Citations$20from$20Google$20Scholar/tiddlywiki/w6FvDBh-pJ4/1mhSIe0mTZAJ

which is a discussion of using Bibtex entry as source for tiddlywiki.

Also working on finding a json parser. Found (but haven't tested) this so 
far: https://www.npmjs.com/package/bibtex-parser as it is beyond my tech 
skills (looks command line-driven and i tend to stay at the mac os x 
interface for the most part, and certainly my students will need to do 
that...).

//steve.

On Saturday, August 22, 2015 at 12:34:07 PM UTC-4, stevesuny wrote:
>
> Hello everyone,
>
> I'm working on a project (a "text book" about hypertext using TiddlyWiki 
> as a case study: more on that another day).
>
> In the immediate term, I need to implement a robust bibliographic system 
> in / parallel to TiddlyWiki5 (TW5).
>
> I'm looking for something that is easy, universal and flexible (of 
> course), and that would allow me to reference/create bibliographic 
> objects/tiddlers using standard exports (including bibtex and others) from 
> various databases  directly into TW5 using my tagging structure.  
>
> I want to make references in my TW5 to my cited sources, and have the TW5 
> display nicely formatted references based on filters and lists, so that I 
> could provide a list of references that includes those tagged as 
> "reference" and "topic:hypertext theory" etc. 
>
> I was wondering what folks are doing these days as they seek to do similar 
> tasks. Most of the references to Tiddly* and biblio* are about TiddlyWiki 
> Classic, and don't seem to address the unique features and capabilities of 
> TW5. 
>
> While I'm open to using an intermediate program for biblio references 
> (like Zotero or JabRef), I would want something that allows me to reference 
> individual items in that system based on tags or fields.
>
> Any thoughts or suggestions or discussion would be most welcome.
>
> Thanks,
>
> //steve.
>
>

-- 
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/9b1df48d-5129-4f8f-883b-a01ea43dd8bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bibliographic References and TiddlyWiki5

2015-08-22 Thread Steve Schneider
Jed, I just checked your tiddlywiki site http://inmysocks.tiddlyspot.com.
Very impressive, very cool, and I'll spend some time on it to fully see
what you are doing.

Feeback on Citations Manager: looks excellent -- but what I'm trying to
avoid is rekeying anything. So I think the key is to use bibtex.

Here's a description of a workflow I might want to employ:

1 > Use google scholar to search for "hypertext" resources in 2015 (results

)
2 > Select an article or source of interest (Learning and navigating in
hypertext: Navigational support by hierarchical menu or tag cloud?)
3 > Determine that it is worth adding to my biblio dbase, so generate
citation. I think the most open standard would be bibtex. For example, from
google scholar choosing "cite" and then "bibtex" provides Example A
(below); from Elsevier choosing "export" and "bibtex with abstract"
provides Example B (below).
4 > I'd like to paste either of those examples, or other bibtex and
generate tiddlers that allow me to list / filter / search on bibtex fields
(see http://www.openoffice.org/bibliographic/bibtex-defs.html).

Anyone have ideas about how to do that?

//steve.

Examples of bibtex code:



Example A:


@article{walhout2015learning,
  title={Learning and navigating in hypertext: Navigational support by
hierarchical menu or tag cloud?},
  author={Walhout, Jaap and Brand-Gruwel, Saskia and Jarodzka, Halszka
and van Dijk, Martin and de Groot, Renate and Kirschner, Paul A},
  journal={Computers in Human Behavior},
  volume={46},
  pages={218--227},
  year={2015},
  publisher={Elsevier}
}

Example B:


@article{Walhout2015218,
title = "Learning and navigating in hypertext: Navigational support by
hierarchical menu or tag cloud? ",
journal = "Computers in Human Behavior ",
volume = "46",
number = "",
pages = "218 - 227",
year = "2015",
note = "",
issn = "0747-5632",
doi = "http://dx.doi.org/10.1016/j.chb.2015.01.025";,
url = "http://www.sciencedirect.com/science/article/pii/S0747563215000394";,
author = "Jaap Walhout and Saskia Brand-Gruwel and Halszka Jarodzka
and Martin van Dijk and Renate de Groot and Paul A. Kirschner",
keywords = "Hypertext learning",
keywords = "Navigation behavior",
keywords = "Gender differences",
keywords = "Eye tracking ",
abstract = "Abstract As hypertext learning environments (HLE) are
widely used in education, it is important to study and know the
effects and consequences of its use. \{HLEs\} are non-linear which
means that students have to develop ways of navigating through them.
Thus, developing interfaces that facilitate and even guide navigation
is important for learning. Research showed that successful learning in
\{HLEs\} depends on both learner characteristics and \{HLE\} features.
This study investigated an \{HLE\} navigation feature (navigational
support with either a tag-cloud or conventional hierarchical menu),
task complexity (fact-finding vs. information-gathering task) and a
user characteristic (gender). Results show that neither navigational
support nor gender is associated with differences in task performance.
However, there are differences in information processing. Participants
using a tag clouds looked longer at the navigational support and
shorter at the overview pages. Combined with fewer revisits of
webpages in the tag cloud condition, this indicates a more focused
selection of pages. The deeper processing of information needed for
the information-gathering task was reflected in fewer visits to, but
longer viewing times of pages. As no differences in task performance
were found, tag clouds seem to be as effective for performance as more
traditional navigation structures for navigational support. "
}




in this case,   My workflow is to discover a source, and then want to be
able to cite it without keying in any info. I use google scholar, for
example, to discover

On Sat, Aug 22, 2015 at 1:56 PM, Jed Carty  wrote:

> I made this
> 
> for a similar purpose. Just like pretty much everything else I have made it
> should get a bit more polish. I hope it is helpful. Any feedback would be
> appreciated.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/EnpJ68EmuDM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/4bd73232-e6a6-481a-89ba-f1bad8332bc7%40googlegroups.com
> 

[tw] Re: Bibliographic References and TiddlyWiki5

2015-08-22 Thread Jed Carty
I made this 

 
for a similar purpose. Just like pretty much everything else I have made it 
should get a bit more polish. I hope it is helpful. Any feedback would be 
appreciated.

-- 
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/4bd73232-e6a6-481a-89ba-f1bad8332bc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Tiddlywiki Users Gathering / Conference?

2015-08-22 Thread stevesuny
Alex, just parsing old threads here:

On Thursday, July 30, 2015 at 11:48:09 PM UTC-4, AlexHough wrote:
>
> Steve, 
>
> I think this is a great idea. It will help frame TiddlyWiki as a serious 
> hypertext tool.  I wrote a paper in which TiddlyWiki featured, it was for a 
> place management conference. I proposed a design for a tool based on 
> TiddlyWiki and some theory from cybernetics.
>

Could you share a link? I'm trying to build a repository of all papers 
referencing TW (and yours would be the 2nd. The first is 
http://www.vnseameo.org/InternationalConference2011/CD/Full%20Papers/English/Peter_McDowell.doc
 

Any others out there?

 

> I wonder of there could be some collaboration and learning resulting in 
> the production of papers
>
>
Absolutely! I'm focused these days on scholarly / academic / teaching 
approach to hypertext using TW as a teaching / learning platform...

//steve.


-- 
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/5c4ec10a-b39a-4fcf-ba76-4b2e8d902f46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Bibliographic References and TiddlyWiki5

2015-08-22 Thread stevesuny
Hello everyone,

I'm working on a project (a "text book" about hypertext using TiddlyWiki as 
a case study: more on that another day).

In the immediate term, I need to implement a robust bibliographic system in 
/ parallel to TiddlyWiki5 (TW5).

I'm looking for something that is easy, universal and flexible (of course), 
and that would allow me to reference/create bibliographic objects/tiddlers 
using standard exports (including bibtex and others) from various databases 
 directly into TW5 using my tagging structure.  

I want to make references in my TW5 to my cited sources, and have the TW5 
display nicely formatted references based on filters and lists, so that I 
could provide a list of references that includes those tagged as 
"reference" and "topic:hypertext theory" etc. 

I was wondering what folks are doing these days as they seek to do similar 
tasks. Most of the references to Tiddly* and biblio* are about TiddlyWiki 
Classic, and don't seem to address the unique features and capabilities of 
TW5. 

While I'm open to using an intermediate program for biblio references (like 
Zotero or JabRef), I would want something that allows me to reference 
individual items in that system based on tags or fields.

Any thoughts or suggestions or discussion would be most welcome.

Thanks,

//steve.

-- 
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/f9753266-3d5d-4ca2-bf4a-de89a1f0f2e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] New TW5 user questions.

2015-08-22 Thread Mat
Welcome Joshua! Yeah, TW is amazing (be sure to tell your friends about it!)

Thanks for sharing your thoughts and intended application ideas. Felix 
should be proud to hear you like TiddlyMap. It is in deed one of the more 
ambitious TW adaptations and he is working really hard on it. Apropos TW 
for martial arts, this was put up years ago 
by...ehm... someone (couldn't possibly be me, no, no.).

Do please report on your findings for using TW for your mobile contexts. 
IMO we're lagging in this important area.


<:-)

-- 
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/4cfb9388-a8cc-40eb-91b6-b023883e9257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] New TW5 user questions.

2015-08-22 Thread Felix Küppers
Hi and welcome Joshua,

glad you like the idea of using TiddlyWiki with TiddlyMap :) For any
TiddlyMap related suggestions/problems, please post them at GitHub
(https://github.com/felixhayashi/TW5-TiddlyMap).

To create a template tidder, create a button that sends the "
WidgetMessage: tm-new-tiddler" (see tiddlywiki.com) add the fieldnames
you want to have at the beginning as widget atrributes. Put the button
into the page toolbar (see " How to add a new tab to the sidebar"
@tiddlywiki.com).

As for mobile devices… I have no clue, I don't own a smartphone ;)
(significantly reduces the chance of spyware).

-Felix



On 08/21/2015 07:59 PM, Joshua Fontany wrote:
> Hi everyone. Great to find an active community for this awesome tool.
> I've recently found TiddlyWiki, and have been learning the TiddlyMap
> build of TW5.
> I really love this visual concept mapping plugin. I've used a few
> tools dedicated to concept maps, but the TiddlyMap implementation has
> some great features that aren't possible in the other tools like VUE
> (via TUFTS University).
>
> I've also been reading up on WikiFormatting, and how to use the basic
> features of TW5 like transclusion, and it has sparked a bunch of ideas.
>
> As an intro, here are the things I'm going to be using TW5/TiddlyMap for:
>
> *RPG Campaign Management Wikis* - An Wiki for storing characters,
> npcs, monsters, with references to the Earthdawn 4th Edition rule set.
> This would be a dynamic campaign manager, and I'd be using a copy to
> record the Party's stats and journey, and a separate Wiki to plan each
> Adventure/Encounter location. 
>
>   * I'd like to come up with a way to store character stats as their
> own ".Stats" tiddler. Viewing the ""
> tiddler would then load those stats through a "character sheet"
> template via transclusion.
>   * I'd like to have a "New Character Tiddler" button that creates a
> new Character Tiddler, but does not show the normal editor.
> Instead, it will show an editable template based on the "character
> sheet" tiddler, with input boxes instead of transcluded stats.
> Saving this Chracter Editor tiddler will then spawn the
> "" tiddler and the ".Stats" tiddler.
>   * I think the first place to look to implement this is the "Contacts
> Directory" example (and a few other tricks) given over
> at http://tw5magick.tiddlyspot.com/
>   * Any other ideas/suggestions on how to accomplish this would be
> very much appreciated! :)
>
> *Martial Arts Wiki* - A wiki to start organizing and lining concepts
> in the martial arts I study: Pencak Silat, Kali Escrima, Aikido, HEMA,
> etc.
>
>   * I've been noting a lot of parallels in my Martial Arts and want to
> start making a concept map of these links with the TiddlyMap
> version of TW5.
>
> *TiddlyWiki5 on Windows 10 Mobile* - Getting TW% running on a Windows
> Mobile device.
>
>   * I've recently got a Windows Phone, and was looking into getting
> TW5 running and editable/saveable on my device. No such luck for
> Windows Phone 8/8.1.. it's viewable, but that's it.
>   * Then I recently heard about MS' /Project Astoria/ - a 'bridge' to
> allow Android APKs to run on Windows 10 Mobile. This looks cool.
>   * Would it be better to try FireFox + the TiddlyWiki plugin for FF,
> or to try to use the AndTidWiki app?
>   * I probably won't have time to try this for a while (& my phone is
> still on WP8), so I'd love to hear about anyone else trying TW5 on
> W10 Mobilve via the Astoria Bridge. :)
>
> Nice to meet you all!
> -- 
> 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/3456ae01-9c98-4e00-af61-73c43313f004%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/BLU436-SMTP2458B0A44D32F24FB8D5C2CCE640%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


[tw] how to get an utc timestamp? (TW5)

2015-08-22 Thread chaonuo
hi everybody,

For my purpose I need to set a "date" field for my agenda Tiddlers and 
enter a timestamp as its value. Since the "created" and "modified" are in 
UTC time, I think it is more properly if my "date" field also uses UTC 
time. At present I use the macro <> to generate a current local 
timestamp (in my case UTC+8) and then edit it by hand. 

How does one get an UTC timestamp instead? Is there an equivalent macro for 
generating UTC timestamps?

thanks !

-- 
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/3a82e775-b405-4ab3-8568-727a14d69d64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.