[tw5] Re: DRAFT: TiddlyWiki for New users

2019-02-12 Thread Kalmir
Thanks, Tony, I think I'm going to use it a lot.

Kalmir

On Monday, February 11, 2019 at 12:38:00 PM UTC, TonyM wrote:
>
> Barro, Thanks for the feedback
>
> I did "rush to print". I will take all your comments into account.
>
> On collaboration with the others we could use an old idea of the "website 
> ring" and each of us can publish the same related sites tiddler and index 
> to each others sites and a synopsis. Or get even smarter.
>
> Regards
> Tont
>
>

-- 
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/baf2da21-5f47-4496-b366-cb7c7c0fda89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to get rid of "Draft of" overhead title in Edit mode?

2019-01-31 Thread Kalmir
I should have known that, thanks, Ton. 

-- 
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/34d4d042-b80a-467b-8b7a-4d95a5c2547c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to get rid of "Draft of" overhead title in Edit mode?

2019-01-31 Thread Kalmir
Actually, I just realised I can achieve what I want with this custom css: 
*.tc-tiddler-edit-title 
{ visibility: hidden; }* . I've also used *.tc-editor-toolbar { visibility: 
hidden; }* to hide gray stripe which remained visible in the whitespace 
theme even after un-clicking all editor items in the settings.


On Thursday, January 31, 2019 at 1:49:46 PM UTC, Kalmir wrote:
>
> Hi, I'm trying to get as clean design when editing a tiddler as possible. 
> The only thing I'm unable to get rid of is the  "Draft of" overhead title 
> in small letters. I thought perhaps these two items control the behaviour:
>
> $:/config/EditTemplateFields/Visibility/draft.of 
> <https://twcloud.github.io/tw5-dropbox/?type=full#%24%3A%2Fconfig%2FEditTemplateFields%2FVisibility%2Fdraft.of>
>  
> $:/config/EditTemplateFields/Visibility/draft.title  
> <https://twcloud.github.io/tw5-dropbox/?type=full#%24%3A%2Fconfig%2FEditTemplateFields%2FVisibility%2Fdraft.title>
>
> However, even if set to hide, the overhead title still appears. So it is 
> probably a wrong track.
>
> Anybody know where should I look?
>
> Thanks a lot,
>
> Kalmir
>

-- 
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/a9b82769-9aed-43c7-a9fb-e6c3cd7c9f7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How to get rid of "Draft of" overhead title in Edit mode?

2019-01-31 Thread Kalmir
Hi, I'm trying to get as clean design when editing a tiddler as possible. 
The only thing I'm unable to get rid of is the  "Draft of" overhead title 
in small letters. I thought perhaps these two items control the behaviour:

$:/config/EditTemplateFields/Visibility/draft.of 
<https://twcloud.github.io/tw5-dropbox/?type=full#%24%3A%2Fconfig%2FEditTemplateFields%2FVisibility%2Fdraft.of>
 
$:/config/EditTemplateFields/Visibility/draft.title  
<https://twcloud.github.io/tw5-dropbox/?type=full#%24%3A%2Fconfig%2FEditTemplateFields%2FVisibility%2Fdraft.title>

However, even if set to hide, the overhead title still appears. So it is 
probably a wrong track.

Anybody know where should I look?

Thanks a lot,

Kalmir

-- 
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/594066b3-fed4-41a7-9e82-e8300d91ab53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Spaced Repetition and TiddlyWiki

2019-01-24 Thread Kalmir
That's what I thought, more or less. In my point 3 above I mean "you can delete 
content of the fields" (when cloning card) in the sense that they get populated 
automatically. 

-- 
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/0278b42c-aee7-4494-bf95-355340ad0d6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Spaced Repetition and TiddlyWiki

2019-01-24 Thread Kalmir
Hi, Diego,

so I'm trying to implement your SRS solution in my TW now. Which is not 
easy as it is not packaged as a plugin. So how I did - as a recap for 
someone struggling with it too:
1) Export all relevant tiddlers from anwiki.tiddlyspot.com (e.g. cards 
won't work if you forget Macros tiddler).
2) Install Formula plugin <https://evanbalster.com/tiddlywiki/formulas.html> 
which is needed.
3) Create new cards by cloning one of the demo cards. You can delete 
contents of these fields: due, ef, next, quality, repetition.

That seems to work for me, so far. But I don't really now what "ef' does, I 
suspect it is something algorithm-related? The same for "quality". I 
suppose "repetition" marks the number of times the card has already been 
answered?

