[tw5] Re: [New Here] A hello and the set of questions!

2020-07-28 Thread Alexander Zelenukhin
I'm using a version of TiddlyWiki with TiddlyMap.
Here is the test build:
https://drive.google.com/file/d/1itjHnsa2cIeIZUp1sx-e86OOTWDd1a0P/view?usp=sharing
I hope you will not be confused - the russian language in the tiddlers.

On Tuesday, July 28, 2020 at 2:06:22 PM UTC+3, Prestige wrote:
>
> Hey guys,
>
>  I am new here and the world of tiddlys. I am enjoying a lot with the idea 
> of just one file with unlimited customizations. I shall go ahead to put my 
> use case and the queries, I hope you guys can help me out.
> 1. *About me*: engineer; knows basic programming, can learn too; 
> currently preparing for an exam - that required me to set up notes (and 
> revise them). My subject of study as of now is Anthropology.
> 2.* Use Case:  *As I said, I need to prepare notes. The topics are 
> referenced to and from from many topics and are a bit dynamic at times 
> (current developments etc.). Also, I needed it to be a bit reasy to revise 
> later (or Spaced repetition maybe).
> 3. 
> *The TiddlerWikis Experience: *
>
>-  I was searching for a note taking app; Went on to find Notion, 
>Obsidian, RemNotes and TiddlyWiki.
>   - Notion - Online; Data policies; a bit difficult to keep track on; 
>   interface is turnoff. (For me) (Was not sure of exports either)
>   - Obsidian - everything seemed good. I invested a lot of time too. 
>   but was only on desktop. I work on iPad too (atleast read). Too many 
>   different .md files to handle.
>   - RemNotes - I liked this one thouroughly. It has Spaced repetetion 
>   in itself free at the moment, decent interface, and Roam like. But 
> before 
>   finding it, I fell in love with the Stroll TiddlerWiki and now I have a 
>   dilemma.
>   - TIddlerWiki - I found it somewhere in the Obsidian forum (a shout 
>   of thanks to that user). Felt incredible for its simplicity and the 
> open 
>   source nature. People collaborating for something this great. The 
>   collaboration amongst humans is what I am studying in Anthropology, so. 
>   Anyway, I played around tiddly for a while. Tried to host it, plugins 
> from 
>   the dynalist toolkit list, and many things.
>
>
>- The tiddlerwiki I started using was Stroll. It had backlinking, and 
>  its something I was looking for. Then, I tried importing some 
> plug-ins of 
>  my interest. eg. TiddlyMaps (despite warnings by the Stroll 
> developer), 
>  Leaflets for embedding maps (required for me or I can manage with 
> images 
>  (but maps cl! :p). I tried a simple flowchart too. 
>  - The problem: TiddlerMap is interfereing with Stroll. I wanted 
> to keep it a bit smaller in the sidebar itself? Is it possible??
>  
> 4. The queries: 
>
>- Suggestion for the Tiddlywik to use. eg. Stroll, TiddlyRoam, Drift 
>(my new favourite).
>   - For now I am building on Drift (I found it this morning and I 
>   like it. Stroll is good too, but I like the feel, some new features and 
>   looks of drift.
>- How to use TiddlyMaps without much trouble? 
>- I just want a basic flow of my tiddlers. I don't want icons, I can 
>   do fine with just a small circle with the name of the node on hover.
>   - The current plugin interferes with two stories plug-in : in both 
>   stroll and drift.
>- Should I be using TiddlyWiki in the first place? I don't have a lot 
>of programming knowledge, just basics. I like to dig in though and try to 
>tweak with what I know.
>   - I have limited time though. I want to be able to start putting in 
>   notes without altering the setup once done.
>- How to edit the wiki from multiple devices? iPad, Phone and Laptop?
>   - Currently, I do this way:
>  - I have TiddlyDesktop intalled. I edit there. The folder 
>  containing .html is synced on drive. The backup is in a separate 
> folder.
>  - Then, I  have this app called TIddloidLite. Where I can open 
>  that file from the drive itself. and even save after edit. I am 
> happy with 
>  it for now.
>  - And in drive I had this drive extension: TiddlyDriveWhich 
>  enabled me to edit on android earlier. But now app does better. But 
> that 
>  link from the drive, I am using to edit on iPad. Safari doesn't 
> work. but 
>  the app called Documents is able to do so. I dont know why...?
>  - So basically, is there a way I can streamline all of this? or 
>  this is fine? 
>  - I had tried github, tiddlyspot things too. But went too 
>  complex for me.
>   - Also, I liked this tool, TiddlyRemember, I did everything but 
>couldn't get it setup. If those guys are here, can they help me a bit?
>
>
> Thanks for reading this long post. A long and selfish post maybe. 
>
> Regards,
> DummyMe
>
> The TiddlyMap Problem:
>
>

-- 
You received this message 

[tw5] Re: backlink tags

2020-06-19 Thread Alexander Zelenukhin
Thanks!
I managed to figure it out on my own!

$:/.giffmex/ViewTemplate/refslinks

*instead*



<$reveal type="nomatch" stateTitle=<> text="hide" tag="div" 
retain="yes" animate="yes">



<$vars searchme=<> searchspx={{{ 
[escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]] 
-[is[current]]"><$link><$view field="title" />






*replace with*



<$reveal type="nomatch" stateTitle=<> text="hide" tag="div" 
retain="yes" animate="yes">



<$vars searchme=<> searchspx={{{ 
[escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]] 
-[is[current]]"><$link><$view field="title" />
<$list filter="[all[current]tags[]sort[title]]" 
template="$:/core/ui/TagTemplate" storyview="pop"/>








On Saturday, June 20, 2020 at 4:35:05 AM UTC+3, TW Tones wrote:
>
> Alexander,
>
> That all depends on how you see the backlink in the first place!. 
>
>- Are you using a custom edition of tiddlywiki, roam, blink stroll 
>etc...
>- Have you installed a substantial plugin
>- Did you make the backlinks display?
>
>
> More information and illustration if possible, and people can help quicker 
> and with less effort on their part.
>
> Regards
> Tony
>
> On Saturday, June 20, 2020 at 5:01:29 AM UTC+10, Alexander Zelenukhin 
> wrote:
>>
>> Hello!
>> I want to display a tag near the backlink (the tiddler tag that the link 
>> leads to)
>> Can anyone tell me how this can be implemented?
>>
>

-- 
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/32226e11-1824-4914-a2fa-a2f38fa3303fo%40googlegroups.com.


[tw5] backlink tags

2020-06-19 Thread Alexander Zelenukhin
Hello!
I want to display the tags of the tiddler referenced by this link next to 
the backlink.
Can anyone tell me how this can be implemented?

-- 
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/00a32c9f-10e8-41c2-8ad6-e7b620eadef2o%40googlegroups.com.


[tw5] Re: Import mindmap file to TiddlyWiki

2020-05-28 Thread Alexander Zelenukhin
Well almost all programs support the .mm FreeMind format:
http://freemind.sourceforge.net/wiki/index.php/File_format

On Thursday, May 28, 2020 at 11:30:08 PM UTC+3, Saq Imtiaz wrote:
>
> Do they share an export file format? If so, what is it and can you post an 
> example file?

-- 
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/0ea157ea-ab87-46a3-9177-98369ee7998e%40googlegroups.com.


[tw5] Import mindmap file to TiddlyWiki

2020-05-28 Thread Alexander Zelenukhin
Is it possible to import mind maps (Freemind, Xmind, MindManager and etc) 
as linked tiddler in TiddlyWiki?

-- 
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/8b62462c-eb37-4ea1-9393-77b99d6439a5%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
Peeped in TiddlyBlink:
$:/. giffmex/.Stylesheet4Stroll

add a line:
html body.tc-body a.tc-tiddlylink {text-decoration: none; 
background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}

Correct?

On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin wrote:
>
> When clicking on the link the missing tiddler is displayed:
> Missing tiddler "Test 5" – click  to create
> [image: tiddler 4.png]
> [image: tiddler 5.png]
>
>
>
> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow until 
> I create it. How it was in TiddlyBlink and **TiddlyRoam* 
>
> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>
>>
>>
>> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
>> alexander...@gmail.com> wrote:
>>
>>>
>>>
>>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>>>
>>>>
>>>>> That is correct, Stroll automatically creates tiddlers from links when 
>>>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
>>>> upgraded it at some point I failed to update the edittemplate. I will need 
>>>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
>>>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
>>>> tiddlers.
>>>>
>>>
>>> *Can you help me tell me what to edit in CSS so that missing tiddlers 
>>> are indicate as in TiddlyBlink*
>>>
>>  
>> *Since the step below worked, the missing tiddlers should appear as they 
>> do in TiddlyBlink. Correct? *
>>
>

-- 
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/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed:
Missing tiddler "Test 5" – click  to create
[image: tiddler 4.png]
[image: tiddler 5.png]


*I need Test 5 link in "New Tiddler 4" text to be highlighted yellow until 
I create it. How it was in TiddlyBlink and **TiddlyRoam* 

On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>
>
>
> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
> alexander...@gmail.com > wrote:
>
>>
>>
>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>>
>>>
>>>> That is correct, Stroll automatically creates tiddlers from links when 
>>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
>>> upgraded it at some point I failed to update the edittemplate. I will need 
>>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
>>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
>>> tiddlers.
>>>
>>
>> *Can you help me tell me what to edit in CSS so that missing tiddlers are 
>> indicate as in TiddlyBlink*
>>
>  
> *Since the step below worked, the missing tiddlers should appear as they 
> do in TiddlyBlink. Correct? *
>

-- 
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/766a41a7-725c-4d64-9e22-990ab1c42d26%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed:
Missing tiddler "Test 5" – click  to create


среда, 27 мая 2020 г., 2:46:03 UTC+3 пользователь David Gifford написал:
>
>
>
> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
> alexander...@gmail.com > wrote:
>
>>
>>
>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>>
>>>
>>>> That is correct, Stroll automatically creates tiddlers from links when 
>>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
>>> upgraded it at some point I failed to update the edittemplate. I will need 
>>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
>>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
>>> tiddlers.
>>>
>>
>> *Can you help me tell me what to edit in CSS so that missing tiddlers are 
>> indicate as in TiddlyBlink*
>>
>  
> *Since the step below worked, the missing tiddlers should appear as they 
> do in TiddlyBlink. Correct? *
>

-- 
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/e58d60d7-a8c2-4c05-889c-02b9024f892d%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin


среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>
>
>> That is correct, Stroll automatically creates tiddlers from links when 
> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
> upgraded it at some point I failed to update the edittemplate. I will need 
> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
> tiddlers.
>

*Can you help me tell me what to edit in CSS so that missing tiddlers are 
indicate as in TiddlyBlink*
 

> *Try this: use the magnifying glass icon next to the search window to open 
> $:/AdvancedSearch. Search for, and delete, $:/.giffmex/ui/EditTemplate,  
> and $:/config/ui/EditTemplate. Then see if you have the same problem. These 
> are the two tiddlers that create missing tiddlers from links. If that 
> works, good. If not, then contact TiddlyMap. If you ever want those two 
> tiddlers back, you can grab them from the Stroll site.*
>

 Yes, it helped! Thanks!!!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76d6a1d4-b975-4a90-9d2c-f5329c6fa7d0%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
I encountered a problem when using Stroll.
Before that, I tested TiddlyRoam and in it if you set [[name of a 
non-existing tiddler]] in the editor, when saving this link, it was 
highlighted in yellow. 
In Stroll, it is saved, but it does not indicate that a tiddler needs to be 
created.
In addition, I have TiddlyMap installed and when creating [[name of a 
non-existing tiddler]] in the editor and trying to save it, it throws a 
JavaScript error: 
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
by refreshing your browser
Uncaught Cannot group by property to
You have to click OK and click save again. In addition, a duplicate 
"tiddler 1" is often created in addition to the main "tiddler".
TiddlyRoam doesn't have this problem, and TiddlyMap doesn't issue any 
errors.

-- 
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/3924380e-6c57-40dd-adf9-433d3616a02b%40googlegroups.com.


[tw5] Problem with Stroll and adding non-existing tiddler from editor and TiddlyMap

2020-05-26 Thread Alexander Zelenukhin
I encountered a problem when using Stroll.
Before that, I tested TiddlyRoam and in it if you set [[name of a 
non-existing tiddler]] in the editor, when saving this link, it was 
highlighted in yellow. 
In Stroll, it is saved, but it does not indicate that a tiddler needs to be 
created.
In addition, I have TiddlyMap installed and when creating [[name of a 
non-existing tiddler]] in the editor and trying to save it, it throws a 
JavaScript error: 
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
by refreshing your browser
Uncaught Cannot group by property to
You have to click OK and click save again. In addition, a duplicate 
"tiddler 1" is often created in addition to the main "tiddler".
Tiddlyroam doesn't have this problem, and TiddlyMap doesn't issue any 
errors.

-- 
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/e06c5268-c3be-495f-823a-207b092a9c8c%40googlegroups.com.