[tw5] Re: Andy Matuschak's new notetaking app

2020-03-02 Thread @magasine
Hi Jeremy,

If I understood this new idea, I think that the contributions, for a first 
step in the construction of a new theme, would not be difficult for the 
community.

Some points that seem possible (although I admit I don't have the domain 
for it):

- A Story River in the horizontal (using a selector in a top menu bar)
- Button to open and fold tiddlers, aligning them to the left.
- Display of the title field vertically, when folded

... and so on.

Let others launch more ideas.

Manoel.

Em sábado, 22 de fevereiro de 2020 10:33:18 UTC-3, Jeremy Ruston escreveu:
>
> Andy Matuschak is working on a new notetaking application that I'm really 
> enjoying.
>
> Here's more about Andy:
>
> https://andymatuschak.org/
>
> And here's what we would call a permaview to a stack of notes:
>
>
> https://notes.andymatuschak.org/About_these_notes?stackedNotes=Work_with_the_garage_door_up=Peripheral_vision=A_reading_inbox_to_capture_possibly-useful_references=Use_phones_to_collect_and_triage%2C_not_(usually)_to_read=Pocket_memo_pad_to_capture_into_writing_inbox_while_out
>
> I've yet to see the editing interface, but the reading interface is pretty 
> sweet on an iPad: the panels are swipeable in a satisfying way.
>
> Best wishes
>
> Jeremy
>
>
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c615223-d281-4229-932a-c47451d4c44b%40googlegroups.com.


[tw5] Re: Consider renaming TiddlyWiki

2020-03-02 Thread @magasine
Folks,

I have followed this topic.

As described in TiddlyWiki: "(...) The fundamental idea is that information 
is more useful and reusable if we cut it up into the smallest semantically 
meaningful chunks (...)"

This describes the value of modularity, which is intrinsic in its 
construction, and demonstrated in the cards (tiddlers).

Possibly, an evolution in its nomemclature, could consider this aspect of 
originality.

In informatics, the smallest unit of information is the bit, and the 
smallest building modules are bytes.

So, it is worth exploring a range of possibilities, if we consider this 
analogy about information units.

Just to play with the suggestions here are a few, which preserve the 
radical name of Wiki:

- WikiBits
- WikiCards
- WikiConnector
- WikiModule
- etc.

Greetings,

Manoel

Em segunda-feira, 2 de março de 2020 10:08:23 UTC-3, bimlas escreveu:
>
> Continuation of the 
> https://groups.google.com/forum/#!topic/tiddlywiki/MKVwkEmCimQ thread.
>
> In a nutshell: TiddlyWiki is gaining popularity because it appears in more 
> articles and podcasts, but most of the time they smile at its name, so it 
> doesn't seem to be taken seriously (although at the end of the test they 
> usually praise the software itself). The name TiddlyWiki may hinder its 
> distribution, so we should consider renaming 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c6f77064-d747-4e3c-ab0e-a0d71451d101%40googlegroups.com.


[tw5] Re: [Plugin Tidgraph] How to use variables in filters for tiddlers tagged with StartupAction

2020-02-19 Thread @magasine
Hi mark,

Thanks for the tip, but I still get the error:



<https://i.imgur.com/TxPMFsI.jpg>
Manoel

Em quarta-feira, 19 de fevereiro de 2020 14:27:32 UTC-3, Mark S. escreveu:
>
> I'm amazed that this ever worked -- I don't think I've ever seen passing a 
> parameter
> to a macro in the middle of a filter before. Perhaps you could try this:
>
> <$vars today=<>>
> <$list filter="[tag[DoW]prefix]">
> <$action-setfield $field="_tgr_node_class_add" $value="my-gold-node" />
> 
>
>
> <$list filter="[tag[DoW]] -[tag[DoW]prefix]">
> <$action-setfield $field="_tgr_node_class_add" $value="" />
> 
> 
>
>
> On Wednesday, February 19, 2020 at 8:17:40 AM UTC-8, @magasine wrote:
>>
>> Folks,
>>
>> I am looking for a solution to this problem:
>>
>> The tiddler tagged with
>>   
>> $:/tags/StartupAction
>>
>> has the following filters below:
>>
>>
>> <$list filter="[tag[DoW]prefix]">
>> <$action-setfield $field="_tgr_node_class_add" $value="my-gold-node" />
>> 
>>
>>
>> <$list filter="[tag[DoW]] -[tag[DoW]prefix]">
>> <$action-setfield $field="_tgr_node_class_add" $value="" />
>> 
>>
>>
>> In previous versions (possibly up to 5.1.18) the filters worked, but now 
>> I have problems.
>>
>> Any ideas on how to correct this behavior?
>>
>> Thanks in advance for help.
>>
>> Manoel.
>>
>> P.S .: DoW = Day of the Week
>>
>