Thanks for AnWiki, Diego. I think if it gets packaged as a plugin, it'll 
get larger following.

Kalmir


On Wednesday, December 19, 2018 at 7:36:30 PM UTC, Diego Mesa wrote:
>
> Hello all,
>
> As always (and Im sure as alot of you), I am very interested in using TW 
> for more and more things. Right now, I use *one* TW for *all* of my 
> tiddlers, and use tags to separate "domains". In other words, if I think I 
> need another TW, I just make a new tag and voila! it fits in my TW.
>
> As some of you might remember, I have also been very interested in using 
> Spaced Repetition (SR/SRS) to memorize information. Some fantastic 
> introductions to this are:
>
>- http://augmentingcognition.com/ltm.html
>- https://www.gwern.net/Spaced-repetition
>
> There are 2-3 major players in the SRS space, but I could never get the 
> habit to stick with Anki or Memo as I was already working in my TW. As a 
> result, I tried to create a similar effect in TW which led to Anwiki - a 
> simple SRS system built into TW:
>
> http://anwiki.tiddlyspot.com/ 
>
> I am very interested in using TW to store - knowledge I want to be able to 
> keep, look up, organize and store, *as well as* knowledge I need to 
> actively memorize. There is a *huge* SRS community out there always 
> debating what software is better, why, writing plugins for these systems, 
> etc. I think TW is the best place to keep the things I want to memorize in, 
> *because 
> I already keep everything else in there! *If TW is to be a physical 
> (digital) record of my mind and its development, it only makes sense to 
> incorporate this into TW! 
>
> I think if embraced and further developed, it could bring many more people 
> into TW, and become "one of the great" TW plugins like TiddlyMap.
>
> The purpose of this post is to
>
>1. Inform those of you that don't know about Spaced Repetition
>2. Ask the community's opinion about the relationship between 
>knowledge you want to keep, and knowledge you want to memorize. 
>
>
>
>

-- 
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/51708402-df07-47e4-b74f-9e07a07b64fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Kalmir
DevonThink app should be really good at this:

"One of the key features of DevonThink Pro Office is its smart searching 
algorithms, its ability to suggest similar texts based on the contents of what 
you are looking at, etc. It does this by means of a proprietary algorithm, so I 
can't really tell you how it works, but just know that it does. It works best 
on smaller chunks of text. In this way, I was reading through a particular 
source from the 3 million-word-strong Taliban Sources Project database and then 
I clicked the "See also" button and it had found a source I would never 
otherwise have read on the same topic, even though it didn't even use one of 
the keywords I would have used to search for it. It uses semantic webs of words 
to figure this stuff out." - Alex Strick 
(https://www.alexstrick.com/blog/PhD-tools-DevonThink) 

-- 
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/61bf2b17-a4bf-4689-b0a1-1efaf70fa690%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TiddlyDrive Security Misconfiguration Problem?

2019-01-15 Thread Kalmir
In case, TiddlyWiki in the Sky for Dropbox 
 is an alternative (and I think 
better) solution which should cover your needs.

On Tuesday, January 15, 2019 at 6:50:59 AM UTC, TonyM wrote:
>
> Looks like an SSL certificate is out of date, sometimes they will renew 
> automaticaly. If not the host needs to correct it. 
>
> Regards
> Yony
>

-- 
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/24771e12-9a29-413e-bc8d-ddf577e1adf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: usability: achieving improved drag-and-drop of external files

2019-01-14 Thread Kalmir
Tiddlyclip helps a bit: 
http://tiddlyclip.tiddlyspot.com/#Creating%20Local%20Media%20Links

-- 
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/2d56658c-a900-487e-83e6-049dcbe957b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] What's special about the list field?

2019-01-12 Thread Kalmir
Thanks, Jed, I need to look into it but I think your suggestions will help 
me.

On Saturday, January 12, 2019 at 12:42:12 PM UTC, Jed Carty wrote:
>
> If you want multiple values like in the field list or tags you can use a 
> space separated list in the same way as list or tags and use the filter 
> operator enlist to read it like a list.
>
> Documentation is here: https://tiddlywiki.com/#enlist%20Operator
>
> An example that may fit your case better that what is on that page is make 
> a tiddler with a list called my_list and put this in the text of that 
> tiddler:
>
> <$list filter='[enlist{!!my_list}]'>
> <>
> 
>
> The content of the field is, like the tags and list field, a space 
> separated list. If there is an element in the list that has spaces in the 
> title you need to put it inside [[ and ]] like this:
>
> item1 item2 [[item3 has spaces]] item4
>
> Hopefully that covers your use.
>
> To manipulate fields like this the listops operator can be very helpful: 
> https://tiddlywiki.com/#ActionListopsWidget
>
> I made a plugin that lets you use any field like a tag field called 
> GenTags.if that a fits your use you can see more about it here: 
> https://ooktech.com/jed/ExampleWikis/GenericTagFields/
>

