[twdev] Index of all javascript files

2020-01-14 Thread Luis Gonzalez
I don't know if this can be useful, but I'm indexing all the .js libraries of Tiddlywiki. There are more javascript modules inside .tid files, but this are not included. I attach the excel file. It can be opened with Libreoffice calc too. -- You received this message because you are

[twdev] Re: The $tw object documented

2020-01-10 Thread Luis Gonzalez
I use my personal computer sometimes and other computers of my work, so I have a pen whith some portable apps and some cloud documents (google, simplenote...). I recent have downloaded the netbeans .zip IDE. You don't need to install anything. I use sometimes notepad++ or the atom editor. I

[twdev] Re: The $tw object documented

2020-01-10 Thread Luis Gonzalez
Look in the $:/core/modules/tiddler.js tiddler too!!! -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an

[twdev] The $tw object documented

2020-01-10 Thread Luis Gonzalez
I am collecting information about the $tw object. I have search in: - boot.js - $:/core/modules/utils/utils.js - $:/core/modules/utils/dom.js - $:/core/modules/wiki.js But I don't know if there is more places where more functions are defined. Maybe you can help me. Thanks!! --

[twdev] Starting to write javascript macros

2020-01-03 Thread Luis Gonzalez
I need your help. I'm starting to write javascript macros, plugins, widgets... and I need your help. What are the best resources to start? I read tiddlywiki, tiddlywiki dev and many other pages but I am a bit lost I need this because I am documenting it.

[twdev] Re: Tiddlywiki to write stories (in spanish)

2019-08-02 Thread Luis Gonzalez
ok. thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To view this discussion on the web visit

[twdev] Re: Position of the sidebar

2017-06-09 Thread Luis Gonzalez
Yes, I mean left. How can I access this presentation? I am actively studying tiddlywiki. Thanks for this support!! El miércoles, 7 de junio de 2017, 19:32:31 (UTC+2), Mat escribió: > > On Sunday, June 4, 2017 at 12:16:05 PM UTC+2, Luis Gonzalez wrote: >> >> Is there any way

[twdev] Position of the sidebar

2017-06-04 Thread Luis Gonzalez
Is there any way to put the sidebar on the right? I found the $:/core/ui/SideBarLists tiddler and the tc-sidebar-lists tag, but I can't found the right position option. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from

[twdev] the tiddlers tags zone with two lines

2017-06-02 Thread Luis Gonzalez
I want to have the tag zone of each tiddlywiki with two lines. One with the usual tags and under it other line with the same bubles but with other fields: author, city... and with bubles too. I open the $:/core/ui/ViewTemplate/tags and put this under the tags code: <$view field="author"

Re: [twdev] Re: Writting an index macro

2017-05-11 Thread Luis Gonzalez
*I got it!!!* I have finish my macro and it runs perfect. It puts a little index with the heads of the current tiddler. This is the code: (function(){ "use strict"; exports.name = "index"; exports.params = [{name: "head"}]; exports.run = function(head) { var currentTiddlerName =

Re: [twdev] Re: Writting an index macro

2017-05-10 Thread Luis Gonzalez
I try and it runs ok. Now I have to use regexp (for example) looking all occurrences of !, !! and !!! to produce the index. I continue trying, Thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and

Re: [twdev] Re: Writting an index macro

2017-04-27 Thread Luis Gonzalez
I wrote my two first macros. The first is a WikiText macro, but I think we have no control sentences like *if *or *for *loop in WikiText macros. I access all the tiddler fields: title, text, created, modified, tags The second is a Javascript macro because I need control sentences. But in

Re: [twdev] Re: Writting an index macro

2017-04-27 Thread Luis Gonzalez
I am a java and python programmer. I have various places I look for information: http://tiddlywiki.com/ http://tiddlywiki.com/dev/ And many of the samples in http://tiddlywiki.com/static/Examples.html The learning curve of tiddlywiki is very high, so if we want to make tiddlywiki better known

[twdev] Re: Writting an index macro

2017-04-26 Thread Luis Gonzalez
I like TW. It is wonderfull but I am a little lost because I can't find where I can look for information about writting macros. Thanks El miércoles, 26 de abril de 2017, 14:47:52 (UTC+2), Mat escribió: > > Warmly welcome Luis! > > ¿How can I access to the content of the caller tiddler in

[twdev] Writting an index macro

2017-04-26 Thread Luis Gonzalez
I am a newcomer in TW and I want to start writting macros. ¿How can I access to the content of the caller tiddler in a javascript or text macro? I want to make a macro that prints a index of the tiddler headers so if the tiddler is !Introduction This is the introduction !Phases !!First