-- 
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/ad1a60a2-68b9-45de-9ed0-d9b1d8448cec%40googlegroups.com.


[tw5] [Plugin Tidgraph] How to use variables in filters for tiddlers tagged with StartupAction

2020-02-19 Thread @magasine
Folks,

I am looking for a solution to this problem:

The tiddler tagged with
  
$:/tags/StartupAction

has the following filters below:


<$list filter = "[tag[DoW]prefix]">
<$action-setfield $field="_tgr_node_class_add" $value="my-gold-node" />



<$list filter = "[tag[DoW]] -[tag[DoW]prefix]">
<$action-setfield $field="_tgr_node_class_add" $value="" />



In previous versions (possibly up to 5.1.18) the filters worked, but now I 
have problems.

Any ideas on how to correct this behavior?

Thanks in advance for help.

Manoel.

P.S .: DoW = Day of the Week

-- 
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/72fc8d6e-162b-4602-92c5-ccbf97379b0a%40googlegroups.com.


[tw5] Re: RefNotes plugin questions

2020-02-05 Thread @magasine
Hi Damon,

I thought something like that:

JSON:

{
 "created": "",
 "creator": "",
 "text": "<>", 
 "title": "Template - showfnotes",
 "tags": "$:/tags/ViewTemplate 

",
 "modifier": "",
 "modified": "",
 "list-after": "$:/core/ui/ViewTemplate/body 

" 
}


Greetings!

Manoel

Em quarta-feira, 5 de fevereiro de 2020 00:36:30 UTC-3, Damon Pritchett 
escreveu:
>
> Hey Mohammad,
>
> I love your RefNotes plugin and am wondering about a couple of things. 
>
> I would like to have "Footnotes:" appear at the beginning of the footnotes 
> list when I use showfnotes. But I don't want that to show if there are no 
> footnotes. For example, if there are 3 footnotes then the output would look 
> something like this:
>
> Footnotes:
>  1. blah blah blah
>  2. more of the same
>  3. and I think that's the end.
>
>
>
> But if there are no footnotes in the tiddler, then I would like to not 
> have the "Footnotes:" appear. I've been trying many different things, but 
> haven't been able to figure it out yet.
>
> Also, I was wondering if there was a way to handle more than one footnote 
> for the same sentence. Meaning there would be two or more superscript 
> numerals separated by commas. Is that possible?
>
> Thanks,
>
> Damon
>

-- 
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/8480266c-3009-4f57-94d0-4acd8d59c51f%40googlegroups.com.


[tw5] Re: Slider Plugin: Create trails, guided help, linear sequence of tiddlers for tutorial, lesson, step by step instructions

2020-01-30 Thread @magasine
Thanks for the promptness!

I adopted the suggestions and it is very functional in my context.

Greetings!

Manoel