-- 
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/90a105b7-93bb-4a37-ba00-021e2bd59fff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] What's special about the list field?

2019-01-12 Thread Kalmir
Hi, I am wondering if these days (early 2019) TW5 supports *populating one 
field with multiple values*? I mean a newly created field, i.e. not a 
standard one (like list or tag). If yes, the question is how to separate 
the values.

However, from reading field notation documentation, searching GGroups and 
doing own experiments, it seems to me TW5 doesn't allow that. Am I right?

I am asking because if I understood Jeremy's old reply in this tread 
correctly, enabling "polymorphism of field values" has been in 
consideration.

Thanks,
Mira

On Thursday, June 19, 2014 at 8:04:28 PM UTC+1, Matabele wrote:
>
> Hi
>
> I have been playing around with lists, but am a little confused about the 
> behaviour of the list (and tags) field when compared with standard fields.
>
> Say a standard field 'myfield' contains a comma separated list. If I then 
> set the value of the 'list' field to this value, the comma separated list 
> will be transformed into a space separated list.
>
> The converse is not true. If I then set the value of 'myfield' to the 
> value of the 'list' field, the value in 'myfield' will now be space 
> separated.
>
> Does this effect the behaviour of filter operators for lists? (can comma 
> separated and space separated lists be used in the same way?)
>
> regards  
>

-- 
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/73fadf05-e596-4229-988f-cfe67107053b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] A Confusion of TOC and Search

2019-01-08 Thread Kalmir
Thanks for bringing this up. I have no solution, I just want to mention that 
this is also in my "to figure out" list.

Ideally, I would like the search to use+show:
1. subtitle (I'm using uni-link plugin);
2. if there's no subtitle, use caption;
3. if there's neither subtitle nor caption, use title. 

-- 
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/8a10e12b-df25-4de1-86f6-61e5c1c13d46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Batch edit tiddler title

2019-01-04 Thread Kalmir
*Mark,* I am aware of TW approach to title as the unique ID. In case of my 
old titles as well as the new ones, the title remains unique. So I didn't 
think this relevant. But I get the "everything hinges on it so it is much 
more difficult to manipulate".

*Eric,* thank you a lot! Not just for the solution but also for taking time 
to explaining each step of your code. I think I get how does it work (and 
learn a bit more about TW in the process). That being said, I wasn't able 
to make the final version work, I am clearly missing something, but since i 
don't mind hard-coding label+tag+prefix, I am able to get the job done.   / 
Btw I know that if I change the title links to the old one won't redirect 
etc. but in my case this not a problem.


On Friday, January 4, 2019 at 5:42:02 PM UTC, Mohammad wrote:
>
> Hi Eric,
>
> This does the job! I tested it on tiddlywiki.com and it works like a 
> charm.
>
> Thank you Eric, Thanks a million.
>
>
> Cheers
> 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/41027225-933a-45d9-a152-488b2267c924%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Batch edit tiddler title

2019-01-04 Thread Kalmir
Hi,

I am looking for a way to edit the title of a group of tiddlers. I would 
first filter the tiddlers by tag and then execute the batch edit on this 
group. What I want to do is to put something at the beggining of each 
tiddler's tiddler (like adding prefix) without changing the rest of the 
tittle. So in the end each tiddler will have the same prefix but different 
rest of the title.

The BatchEdit, BatchManipulator and TiddlerTool plugins I found don't seem 
to have this funcionality.

In the old discussions here, I found a reply to someone who wanted to be 
able to add something to the end of the text of a group of tiddlers. It 
looks like this:

store.suspendNotifications(); 
store.forEachTiddler(function(
title, tiddler) { 
 if(tiddler.tags.contains("foo")) { 
 // TODO: check for existing Review section first 
 var body = tiddler.text + "\n!!!Review\n"; 
 store.saveTiddler(title, title, body, tiddler.modifier, 
 tiddler.modified, tiddler.tags, tiddler.fields, false, 
 tiddler.created, tiddler.creator); 
 } 
}); 
store.resumeNotifications(); 


So the main difference is that I want to edit the title and not the body 
(text field). 

I should also say I am no coder and I don't even know how to run the script 
above or its adjusted version. But I guess I could figure that out.

Any ideas if the script above could be adjusted? If so, any tips how to run 
the script? Or is there a different solution?


I would be very glad for help.

Thanks,

Kalmir

-- 
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/cfcb82d5-7f8f-447a-9e1f-f23a8543bf94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [INTRO] uni-link plugin

2019-01-04 Thread Kalmir
Hi, PMario and others,

I'm having an issue with the plugin: capital letters are not recognized. If 
I use the plugin's Alias Examples, I get only the 1st, 3rd and 5th correct 
(working) - all those without capital letters. I am running 5.1.16 and 
uni-link 0.3.4 (when I first run into the issue, I realised I run 0.3.2 and 
thought this might be the issue - but the behavior is same even after 
upgrading).

Is it just me or other experience the problem as well?

Thanks,

Mira





On Saturday, December 29, 2018 at 11:42:02 AM UTC, PMario wrote:
>
> Hi,
>
> On Saturday, December 29, 2018 at 4:33:23 AM UTC+1, Diego Mesa wrote:
>
>> Just a quick note - I think github handles uniqueIDs and 
>> linking wonderfully. Each PR, Issue, etc gets a unique sequential ID. When 
>> you want to link to one you can type # and a popup appears with the ID 
>> *and* the title. That is automatically added as a reference in the 
>> original issue (our backlinks). It would be wonderful to have a similar 
>> workflow on TW.
>>
>
> IMO that's not possible. If you write #1234 in a tiddler and copy it from 
> A TW to a different one eg: B, the reference will be assigned to a 
> different element, which just happens to have the same index. ... Or the 
> connection will be lost. 
>
> -m
>

-- 
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/aaffc4e3-7f02-4ae7-86e8-a1e72049de17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Refnotes plugin

2018-12-30 Thread Kalmir
Great! I managed to install the plugin with my workaround but perhaps your 
changes will now save some trouble for some users.

Anyways, great piece of work, thank you. 

-- 
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/11cebf83-3197-4a7a-abf3-d1f3feee86e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Refnotes plugin

2018-12-30 Thread Kalmir
Just as a side-note: as I am not much familiar with GitHub, installation of 
the plugin wasn't that simple for me, actually. I tried to download the 
code (tiddler to import) by right-clicking on the name of the file from 
release page (a page one level above than the one your plugin web links 
to). But importing this tiddler, download in this way, didn't install the 
plugin. So found a workaround by downloading and importing plugin tiddler 
not from github, but from the plugin webpage itself (found it through 
search).

I am probably missing how to do it easily via GitHub. My point is there may 
be more people like me, perhaps some not even able to find a workaround.


On Saturday, December 29, 2018 at 7:43:47 PM UTC, Mohammad wrote:
>
> Hi Kalmir,
>
>  You are most welcome. As I understood and commented by Riz, on touch 
> based system like mobile screen the abbreviation (Html5 tag) and tooltips 
> are not as we expected.
>
> If you use TW on Desktop, then Refnotes could be very helpful. It has been 
> tested using FF 64, Chrome 71, Edge and IE 11. No issue has been reported.
>
> A rather complete documentation and a bunch of examples have been added 
> into the demo page on GitHub.
>
> I appreciate to receive your comments and, issue reports here or on GitHub 
> page.
>
> Have a nice holidays
>
> Cheers
> 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/9c61cfeb-e19e-4ec0-b33c-8e37536fad90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Refnotes plugin

2018-12-29 Thread Kalmir
Mohammad, thanks a lot, your plugin is going to be very helpful when using TW 
for academic work. It definitely makes it into my TW :-) 

-- 
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/b62f28cc-d950-4c19-90d0-66435e7a9639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Some Christmas stats and my current situation

2018-12-29 Thread Kalmir
Hi Arlen,

I'm also one of the almost-daily users of your TW-Dropbox solution. So I want 
to thank you for the work you put in it. I'll make a "2019" donation in 
January. Thx. 

-- 
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/b8183d5a-e59f-4121-afb4-db60085cd22f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Plugins updated: ToDoNow, Listreveal, Reminders

2018-12-20 Thread Kalmir
I do this by tagging these items with a "future" tag and by filtering out 
this tag. That seem better to me then using priority, as it doesn't 
preclude assigning the task its actual priority (1-3). Or do I miss 
something. I do the same also with "someday/maybe" tag. Then at the end of 
the week I filter them in to review those items.