Em quinta-feira, 30 de janeiro de 2020 02:23:33 UTC-3, Mohammad escreveu:
>
> Hi Manoel,
>
> On Wednesday, January 29, 2020 at 8:21:32 PM UTC+3:30, @magasine wrote:
>>
>> Hello Mohammad
>>
>> I have installed the Slider Plugin, and it is fantastic. Very practical.
>>
>> Great you found it useful.
>  
>
>> When in use I think it would be a good idea to have a RESET button, to 
>> switch states after having pressed the SET FOR PRESENTATION button.
>>
>
> The philosophy is to have the footer and navigation bar on the active 
> trail (slider). So, every trail set for presentation its children (slides) 
> will have the footer.
> You can add a button for reset! do as below
>
>- create a new tiddler
>- put the below code as its content
>- <$button style="fill:#8058A5;"
>  set="$:/plugins/kookma/slider/state!!current-trail"
>  setTo=""
>>
>  {{$:/plugins/kookma/slider/images/slide.svg}} Reset presentation
> 
>
>- Save and click on Reset presentation
>
> I will manage to have such button in the next release.
>
> --Mohammad
>
>>
>> What do you think about that?
>>
>> Greetings!
>>
>> Manoel
>> (Campinas / São Paulo, Brazil)
>>
>> Em sexta-feira, 14 de junho de 2019 10:17:52 UTC-3, Mohammad escreveu:
>>>
>>> *Announcement: Slider Plugin*
>>> *Date: Jun 15th, 2019*
>>>
>>> Slider v1.1
>>>
>>> Slider is a small plugin to create an ordered set of tiddlers also 
>>> called *Trail*.
>>>
>>> A trail can be used to create a sequence of selected contents like step 
>>> by step tutorial, guided help, lessons and similar.
>>>
>>> The slider plugin user interface contains three sections
>>>
>>>1. A sidebar tab called *Trails* to manage trails
>>>2. A *dashboard* for each trail (where trail structure is managed)
>>>3. Tiddlers in a trail, also called *slides*
>>>
>>>
>>> *Source code*
>>>
>>>   https://github.com/kookma/slider
>>>
>>>
>>> *Demo page*
>>>
>>> https://kookma.github.io/slider/
>>>
>>>
>>>
>>> *Install*
>>>
>>>- Simply drag and drop $:/plugins/kookma/slider, or
>>>- Go to https://github.com/kookma/slider
>>>   - downlaod the slider_plugin.tid
>>>   - drag and drop to your wiki
>>>
>>> Always save and reload your wiki to have the plugin in action. 
>>>
>>>
>>> *Feedback*
>>>
>>>
>>>1. Raise issues and send your questions on GitHub
>>>2. Send your evaluation result here or on the GitHub
>>>3. Send your use case and give link for acknowledgement
>>>4. It is good to star it on GitHub if you like it
>>>
>>>
>>>
>>> *Note:*
>>>
>>>
>>>
>>> Slider tries to create linear content in the highly nonlinear 
>>> environment of Tiddlywiki.
>>>
>>>
>>>1. Slider was designed as side product when I was working with 
>>>Tiddlyshow
>>>2. Tiddlyshow will have soon a new update
>>>3. See discussion here: Jeremy and Joe
>>><https://groups.google.com/d/msg/tiddlywiki/_0x90vyvdFU/ZFmlk44kIAAJ>
>>>
>>>
>>> *Improvement*
>>>
>>>
>>>1. The TW official toc macro does not support exclude filter, this 
>>>causes to have the footer in the list of tiddler
>>>2. Interested people are invited to create thems
>>>3. Some special TW theme are not recommended to be used with Slider, 
>>>one can develop code for compatibility
>>>4. Some people may like to have shortcuts, but I did not add this 
>>>feature to have less overlaps with Tiddlyshow
>>>
>>>
>>> Best regards
>>> Mohammad
>>>
>>>

-- 
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/62202f83-1f66-4acf-a658-2f5f99f8155d%40googlegroups.com.


[tw5] Re: Slider Plugin: Create trails, guided help, linear sequence of tiddlers for tutorial, lesson, step by step instructions

2020-01-29 Thread @magasine
Hello Mohammad

I have installed the Slider Plugin, and it is fantastic. Very practical.

When in use I think it would be a good idea to have a RESET button, to 
switch states after having pressed the SET FOR PRESENTATION button.

What do you think about that?

Greetings!

Manoel
(Campinas / São Paulo, Brazil)