On a related note, is it just me who thinks more than just 1 user filters 
(buttons) would be great? I mean now if I want to use different filtering, 
I need to delete the previous filter. Since I usually revert back to the 
original one, I need to write it in again. Of course some copypasting helps 
but to be able to choose from different filters would be awesome. 

However, I have no idea how difficult to implement this would be. And I 
don't want to sound like I am complaining about lack of a feature. On the 
other hand, Thomas, thank you lots, ToDoNow is what I was looking for and 
works great :)

On Wednesday, October 24, 2018 at 3:13:10 PM UTC+1, Mark S. wrote:
>
> I mark all those "future" items with priority "W" (for waiting). Then use 
> the filter to hide W items:
>
> +[!priority[W]]
>
> Although the W items are hid from the main todo list, they're not hidden 
> when you check "Today". So, once a day, when you check today's outstanding 
> tasks, you can change the priority to make the items visible again in the 
> main list.
>
> -- Mark
>
> On Wednesday, October 24, 2018 at 6:40:52 AM UTC-7, Willy Tanner wrote:
>>
>> Hello TodoNow folks
>>
>> without wanting to hijack this thread but is there a way to suppress the 
>> visibility of a todo item before a certain date (scheduled date, start 
>> date)?
>>
>> Quite often I need to plan todo items a long time into the future but my 
>> every day life would become messy if I'd be forced to deal or even just see 
>> all these items long before they can be acted upon. 
>>
>> Thank you
>> Christoph
>>
>>
>>
>> On Tuesday, March 20, 2018 at 10:47:41 PM UTC+1, Thomas Elmiger wrote:
>>>
>>> Hello TW-friends
>>>
>>> After quite some time I have updated most of my plugins on 
>>> https://tid.li/tw5/plugins.html with some minor and some deeper going 
>>> changes. Generally I have tried to make my stuff more robust for different 
>>> designs. Additionally I have been able to integrate some user feedback from 
>>> the last five months ore so. 
>>>
>>> As always: Please make a backup or two before updating. And if you 
>>> update, update all dependencies. 
>>>
>>> Enjoy and keep the feedback coming!
>>> Thomas
>>>
>>> ===
>>>
>>> From the readme of ToDoNow:
>>>
>>> Version 1.2.9
>>>
>>>- Minor redesign with better icons, context sensitive colours, less 
>>>whitespace and additional configuration options:
>>>   - hide the header of ToDoNow 
>>>   
>>>   - check and adjust author/creator info and task template
>>>   - translate all text, date and time formats on ToDoNow 
>>>    via translation tiddlers
>>>  - you can leave the translation empty to save the space
>>>   - independent save button (no longer a duplication of the core 
>>>save button, so adding an accesskey to the core version 
>>>
>>>  
>>>should not be a problem anymore)
>>>- listreveal updated to version 0.3.21
>>>- reminders updated to version 0.1.6
>>>
>>> Special thanks to Surya, Mark, Jasper and Josiah for feedback and 
>>> suggestions!
>>>
>>>
>>>
>>>

-- 
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/bcceff78-b356-4d99-a7a1-4c616a0955ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Spaced Repetition and TiddlyWiki

2018-12-20 Thread Kalmir
Hi Diego,

I am another keen user of both TW and SRS (mostly Anki). I want to thank 
you for your effort. I think a TW SRS solution is definitely something 
desirable.

As for AnWiki – I haven't given it try yet. It is partly because I find TW 
SRS integration desirable but not pressing (see below). But the main reason 
is that I thought AnWiki doesn't actually use a sophisticated SRS 
algorithm. Now I know it does (use SM-2) and I think it is important to 
underline for people more knowledgable of SRS. But this is not yet stated 
on anwiki.tiddlyspot.com. This changes things for me and I'll likely use 
AnWiki for at least some knowledge fields. It doesn't lend itself to more 
complicated solutions yet, e.g. I use complex language cards in Anki which 
allow me to quickly ass a word in target language, a word in my language, a 
sentence to test knowledge of the word in context via cloze, notes and 
audio. But vocabulary is also one domeain which probably doesn't need 
integration with a knowledge base/TW.

As for relationship between information stored internally (brain) and 
externally (computer - TW). Like many others here, I try to integrate more 
and more things in TW. And I think it makes great sense to integrate 
various factoids and understanings, ship to SRS, hence memory, with TW. 
Because our memory, understanding and need for understanding is dynamic. I 
think this might become obvious over the long-term. It could be that 
several years from now one can remember the information via SRS but 
actually forget why she decided to store in memory in the first place or 
what other related stuff one has worked with before. Simple click (link) in 
TW could provide the answer. I guess ideally we would all have all our 
knowledge stored externally in the computer and a selection of that in our 
brains. If we have part there and part there, that is not desirable. Ok, 
ideally we would have  
alll in our heads but that is not possible. Actually that is how some 
people envision the future role of AI, as augumentation of ourselves, a 
super-responsive human-like "friend on the phone" who can help us only if 
he knows all we know (so he doesn't tell us what we don't need to hear) 
plus what we don't know.


On Wednesday, December 19, 2018 at 7:36:30 PM UTC, Diego Mesa wrote:
>
> Hello all,
>
> As always (and Im sure as alot of you), I am very interested in using TW 
> for more and more things. Right now, I use *one* TW for *all* of my 
> tiddlers, and use tags to separate "domains". In other words, if I think I 
> need another TW, I just make a new tag and voila! it fits in my TW.
>
> As some of you might remember, I have also been very interested in using 
> Spaced Repetition (SR/SRS) to memorize information. Some fantastic 
> introductions to this are:
>
>- http://augmentingcognition.com/ltm.html
>- https://www.gwern.net/Spaced-repetition
>
> There are 2-3 major players in the SRS space, but I could never get the 
> habit to stick with Anki or Memo as I was already working in my TW. As a 
> result, I tried to create a similar effect in TW which led to Anwiki - a 
> simple SRS system built into TW:
>
> http://anwiki.tiddlyspot.com/ 
>
> I am very interested in using TW to store - knowledge I want to be able to 
> keep, look up, organize and store, *as well as* knowledge I need to 
> actively memorize. There is a *huge* SRS community out there always 
> debating what software is better, why, writing plugins for these systems, 
> etc. I think TW is the best place to keep the things I want to memorize in, 
> *because 
> I already keep everything else in there! *If TW is to be a physical 
> (digital) record of my mind and its development, it only makes sense to 
> incorporate this into TW! 
>
> I think if embraced and further developed, it could bring many more people 
> into TW, and become "one of the great" TW plugins like TiddlyMap.
>
> The purpose of this post is to
>
>1. Inform those of you that don't know about Spaced Repetition
>2. Ask the community's opinion about the relationship between 
>knowledge you want to keep, and knowledge you want to memorize. 
>
>
>
>

-- 
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/4539f0ba-f8f7-4b0a-bd45-7eb1d5c69c64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-08 Thread Kalmir
BJ, thank you, problem solved.

Before I was installing 0.1.2 or at least I thougt so but I was installing 
it from a .zip file, not .xpi (I thougt that's a strictly Firefox format, 
now I know it can be unzipped as any zip archive). So maybe the zip archive 
which the readme offered for download was incomplete. Or it was actually 
old version. I am not sure. But thanks for helping me figure it out.



On Monday, October 8, 2018 at 11:57:21 AM UTC+1, BJ wrote:
>
> HI Kalmir,
>
> The instructions for the install are incorrect - I have updated them on 
> github https://github.com/buggyj/tiddlyclip/blob/master/README.md
>
> I don't know if you actually have the latest version installed.
>
> in chrome://extensions/ you should see 
>
>
> I am seeing a problem with 69.0.3497.100 on xubuntu
>
>
>

-- 
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/748a0831-ab32-4d8c-ab7b-f7a67f49cede%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-08 Thread Kalmir
As for the error I reported yesterday,

1. There are more errors listed by Chrome: its has problem not only with 
*replace* property, but also *substr* and *url*.
2. I have tried to clip with an empty wiki, to see if dropbox-storing 
causes the problem or not. It does not. The same error occurs with empty TW 
as well.