Em sexta-feira, 14 de junho de 2019 10:17:52 UTC-3, Mohammad escreveu:
>
> *Announcement: Slider Plugin*
> *Date: Jun 15th, 2019*
>
> Slider v1.1
>
> Slider is a small plugin to create an ordered set of tiddlers also called 
> *Trail*.
>
> A trail can be used to create a sequence of selected contents like step by 
> step tutorial, guided help, lessons and similar.
>
> The slider plugin user interface contains three sections
>
>1. A sidebar tab called *Trails* to manage trails
>2. A *dashboard* for each trail (where trail structure is managed)
>3. Tiddlers in a trail, also called *slides*
>
>
> *Source code*
>
>   https://github.com/kookma/slider
>
>
> *Demo page*
>
> https://kookma.github.io/slider/
>
>
>
> *Install*
>
>- Simply drag and drop $:/plugins/kookma/slider, or
>- Go to https://github.com/kookma/slider
>   - downlaod the slider_plugin.tid
>   - drag and drop to your wiki
>
> Always save and reload your wiki to have the plugin in action. 
>
>
> *Feedback*
>
>
>1. Raise issues and send your questions on GitHub
>2. Send your evaluation result here or on the GitHub
>3. Send your use case and give link for acknowledgement
>4. It is good to star it on GitHub if you like it
>
>
>
> *Note:*
>
>
>
> Slider tries to create linear content in the highly nonlinear environment 
> of Tiddlywiki.
>
>
>1. Slider was designed as side product when I was working with 
>Tiddlyshow
>2. Tiddlyshow will have soon a new update
>3. See discussion here: Jeremy and Joe
>
>
>
> *Improvement*
>
>
>1. The TW official toc macro does not support exclude filter, this 
>causes to have the footer in the list of tiddler
>2. Interested people are invited to create thems
>3. Some special TW theme are not recommended to be used with Slider, 
>one can develop code for compatibility
>4. Some people may like to have shortcuts, but I did not add this 
>feature to have less overlaps with Tiddlyshow
>
>
> Best regards
> Mohammad
>
>

-- 
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/7ea20f08-0ec0-497d-9c44-fc4603e9380b%40googlegroups.com.


[tw5] Re: TW5 Advice on upgrading to new 5.1.20

2019-08-14 Thread @magasine
I found a 
$:/tags/StartupAction

  tagged tiddler with a macro that was generating the problem, although I 
didn't understand the exact cause of the problem.

Em segunda-feira, 12 de agosto de 2019 12:11:09 UTC-3, @magasine escreveu:
>
> In my experience, after upgrading 5.1.19 / 5.1.20, when loading the file, 
> the browser returns me the following error warning:
>
> [image: TW Internal Javascript Error.PNG]
>
>
> Em sexta-feira, 9 de agosto de 2019 13:57:58 UTC-3, Jon escreveu:
>>
>> Hi,
>>
>> received the following message:
>>
>>  import - 17:51:47 9 8 2019 (count: 1096)
>>> You are about to import a tiddler that will overwrite a core module 
>>> tiddler. This is not recommended as it may make the system unstable
>>
>>
>> Can't imagine what this would be but there doesn't appear to be an option 
>> to identify the offending tiddler from the list so as not to import it.
>>
>>
>> Regards
>> Jon
>>
>

-- 
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/6faf1980-0234-49ef-a4a9-2ab7b0947dcd%40googlegroups.com.


[tw5] Re: TW5 Advice on upgrading to new 5.1.20

2019-08-12 Thread @magasine
In my experience, after upgrading 5.19 / 5.20, when loading the file, the 
browser returns me the following error warning:

[image: TW Internal Javascript Error.PNG]


Em sexta-feira, 9 de agosto de 2019 13:57:58 UTC-3, Jon escreveu:
>
> Hi,
>
> received the following message:
>
>  import - 17:51:47 9 8 2019 (count: 1096)
>> You are about to import a tiddler that will overwrite a core module 
>> tiddler. This is not recommended as it may make the system unstable
>
>
> Can't imagine what this would be but there doesn't appear to be an option 
> to identify the offending tiddler from the list so as not to import it.
>
>
> Regards
> Jon
>

-- 
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/1f4ea895-1e4d-4c11-abe5-3dcc8e699e02%40googlegroups.com.


[tw5] Re: Tiddlyshow v3.0 beta: Slideshow and Presentation Using Tiddlywiki

2019-06-21 Thread @magasine
Great job, greetings!

Manoel
from Campinas, SP - Brazil

Em sexta-feira, 21 de junho de 2019 11:25:51 UTC-3, Mohammad escreveu:
>
> This is a beta release. In the final release a more detailed documentation 
>> will be added.
>>
> I am looking forward to have your feedback and idea for better performance!
> I invite developer with issues addressed above!
> Good looking themes are among theme.
>
> --Mohammad
>

-- 
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/5c8f9745-745b-4e48-a4bc-e66adae08ee0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-15 Thread @magasine
Very grateful for the quick assistance!
It works perfectly, as before.