On Sunday, October 7, 2018 at 9:19:27 PM UTC+1, Kalmir wrote:
>
> Hi, I am wondering if anyone is getting the following error with 
> TiddlyClip (both 0.1.1 and 0.1.2) in Chrome? Or am I doing something wrong? 
> The result of the error is that I never get beyond "dock here", i.e. I 
> never get TiddlyClip's menu of how to pin, snip etc. a selection. 
>
> The error:
>
> Error in event handler (...) Cannot read property "replace" of undefined. 
> / More in the picture
>
> [image: error.PNG]
>
>
> Please note I am using TW5 in the Sky, i.e. my file is stored by Dropbox. 
> However it might not be the issue as TiddlyClip works in Firefox with TW5 
> in the Sky.
>
>
>
> (P.S.: I am able to use TiddlyClip with Firefox and I want to thank you 
> plenty, BJ - it is a great tool.)
>
>
> On Saturday, March 7, 2015 at 6:26:41 PM UTC, BJ wrote:
>>
>> this is now fixed
>>
>> cheers
>> BJ
>>
>> On Wednesday, March 4, 2015 at 6:19:16 AM UTC-6, BJ wrote:
>>>
>>> It looks like there is a problem with finding the configuration tiddler 
>>> (which is a shadow tiddler). 
>>> Try editing the TiddlyClipConfig tiddler - add or remove a blank line at 
>>> the end of the tiddler to make it a non-shadow tiddler and then reload the 
>>> tiddlywiki
>>>
>>> On 4 March 2015 at 05:10, Alex Hough  wrote:
>>>
>>>> I am running on Node, so its http://127.0.0.1:8080/
>>>>
>>>> perhaps this is the cause?
>>>>
>>>> Alex
>>>>
>>>> On 4 March 2015 at 10:35, BJ  wrote:
>>>>
>>>>> that's a bug its not selecting the docked tiddlywiki- try clicking on 
>>>>> the address of the docked tiddlywiki (clck 'tiddlycut' then the address 
>>>>> of 
>>>>> the tiddlywiki)
>>>>>
>>>>> cheers
>>>>>
>>>>> BJ
>>>>>
>>>>> On 4 March 2015 at 03:29, Alex Hough  wrote:
>>>>>
>>>>>> Hi BJ,
>>>>>>
>>>>>> I don't seem to get "'tiddlyclip as'"
>>>>>>
>>>>>> I just see "TiddlyCut" see attached
>>>>>>
>>>>>> best wishes
>>>>>>
>>>>>> Alex
>>>>>>
>>>>>> On 2 March 2015 at 22:20, BJ  wrote:
>>>>>>
>>>>>>> should be ok now...
>>>>>>>
>>>>>>>
>>>>>>> On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:
>>>>>>>>
>>>>>>>> I get this error...
>>>>>>>>  
>>>>>>>>
>>>>>>>>> Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
>>>>>>>>> JavaScript-Datei "*content/util/logsimple.js*" konnte nicht für 
>>>>>>>>> das Content-Skript geladen werden.
>>>>>>>>
>>>>>>>>
>>>>>>>> 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.
>>>>>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>>>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> 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/O_untMAUOas/unsubscribe.
>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>> 

[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-07 Thread Kalmir
Hi, I am wondering if anyone is getting the following error with TiddlyClip 
(both 0.1.1 and 0.1.2) in Chrome? Or am I doing something wrong? The result 
of the error is that I never get beyond "dock here", i.e. I never get 
TiddlyClip's menu of how to pin, snip etc. a selection. 

The error:

Error in event handler (...) Cannot read property "replace" of undefined. / 
More in the picture

[image: error.PNG]


Please note I am using TW5 in the Sky, i.e. my file is stored by Dropbox. 
However it might not be the issue as TiddlyClip works in Firefox with TW5 
in the Sky.



(P.S.: I am able to use TiddlyClip with Firefox and I want to thank you 
plenty, BJ - it is a great tool.)


On Saturday, March 7, 2015 at 6:26:41 PM UTC, BJ wrote:
>
> this is now fixed
>
> cheers
> BJ
>
> On Wednesday, March 4, 2015 at 6:19:16 AM UTC-6, BJ wrote:
>>
>> It looks like there is a problem with finding the configuration tiddler 
>> (which is a shadow tiddler). 
>> Try editing the TiddlyClipConfig tiddler - add or remove a blank line at 
>> the end of the tiddler to make it a non-shadow tiddler and then reload the 
>> tiddlywiki
>>
>> On 4 March 2015 at 05:10, Alex Hough > 
>> wrote:
>>
>>> I am running on Node, so its http://127.0.0.1:8080/
>>>
>>> perhaps this is the cause?
>>>
>>> Alex
>>>
>>> On 4 March 2015 at 10:35, BJ > wrote:
>>>
 that's a bug its not selecting the docked tiddlywiki- try clicking on 
 the address of the docked tiddlywiki (clck 'tiddlycut' then the address of 
 the tiddlywiki)

 cheers

 BJ

 On 4 March 2015 at 03:29, Alex Hough > 
 wrote:

> Hi BJ,
>
> I don't seem to get "'tiddlyclip as'"
>
> I just see "TiddlyCut" see attached
>
> best wishes
>
> Alex
>
> On 2 March 2015 at 22:20, BJ > wrote:
>
>> should be ok now...
>>
>>
>> On Monday, March 2, 2015 at 6:31:44 AM UTC-6, Tobias Beer wrote:
>>>
>>> I get this error...
>>>  
>>>
 Fehler beim Laden der Erweiterung aus: ~\Desktop\tiddlyclip
 JavaScript-Datei "*content/util/logsimple.js*" konnte nicht für 
 das Content-Skript geladen werden.
>>>
>>>
>>> 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 .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> -- 
> 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/O_untMAUOas/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/tiddlywiki.
> 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+...@googlegroups.com .
 To post to this group, send email to tiddl...@googlegroups.com 
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>>> 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/O_untMAUOas/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> tiddlywiki+...@googlegroups.com .
>>> To post to this group, send email to tiddl...@googlegroups.com 
>>> .
>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>> 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/646871c9-fbfc-41e8-99cc-776df36d72f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] The Art Of Memory -- Just a few thousand years of thoughts