Em sábado, 15 de dezembro de 2018 18:34:20 UTC-2, Mark S. escreveu:
>
> Where are you using this? Offhand, this should work in most places:
>
> <$macrocall $name="toc-selective-expandable" tag=<> 
> sort="sort[title]" />
>
> Good luck!
> -- Mark
>
> On Saturday, December 15, 2018 at 12:25:57 PM UTC-8, @magasine wrote:
>>
>> Hi!
>>
>> What adjustment would it take for my old table of contents to work again 
>> in version 5.1.18?
>>
>> <>
>>
>>
>> Em quarta-feira, 12 de dezembro de 2018 21:14:13 UTC-2, h0p3 escreveu:
>>>
>>> In 5.1.17, I use the following for Title of new journal tiddlers (
>>> $:/config/NewJournal/Title 
>>> <http://127.0.0.1:8080/#%24%3A%2Fconfig%2FNewJournal%2FTitle>):
>>>
>>> .0MM.0DD - $(currentTiddler)$: 
>>>
>>> When I upgrade to 5.1.18, it gives me the output:
>>>
>>> 2018.12.12 - $(currentTiddler)$: 
>>>
>>> How can I gain the original functionality back?
>>>
>>

-- 
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/fd24fb4a-4df9-4338-abea-8950c7c54620%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-15 Thread @magasine
Hi!

What adjustment would it take for my old table of contents to work again in 
version 5.1.18?

<>


Em quarta-feira, 12 de dezembro de 2018 21:14:13 UTC-2, h0p3 escreveu:
>
> In 5.1.17, I use the following for Title of new journal tiddlers (
> $:/config/NewJournal/Title 
> ):
>
> .0MM.0DD - $(currentTiddler)$: 
>
> When I upgrade to 5.1.18, it gives me the output:
>
> 2018.12.12 - $(currentTiddler)$: 
>
> How can I gain the original functionality back?
>

-- 
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/fca167af-f814-419e-9528-77ce485496b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to filter tiddlers comparing title prefixes with system date?

2018-02-28 Thread @magasine
Hi,

I have the following question:

My TW has titled tiddlers with a prefix that references dates, as in the 
examples below:

20180115 - Content of the Past
20180228 - Present Content
20180315 - Content of the Future

I have a macro (StartupActions: 
http://ooktech.com/jed/ExampleWikis/StartupActions/) that is turned on for 
page load, directing the fill of fields of certain tiddlers, with an 
appropriate status: past, present or future.

Question:

How can I build a filter that can display each of these conditions, past, 
present, and future, based only on the prefix analysis contained in the 
titles, compared to the system date I get from the macro << now YYY0MM0DD >>

My code:

\define tempNodeColor()
<$set name="hoje" value=<> >
<$set name="tagMesM" value=<> >

 

<$list filter="[all[]prefix]">
<$action-setfield $field="_tgr_node_class_add" $value="my-green-node" />
<$action-listops $field=tags $subfilter='+[append]'/>




<$list filter="[tag[Past]]">
<$action-setfield $field="_tgr_node_class_add" $value="my-gray-node" />


<$list filter="[tag[Present]]">
<$action-setfield $field="_tgr_node_class_add" $value="my-green-node" />




\end

<>



-- 
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/930953b1-e643-43b2-b4a3-d876267acb75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-18 Thread @magasine
Hi

I'm trying to use 2 fields as arguments to a function and results in error: 
"ComputeError: Can not convert 5 to number"

(= divide( {{!! total_presencas}} , {{!! total_integrantes}} ) =)

I also tried filters and the same thing happens

(= [tag{!!grupo}tagging[]has[Presenças]count[]] / [tag{!!grupo}tagging[]
count[]] =)

Sorry, I have little code experience and I do not know what the error is.

TIA

Manoel.


Em quarta-feira, 17 de janeiro de 2018 05:15:24 UTC-2, Evan Balster 
escreveu:
>
> Announcing the second generation of my formula plugin for TiddlyWiki.
>
> See the *Formula wiki* for the latest documentation:  
> http://evanbalster.com/tiddlywiki/formulas.html
>
> *Report issues and view source GitHub*:  
> https://github.com/EvanBalster/TiddlyWikiFormula
>
>
> Formula lets you do computation in TiddlyWiki in the style of popular 
> spreadsheet apps Excel and Google Sheets, with the addition of TiddlyWiki's 
> own filter, transclude and variable systems.  Tiddlers can behave like 
> individual rows in a spreadsheet.  A large collection of built-in functions 
> is included, for use with text, numbers, dates, arrays and regular 
> expressions.
>
> Formula is implemented as a widget, with a special *(=* "mushroom 
> bracket" *=)* syntax for inclusion in WikiText, and can also be used in 
> widget/HTML attributes.  Formulas included via transclusion, filters and 
> variables are computed and refreshed like any other part of your wiki.
>
> (= ( sum([tag[Profits]get[value]]) - sum(tag[Expenses]get[value]]) ) * {{
> Tax!!rate}} =)
>
> The second generation of formula adds support for local variables, 
> comments, lambda functions and element-wise operations on arrays (such as 
> filter results), allowing more advanced computations to be expressed inside 
> TiddlyWiki.  Search the wiki for "demo" to see some of the things I've 
> built.
>
>
> The plugin is a work in progress and may have bugs.  Please report these 
> on GitHub or in this thread.
>

-- 
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/19401ad0-48b8-4a1b-ab13-4696031099f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Language for Brazilian Portuguese Translation - pt_BR - Tradução em Português do Brasil

2018-02-06 Thread @magasine
Olá Mauricio,

Bom trabalho.
Já usava uma extensão do "language PT-BR", mas venho enfrentando um 
problema.
Quando abro um novo tiddler para edição, a caixa seletora de nomes de 
campos fica desalinhada, impossibilitando de navegar pela lista de opções e 
escolher um nome de campo com facilidade.
Talvez isso possa ser corrigido, mas não tenho ideia de como fazer.
Uma segunda observação seria adequar a aba "Abrir" da barra lateral (Open 
in Sidebar), para que a tradução conste como "Abertos".

Abraço.

Manoel

Em sábado, 4 de fevereiro de 2017 02:02:48 UTC-2, Mauricio Lucas escreveu:
>
> Hi,
> This is my first contribution of translation of The Tiddlywiki for 
> Brazilian Portuguese. 
> There may still be minor translation errors and typos that i am resolving 
> as soon as meeting. 
>
> The translation is based on version 5.1.14-prerelease but can be used in 
> the same way in previous versions. 
>
> I am offering two file formats, one is the page of translation of The 
> Tiddlywiki of URL http://tiddlywiki.com/prerelease/editions/translators/ 
> And another is an exported file as .tid which can be used by dragging to 
> your page Tiddlywikii, in the same way that you install a plugin and then 
> change the language in the ControlPanel.
>
> Any help is welcome, use this topic to contribute and report errors you 
> find. I did my best in the time that I have, I hope this helps many people. 
> You can do it here in this topic or in group whatsapp that i created to 
> facilitate 
>
> Olá
> Esta é minha primeira contribuição de tradução do Tiddlywiki para 
> português do Brasil.
> Ainda pode haver pequenos erros de tradução e digitação que estou 
> resolvendo logo que encontro.
>
> A tradução tem base na versão 5.1.14-prerelease mas pode ser usada em 
> versões anteriores.
>
> Estou disponibilizando dois formatos de arquivo, um é a página de tradução 
> do Tiddlywiki da URL 
> http://tiddlywiki.com/prerelease/editions/translators/
> E o outro é um arquivo exportado como .tid que pode ser usado arrastando 
> para sua página Tiddlywiki, da mesma forma que se instala um plugin e então 
> trocar a linguagem no ControlPanel
>
> Qualquer ajuda é bem vinda, use esse tópico para contribuir e reportar 
> erros que encontrar.
> Fiz o meu melhor no tempo que tenho livre, espero que isso ajude muitas 
> pessoas.
>
> You can do it here in this topic or in group whatsapp that i created to 
> facilitate 
>
> Group Tiddlywiki Brasil in Whatsapp 
> https://chat.whatsapp.com/3fntjE3lzls4H7eY3kIRaJ
>
> To install, download the file " $__languages_pt-BR.json.tid " and drag to 
> your page in the browser. 
> Para instalar, baixe o arquivo " $__languages_pt-BR.json.tid " e arraste 
> para sua página no navegador.
>

-- 
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/87e90453-5501-42fa-b75c-bfef11b7023f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Title prefix matching a macro to apply tag

2018-01-29 Thread magasine
Hi,

Thanks for listening.
I found my answer!

<$ set name = "today" value = << now 0MM0DD >>>
 @@ color: red; <$ list filter = "[all [] prefix  sort 
[]]" emptyMessage = "No events scheduled for today!">


 @@ 



Greetings!

Manoel

Em quinta-feira, 25 de janeiro de 2018 00:46:43 UTC-2, magasine escreveu:
>
> Maybe something like the Startup Actions plugin (
> http://ooktech.com/jed/ExampleWikis/StartupActions/), which when 
> displaying the modal tiddler, did it after marking it with a tag 
> corresponding to the macro return << now YYY0MM0DD >>
>
> Em quinta-feira, 25 de janeiro de 2018 00:12:40 UTC-2, TonyM escreveu:
>>
>> I am still trying to understand what you need.
>>
>> Why tag them if a list using prefix can always generate the same list?.
>>
>> A single button with a list inside it can be used with actions to set a 
>> tag on every tiddler appearing in the list. 
>>
>> 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/1305b1b3-8ef2-46a1-a088-cc11ee236d2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Title prefix matching a macro to apply tag

2018-01-24 Thread magasine
Maybe something like the Startup Actions plugin (
http://ooktech.com/jed/ExampleWikis/StartupActions/), which when displaying 
the modal tiddler, did it after marking it with a tag corresponding to the 
macro return << now YYY0MM0DD >>

Em quinta-feira, 25 de janeiro de 2018 00:12:40 UTC-2, TonyM escreveu:
>
> I am still trying to understand what you need.
>
> Why tag them if a list using prefix can always generate the same list?.
>
> A single button with a list inside it can be used with actions to set a 
> tag on every tiddler appearing in the list. 
>
> 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/6e3a4d15-d70b-4cd4-a8ba-3875fef9217c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tags defined by tag macro <> not searchable

2018-01-09 Thread magasine
Take a look at this 
... 
https://ibnishak.github.io/Tesseract/pluginsandmacros/hashtag2tag.html#Hashtag2tag

Em terça-feira, 9 de janeiro de 2018 14:07:50 UTC-2, Stefan Spycher 
escreveu:
>
> Hi, 
>
> I'd like to use inline tags to categorize and markup relevant content, and 
> afterwards be able to search for those occurrences. 
> the tag pill macro <> seems to cover the first part, but i 
> fail to craft a filter that finds that tiddler with 'foobar' tag. although 
> simple, [tag[foobar]] is where i'm stuck. 
> so either the <> macro doesn't generate 'first class' tags, or it's a 
> bug, or i'm doing it wrong :)
>
> any help would be appreciated
>
> thanksl
>

-- 
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/d1007d7d-b385-4400-baae-42d122212737%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Tidgraph question

2017-10-11 Thread magasine
Hi Alex,

Tiddlers posted

greetings

Em quarta-feira, 11 de outubro de 2017 05:11:52 UTC-3, AlexHough escreveu:
>
> Hi Magasine,
>
> that look great!
>
> could you post a tiddler?
> When I copy the code above there are various spaces... i can't get it to 
> work:(
>
>
> Alex
>
> On 10 October 2017 at 18:40, magasine <maga...@gmail.com > 
> wrote:
>
>>
>> <https://lh3.googleusercontent.com/-UKM5LmltGog/Wd0Fsw6bNJI/bSA/JM2W9CyME44x9wCWkSWi75hXaO-vymkmgCLcBGAs/s1600/img_tidgraph_levels.jpg>
>> Hello
>>
>> I chose to create a template that I called "Template - MindMap" with the 
>> following information:
>>
>> !! {{!! summary}}
>> <$ button>
>> <$ action-navigate $ to = "Menu" />
>> Menu
>> 
>> <$ button set = !! setto = "S"> {{$: / core / images / chevron-down}} > $ button>
>> <$ button set = !!  
>> <$ button set = !! maxdepth setTo = "- 1"> Min 
>> <$ button set = !! maxdepth setTo = "1"> 1 
>> <$ button set = !! maxdepth setTo = "2"> 2 
>> <$ button set = !! maxdepth setTo = "3"> 3 
>> <$ button set = !! maxdepth setTo = "10"> Max 
>> ^^ @@ color: gray; ({{!! !! maxdepth}}) @@ ^^
>>
>>
>> <$ tidgraph start = {{title}} maxdepth = {{!! maxdepth}} layout = {{!! 
>> layout}}
>>
>>
>> For rendering, create any tiddler with a tag name and place the 
>> transclusion statement in the body:
>>
>> {{|| Template - MindMap}}
>>
>>
>> and also the following fields:
>>
>> maxdepth = 2
>> layout = E
>> summary = abc
>>
>>
>> Greetings
>>
>> Em sábado, 7 de outubro de 2017 13:57:01 UTC-3, Ste Wilson escreveu:
>>>
>>> I use the wonderful tidgraph (
>>> https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5)
>>>  
>>> I'm my Wiki. 
>>> Quick (hopefully) question. Is it possible to have a default view where 
>>> the graph is collapsed to the first level? 
>>>
>>> Cheers 
>>>
>>> Stephen. 
>>>
>>> -- 
>> 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/d04b8cc0-7dce-4913-b3ad-5ebb49ade932%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/d04b8cc0-7dce-4913-b3ad-5ebb49ade932%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>> 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/95b162de-ac70-4e6a-bda5-9d2597d4a1c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Template - MindMap.tid
Description: Binary data


Comunicações.tid
Description: Binary data


[tw] Re: Tidgraph question

2017-10-10 Thread magasine



Hello

I chose to create a template that I called "Template - MindMap" with the 
following information:

!! {{!! summary}}
<$ button>
<$ action-navigate $ to = "Menu" />
Menu

<$ button set = !! setto = "S"> {{$: / core / images / chevron-down}} 
<$ button set = !!  
<$ button set = !! maxdepth setTo = "- 1"> Min 
<$ button set = !! maxdepth setTo = "1"> 1 
<$ button set = !! maxdepth setTo = "2"> 2 
<$ button set = !! maxdepth setTo = "3"> 3 
<$ button set = !! maxdepth setTo = "10"> Max 
^^ @@ color: gray; ({{!! !! maxdepth}}) @@ ^^


<$ tidgraph start = {{title}} maxdepth = {{!! maxdepth}} layout = {{!! 
layout}}


For rendering, create any tiddler with a tag name and place the 
transclusion statement in the body:

{{|| Template - MindMap}}


and also the following fields:

maxdepth = 2
layout = E
summary = abc


Greetings

Em sábado, 7 de outubro de 2017 13:57:01 UTC-3, Ste Wilson escreveu:
>
> I use the wonderful tidgraph (
> https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5)
>  
> I'm my Wiki. 
> Quick (hopefully) question. Is it possible to have a default view where 
> the graph is collapsed to the first level? 
>
> Cheers 
>
> Stephen. 
>
>

-- 
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/d04b8cc0-7dce-4913-b3ad-5ebb49ade932%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Tidgraph - Attribute maxdepth and expansion nodes

2015-12-29 Thread magasine
It would be possible, by using the maxdepth attribute (which collapses the 
branches) still display the symbol "+" that allows the expansion node?

TIA

Manoel Garcia da Silveira Neto
Campinas, SP - Brasil

-- 
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/b23a09fb-41a8-46f2-8444-3dbe777f84a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Can I sum two fields?

2015-12-20 Thread magasine
Perfect! TKS
Em domingo, 20 de dezembro de 2015 04:29:57 UTC-2, AlexHough escreveu:
>
> You could try http://tobibeer.github.io/tw5-plugins/#eval
>
>
>

-- 
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/10a16dbf-36ae-4cb4-98be-67ba379f29a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I sum two fields?

2015-12-19 Thread magasine
The number of arguments is limited? I can not calculate the expression: << 
calc !!field_a + by:tiddler_b!! field_b + by:tiddler_c!!field_c >>

TIA,

Manoel
Campinas, SP - Brasil

Em terça-feira, 27 de outubro de 2015 06:30:08 UTC-2, Tobias Beer escreveu:
>
> Hi James,
>
> I have updated *calc* with a new parameter called *by*
> allowing you to specify both values independently
> either as a number or as a TextReference 
> .
>
> Get the update from here:
>
> calc @ tb5 
>
> For example:
>
> <>
> => 10
>
> <>
> => adds values from *field* foo and *bar*
>
> <>
> => multiplies value from field *foo* at tiddler *A* with numerical data 
> at index *bar* in data-tiddler *B*
>
> Best wishes,
>
> — tb
>

-- 
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/6431d1fb-4dd1-40b7-9b3a-ceec89366039%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.