2018-05-15 Thread Kalmir
Andreas, I think this is pure awesomeness! I have been considering to build 
mem palaces in Minecraft but havn't got to it yet.

Is it difficult to set up your solution (for a non-coder, half-geek)?


On Friday, May 11, 2018 at 3:44:47 PM UTC+2, Andreas Hahn wrote:
>
> Hi, 
>
> I hope I am not offtopic with sharing this, but back in February I wrote 
> a plugin for a Minecraft server that connects to Tiddlywiki for the 
> purposes of exploring memory palaces. The idea was that you could link 
> up places within your Minecraft world to tiddlers within your wiki, 
> which would help you both remember facts and visualize content from your 
> wiki. 
>
> After I got an initial version to work, I more or less ran out of ideas 
> and put the project aside for a bit, but I thought it might be 
> interesting to show it off, so here is a small video of how it works: 
>
> https://www.youtube.com/watch?v=VXgcNBXGThs 
>
> (Note: I have two monitors, so usually this sort of concept is a lot 
> more usable) 
>
> /Andreas 
>
>

-- 
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/388242a2-5ab5-4ce7-bbaf-72df5ca7a850%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-22 Thread Kalmir
Mark S.,

thanks a lot, works like a charm!

On Saturday, April 21, 2018 at 9:50:31 PM UTC+2, Mark S. wrote:
>
> Part Deux,
>
> To make things easier, type $:/tags/EditTemplate into the "shadows" tab of 
> the advanced search.
>
> Click on
>
> $:/core/ui/EditTemplate/title
>
> and clone it. Rename the clone as 
>
>
> $:/core/ui/EditTemplate/subtitle
>
> and replace it's contents with:
>
>
> <$edit-text field="subtitle" class="tc-titlebar tc-edit-texteditor" 
> focus="true" placeholder="Subtitle Editor"/>
>
>
> Save the tiddler. This creates a special item for editing the subtitle and 
> gives it a placeholder value. We want to make it prominent at the top. From 
> the advanced search click on
>
>
> $:/tags/EditTemplate
>
>
> Go down to the "list" field. Copy and paste the $:/core/ui/EditTemplate/title 
> in place. Then change the first $:/core/ui/EditTemplate/title  to 
> $:/core/ui/EditTemplate/subtitle.
>
>
> Save the tiddler.
>
>
> Open the $:/core/ui/EditTemplate/title tiddler. From the first widget, 
> inside the "class" attribute, delete the "tc-titlebar" class. This will 
> reduce the size of the title field (which you may still need to edit) 
> without eliminating it.
>
>
> The same caveats about backing up previously mentioned still apply, of 
> course.
>
>
> One last change you might want to make. You might want to open tiddler
>
>
> $:/language/DefaultNewTiddlerTitle
>
>
> And change the default text to something that reflects, perhaps, your name 
> and the contents of your tiddlywiki. Why? Because you may want to drag and 
> drop your tiddlers into other TW's and there will be fewer clashes if your 
> default name wasn't "New Tiddler", "New Tiddler 1", etc.
>
>
>
> HTH
>
> -- Mark
>
>
>
>
> On Friday, April 20, 2018 at 11:49:11 AM UTC-7, Miroslav Kalous wrote:
>>
>> I was wondering, and perhaps I'm not the only one, if someone has already 
>> tried to *use uni-link together with modification that displays caption 
>> of a tiddler as its name *(effectively using caption as title-shown but 
>> not changing title-proper)? I mean what Mark S. hinted upon: "Perhaps the 
>> ViewTemplate could be modified to also use the caption or subtitle, 
>> reducing confusion."
>>
>>
>>

-- 
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/2e552f2d-e988-42c2-8342-67e00c11c605%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.