[tw5] Re: GitHub + Netlify = recursion!

2020-12-24 Thread Prestige
So, the wiki can be used over cloud for free? I mean, the node version?

On Tuesday, 22 December 2020 at 18:27:22 UTC+5:30 dix...@gmail.com wrote:

>
> Most of my web sites use the Eleventy SSG, changes push to GitHub, then 
> Netlify sees those changes and auto-rebuilds.
>
> This also works with TW (single-file). However, the GitHub Saver info is 
> *also* pushed to Netlify, which means that if I attempt to edit my TW from 
> the web site, it tries to save that back down to GitHub, which would then 
> trigger another rebuild. So I get javascript recursion errors.
>
> Honestly what I need is password-protection and a way to have my TW on the 
> web without the recursion problem. I tried using the node.js version of TW 
> and push it to GitHub Pages (instead of Netlify) but the save process never 
> completed.
>
> Help!
>

-- 
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/b799b516-a649-4e5c-85ef-5ab04ba65c82n%40googlegroups.com.


[tw5] How to index all the files and folders inside a folder?

2020-12-06 Thread Prestige
Hello all,

Currently I am using this tiddlywiki.files:

{
"directories": [
{
"path": "../NotesVault",
"filesRegExp": "^.*\\.md$",
"isTiddlerFile": true,
"fields": {
"title": {"source": "basename-uri-decoded"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"type": "text/x-markdown"
}
},

{
"path": "../tiddlers",
"isTiddlerFile": true
}
   ]  
}

But the folders inside the "NotesVault" isn't getting indexed in the Wiki. 
What should I add to this 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/8ff652db-dd6b-4cc3-ab05-750d58013721n%40googlegroups.com.


[tw5] [HELP] How to use non-official plugins while hosting on GitHub pages

2020-12-06 Thread Prestige

Hello all,
 

   - I am using TiddlyWiki on node with a sync to Github and hosting on 
   Github Pages. I followed saqimtiaz's reply here. 
   
   
<https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/g71jqo3?utm_source=share_medium=web2x=3>
   - I tried to install a plugin (Krystal 
   <https://crazko.github.io/krystal/>), it works fine on local server, 
   doesn't reflect on the github page.

What am I doing wrong?
 
Regards
Prestige

-- 
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/d9d45923-1997-400d-aa7a-fb31e0401a95n%40googlegroups.com.


[tw5] Unable to save the default settings while hosting on node.

2020-11-21 Thread Prestige
Hello all,

As I asked here in another conversation 
<https://groups.google.com/g/tiddlywiki/c/i7KfMEhbOWw/m/EXO8rRk6BAAJ>: 

Quoting my problem exactly as there:

Whatever changes I make in the wiki get refreshed as soon as I kill the 
server and start again. How can I make the changes stay?
I cannot save and retain the changes:

   - The WikiTitle and Subtitle
   - The theme tweaks - like the sidebar width and tiddler width.
   - even the changes mentioned in the fix.

How to save it and retain everytime I run the wiki?

Kindly help :)
Prestige

-- 
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/3f3bb240-92bf-42ae-9bd7-f3654fd051e5n%40googlegroups.com.


[tw5] Re: [TW Official Plugin] Help regarding markdown

2020-11-20 Thread Prestige
Got it. Thanks :)

One more querry if you could help out, whatever changes I make in the wiki 
get refreshed as soon as I kill the server and start again. How can I make 
the changes stay?
I cannot save and retain the changes:

   - The WikiTitle and Subtitle
   - The theme tweaks - like the sidebar width and tiddler width.
   - even the changes mentioned in the fix.

How to save it and retain everytime I run the wiki?

Prestige.

On Saturday, 21 November 2020 at 03:47:54 UTC+5:30 saq.i...@gmail.com wrote:

> WikiLinks are not Markdown syntax. But using the official plugin you can 
> enable support for wikilinks by following the instructions at that link.
>
> On Friday, November 20, 2020 at 11:11:03 PM UTC+1 Prestige wrote:
>
>> So, TW5 supports wikilinks, but with markdown plugin, it won't? :(
>>
>> On Saturday, 21 November 2020 at 03:37:29 UTC+5:30 saq.i...@gmail.com 
>> wrote:
>>
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/issues/4610#issuecomment-621709996
>>>
>>> On Friday, November 20, 2020 at 10:15:03 PM UTC+1 Prestige wrote:
>>>
>>>>
>>>> Hi
>>>>
>>>> I am using wiki links in my markdown notes ` [[ ]] `. When I load them 
>>>> in raw TW5 without any plugins, the links are displayed correctly but the 
>>>> rest of the formatting is haywire. But as soon as I add a plugin - TW 
>>>> Official Markdown Plugin, the wikilinks aren't captured while the rest of 
>>>> the formatting seems okay.
>>>> The above is related to raw TW5.
>>>>
>>>> I tried antosa/tw5-markdown <http://demo.santosa.family/#tw5-markdown> 
>>>> too, it works flawlessly but isn't working with a plugin 
>>>> <https://crazko.github.io/krystal/> I like to use.
>>>>
>>>> Can someone help for a fix?
>>>>
>>>> Thanks
>>>> Prestige
>>>>
>>>

-- 
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/91d6ae20-a65a-400f-ac9f-190cf478d5fdn%40googlegroups.com.


[tw5] Re: [TW Official Plugin] Help regarding markdown

2020-11-20 Thread Prestige
So, TW5 supports wikilinks, but with markdown plugin, it won't? :(

On Saturday, 21 November 2020 at 03:37:29 UTC+5:30 saq.i...@gmail.com wrote:

> https://github.com/Jermolene/TiddlyWiki5/issues/4610#issuecomment-621709996
>
> On Friday, November 20, 2020 at 10:15:03 PM UTC+1 Prestige wrote:
>
>>
>> Hi
>>
>> I am using wiki links in my markdown notes ` [[ ]] `. When I load them in 
>> raw TW5 without any plugins, the links are displayed correctly but the rest 
>> of the formatting is haywire. But as soon as I add a plugin - TW Official 
>> Markdown Plugin, the wikilinks aren't captured while the rest of the 
>> formatting seems okay.
>> The above is related to raw TW5.
>>
>> I tried antosa/tw5-markdown <http://demo.santosa.family/#tw5-markdown> 
>> too, it works flawlessly but isn't working with a plugin 
>> <https://crazko.github.io/krystal/> I like to use.
>>
>> Can someone help for a fix?
>>
>> Thanks
>> Prestige
>>
>

-- 
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/1df203f8-7ff7-4b4b-ba02-55252a0fe167n%40googlegroups.com.


[tw5] [TW Official Plugin] Help regarding markdown

2020-11-20 Thread Prestige

Hi

I am using wiki links in my markdown notes ` [[ ]] `. When I load them in 
raw TW5 without any plugins, the links are displayed correctly but the rest 
of the formatting is haywire. But as soon as I add a plugin - TW Official 
Markdown Plugin, the wikilinks aren't captured while the rest of the 
formatting seems okay.
The above is related to raw TW5.

I tried antosa/tw5-markdown <http://demo.santosa.family/#tw5-markdown> too, 
it works flawlessly but isn't working with a plugin 
<https://crazko.github.io/krystal/> I like to use.

Can someone help for a fix?

Thanks
Prestige

-- 
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/11421df2-b188-4999-91d5-21e0ec68ee9an%40googlegroups.com.


[tw5] Re: [Help] Trying to include my markdown files as tiddlers in my wiki

2020-11-20 Thread Prestige
Kindly help :)

On Friday, 20 November 2020 at 02:05:30 UTC+5:30 Prestige wrote:

> Anyone?
>
> On Friday, 20 November 2020 at 01:16:48 UTC+5:30 Prestige wrote:
>
>> I was trying to include a folder of .md files as tiddlers into my Wiki, 
>> but I am facing an issue in the name of the tiddler. The tiddler is 
>> imported fine but, the name includes the whole path of the file.
>> This is my tiddlywiki.files file. Can someone tell me what mistake I 
>> might be doing?
>>
>> {
>> "directories": [
>> {
>> "path": "./TheVault",
>> "filesRegExp": "^.*\\.md$",
>> "isTiddlerFile": true,
>> "fields": {
>> "title": {"source": "basename"},
>> "created": {"source": "created"},
>> "modified": {"source": "modified"},
>> "type": "text/x-markdown"
>> }
>> }
>> ]
>> }
>>
>> Thanks
>> Prestige
>>
>

-- 
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/b3ad28fb-18f8-4bf9-ac47-028b76140391n%40googlegroups.com.


[tw5] Re: [Help] Trying to include my markdown files as tiddlers in my wiki

2020-11-19 Thread Prestige
Anyone?

On Friday, 20 November 2020 at 01:16:48 UTC+5:30 Prestige wrote:

> I was trying to include a folder of .md files as tiddlers into my Wiki, 
> but I am facing an issue in the name of the tiddler. The tiddler is 
> imported fine but, the name includes the whole path of the file.
> This is my tiddlywiki.files file. Can someone tell me what mistake I might 
> be doing?
>
> {
> "directories": [
> {
> "path": "./TheVault",
> "filesRegExp": "^.*\\.md$",
> "isTiddlerFile": true,
> "fields": {
> "title": {"source": "basename"},
> "created": {"source": "created"},
> "modified": {"source": "modified"},
> "type": "text/x-markdown"
> }
> }
> ]
> }
>
> Thanks
> Prestige
>

-- 
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/22981993-bc77-4067-9bea-9f626bcd03b9n%40googlegroups.com.


[tw5] [Help] Trying to include my markdown files as tiddlers in my wiki

2020-11-19 Thread Prestige
I was trying to include a folder of .md files as tiddlers into my Wiki, but 
I am facing an issue in the name of the tiddler. The tiddler is imported 
fine but, the name includes the whole path of the file.
This is my tiddlywiki.files file. Can someone tell me what mistake I might 
be doing?

{
"directories": [
{
"path": "./TheVault",
"filesRegExp": "^.*\\.md$",
"isTiddlerFile": true,
"fields": {
"title": {"source": "basename"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"type": "text/x-markdown"
}
}
]
}

Thanks
Prestige

-- 
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/e84a027d-9ad9-4bcc-8dc4-d8f8b7b93578n%40googlegroups.com.


[tw5] Re: GitHub 401 troubleshooting step that worked -- a second email account

2020-11-19 Thread Prestige
Hi Mohammad,

I saw in the GithubSaver Tutorial that there's a way through Travis-CI and 
Github to host on Github Pages for TW with individual tiddlers.


I was curious to know if this method also allows us to edit and save on 
github directly just like single file TW does with GH Saver?

Thanks :)

On Wednesday, 18 November 2020 at 11:17:08 UTC+5:30 Mohammad wrote:

> Hi Springer,
>  I have explained all these errors in FAQ, see
> When 409 error is seen?Not confirmed, but seems when the auto save is 
> turned on or when click the save button repeatedly it is appeared! 409 
> Conflict is to reveal a concurrency problem in competing updates 
>
> So, I think your TOKEN was not correct!
>
> Good luck 
>
> On Wednesday, November 18, 2020 at 4:26:47 AM UTC+3:30 springer wrote:
>
>> Mohammad, three times yesterday I had started fresh with a new token.
>>
>> Tonight, I tried adding a new email, and verifying that new email, in 
>> case that was the catch. (My old email from when I set up the account in 
>> June did NOT claim to lack verification, and displayed no verification link 
>> in the settings area, but I'd already done every other troubleshooting step 
>> multiple times. Might as well be redundant here too...?)
>>
>> YES, I experienced ONE error-free save... then some 409 errors... but 
>> then another successful save. And, the clincher: success at getting those 
>> edits to load via another browser.
>> This seems to be the breakthrough I needed. 
>>
>> So y'all, if you seem to be hitting GitHub 401 errors, try adding an 
>> email account and going through verification for the new email account.
>>
>> Cheers, all!
>>
>> -Springer
>>
>> On Tuesday, November 17, 2020 at 11:54:44 AM UTC-5 Mohammad wrote:
>>
>>> Hi Springer,
>>>  To check the step by step tutorial, I created a test repo and 
>>> everything went well. So I am almost confident the tutorial should work.
>>>  I may recommend to create a new Token and try again. The main branch is 
>>> main and NOT master.
>>>
>>> Give another try and let me know.
>>>
>>> Mohammad
>>>
>>> On Tuesday, November 17, 2020 at 5:39:18 PM UTC+3:30 springer wrote:
>>>
 Mohammad, alas that is not the issue either; I had already tried 
 entering "master" and "main" as well as leaving the branch field blank in 
 my settings. I also tried creating a /wiki/ folder in case that would make 
 a difference. For what it's worth, I just tried downloading a fresh empty 
 tw5, and saving to github (with same credentials). 401 always. So it must 
 be something about my GitHub account or how it's handling authorization 
 tokens (though I've also tried with my overall GitHub password, with no 
 luck). I'm not trying to treat tw google groups as GitHub tech support, 
 but 
 I'm following up here partly in case others run into the same issue. And 
 of 
 course I'll follow up with another post if I resolve the problem.
 -Springer
 On Monday, November 16, 2020 at 11:10:20 AM UTC-5 Mohammad wrote:

> Springer,
>  I checked the tutorial and also you repo on GitHub at 
> https://github.com/springerspandrel/tw
> If you note your repo is in main branch instead of master branch.
>
> So, in Tiddlywiki (your index.html) for target branch for saving enter 
> main instead of master.
>
>
> Saving is a little slow.
>
> Best wishes
> Mohammad
>
>
> On Monday, November 16, 2020 at 3:45:06 PM UTC+3:30 springer wrote:
>
>> Mohammad, thanks for following up. I do understand that the 401 error 
>> reflects a problem with authorization, and that's why I clarified (in my 
>> post) that I *had* attempted to follow your tutorial, including the 
>> steps 
>> to create the personal access token (with repo and gist permissions), 
>> and 
>> even tried doing those steps a second time once the first failed. 
>> Clearly, 
>> something is not right, but it seems to be something not addressed in 
>> the 
>> tutorial (or something that is there, but which I somehow failed to 
>> register, because of my total unfamiliarity with github). I'll try again 
>> when I have another hour to spare.
>> -Springer
>>
>> On Monday, November 16, 2020 at 12:15:37 AM UTC-5 Mohammad wrote:
>>
>>> Hello Springer,
>>>  Check the FAQ in tutorial
>>>
>>> https://kookma.github.io/TW5-GitHub-Saver/#FAQ
>>>
>>> Best
>>> Mohammad
>>>
>>> On Monday, November 16, 2020 at 2:52:05 AM UTC+3:30 springer wrote:
>>>
 Mohammad (and other github folks),

 I tremendously appreciate the TW5-GitHub-Saver tutorial that you've 
 shared for "non-tech people"...

 (Victor, TiddlyDrive with GDrive is indeed almost as convenient as 
 tiddlyspot for editing my own projects, but it doesn't seem to 
 function as 
 a public-facing server, right? So in that respect 

[tw5] [TiddlyRemember] Adding images to the ANKI cards

2020-11-15 Thread Prestige
Can someone help me out here?

   1. How to insert an image into a card (preferably without using en 
   external link)?
   2. How can we create a subdeck (if at all :))?
   3. If I make a note in markdown format, is there a way I can make ANKI 
   cards separately? like here 
    [group 
   post] and here  [Image uploaded there].

-- 
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/e1e6ac35-18ad-40f4-ab4a-1ae21785211dn%40googlegroups.com.


[tw5] Re: Improved references in TiddlyRemember flashcards

2020-11-15 Thread Prestige
@si 
How to get it to work?

On Monday, 9 November 2020 at 18:31:18 UTC+5:30 si wrote:

> Hi Soren et al.
>
> I've been playing around with the dynannotate plugin recently and in my 
> opinion it combines really nicely with TiddlyRemember so I thought I'd 
> share.
>
> You can highlight text then attach flashcards directly to that bit of 
> highlighted text. See this gif for an illustration:
>
> https://imgur.com/zzgCtEk
>
> You can get the dynannotate plugin from the official library.
>
> Si
>
> On Sunday, 2 August 2020 17:29:34 UTC+1, Soren Bjornstad wrote:
>>
>> Hi all,
>>
>> In the follow-up around the web to the release of TiddlyRemember 
>> ,
>>  
>> some people took issue with the approach of putting questions in macro 
>> calls, wishing instead questions could be placed in individual tiddlers. 
>> Well, it turns out this was actually possible the whole time and neither I 
>> nor anyone asking ever thought of it! All you have to do is create a sort 
>> of "aggregation" tiddler with a list snippet like this:
>>
>> <$list filter="[tag[TiddlyRememberNote]]">
>>   <$macrocall $name=rememberq id={{!!created}} question={{!!question}} 
>> answer={{!!answer}}/>
>> 
>>
>> Then you just create tiddlers with question and answer fields tagged with 
>> *TiddlyRememberNote*, and all the questions will show up in this 
>> tiddler. Make sure that the filter pulling the tiddlers that should be 
>> searched to retrieve notes matches this tiddler, and you're set. Of course, 
>> this is just one example – any data you can retrieve with filters can be 
>> used to generate TiddlyRemember notes in the same fashion.
>>
>> There's one issue with the version above: the reference on each Anki note 
>> would just point back to the aggregation tiddler, which isn't very useful. 
>> TiddlyRemember 1.1.0 (released today) now supports an optional fourth
>> * reference* parameter to the macro, which causes the reference to point 
>> back to a specified tiddler instead of the tiddler the macro call is found 
>> in. In the example above, we could say *reference={{!!title}}* and the 
>> references would then point back to the actual question tiddler instead.
>>
>> This can also be used to fix a problem that occasionally arose in the 
>> previous version, where if you needed to transclude a tiddler containing 
>> TiddlyRemember questions into another tiddler, the source would randomly 
>> oscillate between the two since either one looked like it contained the 
>> question!\
>>
>> For more, see Dynamically generating TiddlyRemember notes 
>> 
>>  and 
>> Soft and hard references 
>> .
>>
>

-- 
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/9d5cea4e-31b4-4a9d-a623-46d78f3d279dn%40googlegroups.com.


[tw5] Re: [Help] I wanted to ask about the implementation of this post but my message is always deleted, I don't know why!!

2020-11-15 Thread Prestige
Tones,

Yes, I am using new Google Groups. I had just posted a message like "How to 
implement this?". And it got deleted (3 times).

:D

Prestige

On Monday, 16 November 2020 at 04:17:14 UTC+5:30 TW Tones wrote:

> Prestige,
>
> I assume you are on the online forum and using the new Google Groups?
>
> I am not sure what is happening but if you delete drafts this can happen. 
> Or refreshing the screen before posting your reply.
>
> Do you have any unusual content in your reply that may be triggering spam 
> or something. 
>
> Eric is an admin he may be able to help.
>
> Tones
>
> On Monday, 16 November 2020 at 09:15:25 UTC+11 Prestige wrote:
>
>> https://groups.google.com/g/tiddlywiki/c/QZ4gFfcCobI/m/3TMVOD44CwAJ
>>
>> Cant we reply to the message trail. I am sorry if I am missing something.
>> I just wanted to know how it works.
>>
>

-- 
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/15694703-5a72-425d-8cb9-1bd1c9daf1a0n%40googlegroups.com.


Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-11-15 Thread Prestige
I tried to transclude the image, but it doesn't show up in ANKI. :(

On Monday, 16 November 2020 at 03:48:49 UTC+5:30 Prestige wrote:

> Does TiddlyRemember support images in cards? does it have to be links or I 
> can drag drop?
>
> On Monday, 16 November 2020 at 03:35:22 UTC+5:30 Prestige wrote:
>
>> Thanks
>> This is cool.
>>
>>
>> On Monday, 16 November 2020 at 01:07:55 UTC+5:30 mehequeda...@gmail.com 
>> wrote:
>>
>>> You can add an anki_tag field to any tiddler. Then, questions in 
>>> tiddlers tagged with the first tiddler would get synced.
>>>
>>> For example, in TiddlyRemember I have:
>>> [image: image.png]
>>> Then I get this synced:
>>> [image: imagen.png]
>>>
>>> --
>>> Sebastián
>>>
>>>
>>> On Sun, 15 Nov 2020 at 18:35, Prestige  wrote:
>>>
>>>> Any way to add tags to the cards?
>>>>
>>>> On Saturday, 14 November 2020 at 00:59:28 UTC+5:30 si wrote:
>>>>
>>>>> >>> I’d suggest you post this on the Anki forums at 
>>>>> https://forums.ankiweb.net since it’s an Anki issue at this point. 
>>>>>
>>>>> Will do. Thanks for your help.
>>>>> On Friday, 13 November 2020 at 18:10:15 UTC soren.b...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
>>>>>> default license and settings. Can’t imagine why it would matter anyway. 
>>>>>>
>>>>>> I’m stumped. I’d suggest you post this on the Anki forums at 
>>>>>> https://forums.ankiweb.net since it’s an Anki issue at this point.
>>>>>>
>>>>>>
>>>>>> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>>>>>>
>>>>>>> Hi Soren.
>>>>>>>
>>>>>>> >>> Do other links to websites work in Anki? Perhaps your default 
>>>>>>> browser is configured wrong and Anki can't figure out what to do with 
>>>>>>> links.
>>>>>>>
>>>>>>> I have no problem with Anki opening websites. Anything with the 
>>>>>>> prefix "https://; will open in the browser, but when I use "file://" 
>>>>>>> nothing happens.
>>>>>>>
>>>>>>> I also tried this on a totally different Windows 10 machine with an 
>>>>>>> almost fresh install and still it wouldn't work. It also didn't work 
>>>>>>> when I 
>>>>>>> tried clicking the link from AnkiWeb. This was all with me creating the 
>>>>>>> link exactly as you describe above (the file opens if I copy the path 
>>>>>>> directly into the browser).
>>>>>>>
>>>>>>> Did you try it on a 64 bit Windows 10, or some earlier version (no 
>>>>>>> idea if that would matter)?
>>>>>>>
>>>>>>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I just tried it on Windows and it works fine for me. Downloaded an 
>>>>>>>> HTML to my desktop and added to the card:
>>>>>>>>
>>>>>>>> link
>>>>>>>>
>>>>>>>> Click the link and test.html opens in the browser.
>>>>>>>>
>>>>>>>> I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
>>>>>>>> anything that would have changed here).
>>>>>>>>
>>>>>>>> Do other links to websites work in Anki? Perhaps your default 
>>>>>>>> browser is configured wrong and Anki can't figure out what to do with 
>>>>>>>> links.
>>>>>>>>
>>>>>>>> On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:
>>>>>>>>
>>>>>>>>> Hi Soren thanks for your reply.
>>>>>>>>>
>>>>>>>>> >>> The URL you list is not a valid file: URL, however -- it needs 
>>>>>>>>> to use forward slashes even on Windows.
>>>>>>>>>
>>>>>>>>> Thanks, I wasn't sure which to use here but I had tried every 
>>>>>>>&g

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-11-15 Thread Prestige
Does TiddlyRemember support images in cards? does it have to be links or I 
can drag drop?

On Monday, 16 November 2020 at 03:35:22 UTC+5:30 Prestige wrote:

> Thanks
> This is cool.
>
>
> On Monday, 16 November 2020 at 01:07:55 UTC+5:30 mehequeda...@gmail.com 
> wrote:
>
>> You can add an anki_tag field to any tiddler. Then, questions in tiddlers 
>> tagged with the first tiddler would get synced.
>>
>> For example, in TiddlyRemember I have:
>> [image: image.png]
>> Then I get this synced:
>> [image: imagen.png]
>>
>> --
>> Sebastián
>>
>>
>> On Sun, 15 Nov 2020 at 18:35, Prestige  wrote:
>>
>>> Any way to add tags to the cards?
>>>
>>> On Saturday, 14 November 2020 at 00:59:28 UTC+5:30 si wrote:
>>>
>>>> >>> I’d suggest you post this on the Anki forums at 
>>>> https://forums.ankiweb.net since it’s an Anki issue at this point. 
>>>>
>>>> Will do. Thanks for your help.
>>>> On Friday, 13 November 2020 at 18:10:15 UTC soren.b...@gmail.com wrote:
>>>>
>>>>> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
>>>>> default license and settings. Can’t imagine why it would matter anyway. 
>>>>>
>>>>> I’m stumped. I’d suggest you post this on the Anki forums at 
>>>>> https://forums.ankiweb.net since it’s an Anki issue at this point.
>>>>>
>>>>>
>>>>> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>>>>>
>>>>>> Hi Soren.
>>>>>>
>>>>>> >>> Do other links to websites work in Anki? Perhaps your default 
>>>>>> browser is configured wrong and Anki can't figure out what to do with 
>>>>>> links.
>>>>>>
>>>>>> I have no problem with Anki opening websites. Anything with the 
>>>>>> prefix "https://; will open in the browser, but when I use "file://" 
>>>>>> nothing happens.
>>>>>>
>>>>>> I also tried this on a totally different Windows 10 machine with an 
>>>>>> almost fresh install and still it wouldn't work. It also didn't work 
>>>>>> when I 
>>>>>> tried clicking the link from AnkiWeb. This was all with me creating the 
>>>>>> link exactly as you describe above (the file opens if I copy the path 
>>>>>> directly into the browser).
>>>>>>
>>>>>> Did you try it on a 64 bit Windows 10, or some earlier version (no 
>>>>>> idea if that would matter)?
>>>>>>
>>>>>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com 
>>>>>> wrote:
>>>>>>
>>>>>>> I just tried it on Windows and it works fine for me. Downloaded an 
>>>>>>> HTML to my desktop and added to the card:
>>>>>>>
>>>>>>> link
>>>>>>>
>>>>>>> Click the link and test.html opens in the browser.
>>>>>>>
>>>>>>> I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
>>>>>>> anything that would have changed here).
>>>>>>>
>>>>>>> Do other links to websites work in Anki? Perhaps your default 
>>>>>>> browser is configured wrong and Anki can't figure out what to do with 
>>>>>>> links.
>>>>>>>
>>>>>>> On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:
>>>>>>>
>>>>>>>> Hi Soren thanks for your reply.
>>>>>>>>
>>>>>>>> >>> The URL you list is not a valid file: URL, however -- it needs 
>>>>>>>> to use forward slashes even on Windows.
>>>>>>>>
>>>>>>>> Thanks, I wasn't sure which to use here but I had tried every 
>>>>>>>> combination and it still didn't work.
>>>>>>>>
>>>>>>>> >>> It does appear that the permalink generation in TiddlyRemember 
>>>>>>>> applied during the sync is incorrectly putting a backslash at the end 
>>>>>>>> of 
>>>>>>>> URLs that can't accept one there.
>>>>>>>>
>>>>>>>> I had noticed this, but I have tested with the correct permalink 
&

[tw5] [Help] I wanted to ask about the implementation of this post but my message is always deleted, I don't know why!!

2020-11-15 Thread Prestige
https://groups.google.com/g/tiddlywiki/c/QZ4gFfcCobI/m/3TMVOD44CwAJ

Cant we reply to the message trail. I am sorry if I am missing something.
I just wanted to know how it works.

-- 
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/8cf896f1-b773-44e3-bbf6-7362d3fea29an%40googlegroups.com.


Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-11-15 Thread Prestige
Thanks
This is cool.


On Monday, 16 November 2020 at 01:07:55 UTC+5:30 mehequeda...@gmail.com 
wrote:

> You can add an anki_tag field to any tiddler. Then, questions in tiddlers 
> tagged with the first tiddler would get synced.
>
> For example, in TiddlyRemember I have:
> [image: image.png]
> Then I get this synced:
> [image: imagen.png]
>
> --
> Sebastián
>
>
> On Sun, 15 Nov 2020 at 18:35, Prestige  wrote:
>
>> Any way to add tags to the cards?
>>
>> On Saturday, 14 November 2020 at 00:59:28 UTC+5:30 si wrote:
>>
>>> >>> I’d suggest you post this on the Anki forums at 
>>> https://forums.ankiweb.net since it’s an Anki issue at this point. 
>>>
>>> Will do. Thanks for your help.
>>> On Friday, 13 November 2020 at 18:10:15 UTC soren.b...@gmail.com wrote:
>>>
>>>> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
>>>> default license and settings. Can’t imagine why it would matter anyway. 
>>>>
>>>> I’m stumped. I’d suggest you post this on the Anki forums at 
>>>> https://forums.ankiweb.net since it’s an Anki issue at this point.
>>>>
>>>>
>>>> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>>>>
>>>>> Hi Soren.
>>>>>
>>>>> >>> Do other links to websites work in Anki? Perhaps your default 
>>>>> browser is configured wrong and Anki can't figure out what to do with 
>>>>> links.
>>>>>
>>>>> I have no problem with Anki opening websites. Anything with the prefix 
>>>>> "https://; will open in the browser, but when I use "file://" nothing 
>>>>> happens.
>>>>>
>>>>> I also tried this on a totally different Windows 10 machine with an 
>>>>> almost fresh install and still it wouldn't work. It also didn't work when 
>>>>> I 
>>>>> tried clicking the link from AnkiWeb. This was all with me creating the 
>>>>> link exactly as you describe above (the file opens if I copy the path 
>>>>> directly into the browser).
>>>>>
>>>>> Did you try it on a 64 bit Windows 10, or some earlier version (no 
>>>>> idea if that would matter)?
>>>>>
>>>>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> I just tried it on Windows and it works fine for me. Downloaded an 
>>>>>> HTML to my desktop and added to the card:
>>>>>>
>>>>>> link
>>>>>>
>>>>>> Click the link and test.html opens in the browser.
>>>>>>
>>>>>> I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
>>>>>> anything that would have changed here).
>>>>>>
>>>>>> Do other links to websites work in Anki? Perhaps your default browser 
>>>>>> is configured wrong and Anki can't figure out what to do with links.
>>>>>>
>>>>>> On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:
>>>>>>
>>>>>>> Hi Soren thanks for your reply.
>>>>>>>
>>>>>>> >>> The URL you list is not a valid file: URL, however -- it needs 
>>>>>>> to use forward slashes even on Windows.
>>>>>>>
>>>>>>> Thanks, I wasn't sure which to use here but I had tried every 
>>>>>>> combination and it still didn't work.
>>>>>>>
>>>>>>> >>> It does appear that the permalink generation in TiddlyRemember 
>>>>>>> applied during the sync is incorrectly putting a backslash at the end 
>>>>>>> of 
>>>>>>> URLs that can't accept one there.
>>>>>>>
>>>>>>> I had noticed this, but I have tested with the correct permalink and 
>>>>>>> it still won't work. I've also tried putting the HTML directly into the 
>>>>>>> card (link 
>>>>>>> using Ctrl+Shift+X), but again when I click the link while viewing the 
>>>>>>> card 
>>>>>>> nothing happens.
>>>>>>>
>>>>>>> I've noticed that there is an add-on 
>>>>>>> <https://ankiweb.net/shared/info/879473266> for opening files in an 
>>>>>>&g

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-11-15 Thread Prestige
Any way to add tags to the cards?

On Saturday, 14 November 2020 at 00:59:28 UTC+5:30 si wrote:

> >>> I’d suggest you post this on the Anki forums at 
> https://forums.ankiweb.net since it’s an Anki issue at this point. 
>
> Will do. Thanks for your help.
> On Friday, 13 November 2020 at 18:10:15 UTC soren.b...@gmail.com wrote:
>
>> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
>> default license and settings. Can’t imagine why it would matter anyway. 
>>
>> I’m stumped. I’d suggest you post this on the Anki forums at 
>> https://forums.ankiweb.net since it’s an Anki issue at this point.
>>
>>
>> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>>
>>> Hi Soren.
>>>
>>> >>> Do other links to websites work in Anki? Perhaps your default 
>>> browser is configured wrong and Anki can't figure out what to do with links.
>>>
>>> I have no problem with Anki opening websites. Anything with the prefix 
>>> "https://; will open in the browser, but when I use "file://" nothing 
>>> happens.
>>>
>>> I also tried this on a totally different Windows 10 machine with an 
>>> almost fresh install and still it wouldn't work. It also didn't work when I 
>>> tried clicking the link from AnkiWeb. This was all with me creating the 
>>> link exactly as you describe above (the file opens if I copy the path 
>>> directly into the browser).
>>>
>>> Did you try it on a 64 bit Windows 10, or some earlier version (no idea 
>>> if that would matter)?
>>>
>>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com wrote:
>>>
 I just tried it on Windows and it works fine for me. Downloaded an HTML 
 to my desktop and added to the card:

 link

 Click the link and test.html opens in the browser.

 I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
 anything that would have changed here).

 Do other links to websites work in Anki? Perhaps your default browser 
 is configured wrong and Anki can't figure out what to do with links.

 On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:

> Hi Soren thanks for your reply.
>
> >>> The URL you list is not a valid file: URL, however -- it needs to 
> use forward slashes even on Windows.
>
> Thanks, I wasn't sure which to use here but I had tried every 
> combination and it still didn't work.
>
> >>> It does appear that the permalink generation in TiddlyRemember 
> applied during the sync is incorrectly putting a backslash at the end of 
> URLs that can't accept one there.
>
> I had noticed this, but I have tested with the correct permalink and 
> it still won't work. I've also tried putting the HTML directly into the 
> card (link using 
> Ctrl+Shift+X), but again when I click the link while viewing the card 
> nothing happens.
>
> I've noticed that there is an add-on 
>  for opening files in an 
> external program. I got it to work with an HTML file, but because it 
> looks 
> for a specific extension at the end of the path, it doesn't work with 
> permalinks that end in "#tiddler".
>
> Is it possible that Anki just can't open external HTML files on 
> Windows?
> On Friday, 13 November 2020 at 00:08:42 UTC soren.b...@gmail.com 
> wrote:
>
>> Si,
>>  
>> It works for me when I just paste an  tag into the HTML 
>> editor directly on a card (Ctrl-Shift-X while you have a field 
>> selected). 
>> The URL you list is not a valid file: URL, however -- it needs to use 
>> forward slashes even on Windows. It's possible that is the issue, but I 
>> don't have a Windows machine handy at the moment to test on and see if 
>> that 
>> breaks something.
>>
>> It does appear that the permalink generation in TiddlyRemember 
>> applied during the sync is incorrectly putting a backslash at the end of 
>> URLs that can't accept one there. On my first try I ended up with 
>> "/home/soren/test.html/#TiddlerName" as the permalink, which is invalid 
>> since an HTML file is not a directory, and this resulted in nothing 
>> happening when I clicked the link. I opened an issue 
>>  for that. 
>> To see if this is what's causing your problem, you can try manually 
>> changing the text in the Permalink field of a card and removing that 
>> extra 
>> slash.
>>
>> On Thursday, November 12, 2020 at 3:55:47 PM UTC-6 si wrote:
>>
>>> Hi Soren.
>>>
>>> This might be more of an Anki question, but I have been unable to 
>>> get permalinks to work in the way that you describe here 
>>> 
>>> .
>>>
>>> It seems to me that Anki won't open files that are outside of the 
>>> 

[tw5] Re: TiddlyWiki github repo has 4913 stars but it should show 5000+ stars!!

2020-11-15 Thread Prestige
Did my part too :)

On Sunday, 15 November 2020 at 20:04:44 UTC+5:30 Mohammad wrote:

> Hi Maro,
>
> As below post you promised to update the CodeMirror library. I know 
> BurningTreeC has updated the library to 5.58.2 so
> now Tiddlywiki https://github.com/Jermolene/TiddlyWiki5/stargazers has 
> good 5.3K stars, of course it deserve million stars!
> I may suggest to update CodeMirror libaray to v6.   :)
>
> I also ask all people in this forum, kindly to star lovely Tiddlywiki! I
>
>
>
> On Sunday, June 7, 2020 at 12:46:07 AM UTC+4:30 PMario wrote:
>
>> Hi folks,
>>
>> At the moment TiddlyWiki repository 
>>  has 4913 stars. 
>>
>> I do want to have it at 5000++ ... 
>>
>> *If we can reach it, I do promise to update the CodeMirror library*. 
>>
>> CodeMirror plugin is 5.37.1 from April 2018 ... The actual version is: 
>> 5.54.0 from May 2020. 
>>
>> So have fun starring 
>>
>> -mario
>>
>

-- 
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/223627de-1e10-49e1-9735-dc36c813c0c4n%40googlegroups.com.


[tw5] Re: Improved references in TiddlyRemember flashcards

2020-11-15 Thread Prestige
Hi Si,
   I would very much like to use this plugin. Can you direct me to the 
link where I can find it?

Thanks
Prestige

On Monday, 9 November 2020 at 18:31:18 UTC+5:30 si wrote:

> Hi Soren et al.
>
> I've been playing around with the dynannotate plugin recently and in my 
> opinion it combines really nicely with TiddlyRemember so I thought I'd 
> share.
>
> You can highlight text then attach flashcards directly to that bit of 
> highlighted text. See this gif for an illustration:
>
> https://imgur.com/zzgCtEk
>
> You can get the dynannotate plugin from the official library.
>
> Si
>
> On Sunday, 2 August 2020 17:29:34 UTC+1, Soren Bjornstad wrote:
>>
>> Hi all,
>>
>> In the follow-up around the web to the release of TiddlyRemember 
>> <https://groups.google.com/forum/#!searchin/tiddlywiki/TiddlyRemember%7Csort:date/tiddlywiki/UD6VyV_r-94/GUnAemoBAgAJ>,
>>  
>> some people took issue with the approach of putting questions in macro 
>> calls, wishing instead questions could be placed in individual tiddlers. 
>> Well, it turns out this was actually possible the whole time and neither I 
>> nor anyone asking ever thought of it! All you have to do is create a sort 
>> of "aggregation" tiddler with a list snippet like this:
>>
>> <$list filter="[tag[TiddlyRememberNote]]">
>>   <$macrocall $name=rememberq id={{!!created}} question={{!!question}} 
>> answer={{!!answer}}/>
>> 
>>
>> Then you just create tiddlers with question and answer fields tagged with 
>> *TiddlyRememberNote*, and all the questions will show up in this 
>> tiddler. Make sure that the filter pulling the tiddlers that should be 
>> searched to retrieve notes matches this tiddler, and you're set. Of course, 
>> this is just one example – any data you can retrieve with filters can be 
>> used to generate TiddlyRemember notes in the same fashion.
>>
>> There's one issue with the version above: the reference on each Anki note 
>> would just point back to the aggregation tiddler, which isn't very useful. 
>> TiddlyRemember 1.1.0 (released today) now supports an optional fourth
>> * reference* parameter to the macro, which causes the reference to point 
>> back to a specified tiddler instead of the tiddler the macro call is found 
>> in. In the example above, we could say *reference={{!!title}}* and the 
>> references would then point back to the actual question tiddler instead.
>>
>> This can also be used to fix a problem that occasionally arose in the 
>> previous version, where if you needed to transclude a tiddler containing 
>> TiddlyRemember questions into another tiddler, the source would randomly 
>> oscillate between the two since either one looked like it contained the 
>> question!\
>>
>> For more, see Dynamically generating TiddlyRemember notes 
>> <https://sobjornstad.github.io/TiddlyRemember/#Dynamically+generating+TiddlyRemember+notes>
>>  and 
>> Soft and hard references 
>> <https://sobjornstad.github.io/TiddlyRemember/#Soft+and+hard+references>.
>>
>

-- 
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/104e4ec3-bf25-4543-91f3-d3c827cff4e1n%40googlegroups.com.


[tw5] Seeking suggestions for my use case

2020-11-15 Thread Prestige
Hello all!
 First of all, wish you all a happy festive season (as it is here in 
India). I use TiddlyWiki is for my notes and use ANKI for Spaced 
repetition. I wanted to put forward my use case, and seek suggestions from 
anyone and everyone :)

Current Requirement:

   1. Multi-Device Access
  1. Since I use Android and Ipad along with PC, it would be beneficial 
  if I can read and/or edit my wiki on any of these devices.
  2. Currently, I use a bulky way to do so. Sync on Github (single 
  file) -- It doesn't feel feasible as my wiki already going big.
   2. ANKI Sync
  1. I found that there is a plugin called 'TiddlyRemember' which seems 
  to fit my use.
  2. But it needs to TW to be installed on the node and if I do that I 
  will lose the cross-platform editing capability.
  3. I am willing to make sync on the PC, but I would love to keep the 
  multi-device access. I don't know how to work it out.
   3. Export my notes
  1. I would be great if I could export my tiddlers/notes in some 
  format like Markdown. 
  2. Also, if it's possible can I, somehow, make my notes to be 
  available in my 'tiddlers' folder as markdown files instead of .tids?
   4. Backlinks of course.
  1. I see that TiddlyResearch uses TiddlyRemember and Backlinking 
  quite well.  
  2. Also, there is a plugin someone mentioned here 
  <https://groups.google.com/g/tiddlywiki/c/QZ4gFfcCobI/m/3TMVOD44CwAJ> 
which 
  can help create cards while annotating!! I couldn't find it yet. But I 
  wonder if it works with TiddlyResearch?
   5. Free?!


>From what I can see from my own points above, I basically have problems in 
setting up Tiddlywiki on Node while making it accessible to all my devices 
(Maybe through Github).

I will try installing TW on the node with TiddlyResearch and TiddlyRemember 
and get back here :)
Please help me if possible to make it cross-platform.

THANKS for reading a rather long post.

Regards,
Prestige

-- 
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/ef2a0d58-48da-4f24-86c7-e588e4f132a0n%40googlegroups.com.


[tw5] Re: [Help] .md files into TW5

2020-10-08 Thread Prestige
Thanks :)
I guess I need to stop using alias all together :p

As for Markdown Plugin, I am already using a plugin (I think its 
Markdown-Master) or maybe its already included in my variant 
(TiddlyResearch).

On Thursday, 8 October 2020 at 20:27:44 UTC+5:30 Eric Shulman wrote:

> On Thursday, October 8, 2020 at 6:50:53 AM UTC-7, Prestige wrote:
>>
>> I am here to check if there's a way to change the implementation of 
>> wikilinks in TW?
>> My md editor used [[Link | Alias]] method while TW5 uses [[Alias|Link]. 
>> Is there a way I can change it? 
>>
>
> Although it is *possible* to change the underlying TWCore code for parsing 
> wikilinks, changing this implementation would make your content 
> incompatible with any other TiddlyWiki.
>
> However, there is this plugin, which support direct use of markdown (md) 
> content formatting:
> https://tiddlywiki.com/plugins/tiddlywiki/markdown/
>
> One note: according to the documentation for that plugin,
> as well as this reference: 
> https://www.markdownguide.org/basic-syntax/#links,
> the markdown syntax for links is:
> [link text](#TiddlerTitle)
> not
> [[link|alias]]
> so I'm not sure that the plugin will actually help with your problem.
>
> -e
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/53b20f35-439c-4f22-bb9b-05d2622e56c3n%40googlegroups.com.


[tw5] [Help] .md files into TW5

2020-10-08 Thread Prestige
Hello,

I am here to check if there's a way to change the implementation of 
wikilinks in TW?
My md editor used [[Link | Alias]] method while TW5 uses [[Alias|Link]. Is 
there a way I can change it? 

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/a65e7072-1d9c-45bd-9aa6-522579acadd8n%40googlegroups.com.


[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
 >>  Files inside directories inside A should be recursively loaded as long 
as they match the regexp. 

It's not loading. I had to add that directory explicitly to make the md 
inside to load. 

On Thursday, 8 October 2020 at 02:24:25 UTC+5:30 saq.i...@gmail.com wrote:

> Files inside directories inside A should be recursively loaded as long as 
> they match the regexp.
>
> No idea about TiddlyResearch. Suggest you address that question to the 
> author. There is a thread for TR in this group.
>
>
> On Wednesday, October 7, 2020 at 10:48:05 PM UTC+2 Prestige wrote:
>
>> Okay. Thanks.
>> It fixes the error.
>>
>> A few more question if I may:
>>
>>- What can I do to include the md files inside the folder B as 
>>tiddlers?
>>- Also, I am using TiddlyResearch on top of TW5 (I think you are 
>>aware of it), and it has a need to specify tags (.tiddler, .folder etc). 
>>What can I do to retain the folder structure as is in my folder on TR 
>>itself? Currently, I am providing the tag .tiddler.
>>
>>
>> On Thursday, 8 October 2020 at 02:08:24 UTC+5:30 saq.i...@gmail.com 
>> wrote:
>>
>>> In the absence of a files regexp node is trying to read the directory 
>>> you add as if it were a file.
>>>
>>>
>>> On Wednesday, October 7, 2020 at 10:35:48 PM UTC+2 Saq Imtiaz wrote:
>>>
>>>> At first glance two things I would try.
>>>>
>>>> Use a relative path for the folder like ./A
>>>>
>>>> Add a files regexp for dir A
>>>>
>>>> "filesRegExp": "^.*\\.md$",
>>>>
>>>> On Wednesday, October 7, 2020 at 10:20:05 PM UTC+2 Prestige wrote:
>>>>
>>>>>
>>>>> Hello all,
>>>>>
>>>>> I wanted to use TW5 with a markdown note taking system Obsidian. For 
>>>>> that I followed saqimtaz's post on Reddit 
>>>>> <https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/g71jqo3?utm_source=share_medium=web2x=3>
>>>>> .
>>>>>
>>>>> Everything worked fine except for a peculiar problem. I have my 
>>>>> markdown files inside a  folder "A" in "tiddlers" folder and I have 
>>>>> provided a "tiddlywiki.files" to read from folder "A" for all markdown 
>>>>> files. But whenever I have a folder (say "B"), I get an error 
>>>>> <https://prnt.sc/uuzynv>. 
>>>>>
>>>>> My " tiddlywiki.files" contains this code for now. 
>>>>>
>>>>> {
>>>>> "directories": [
>>>>> {
>>>>> "path": "A",
>>>>> "isTiddlerFile": true,
>>>>> "fields": {
>>>>> "title": {"source": "basename"},
>>>>> "created": {"source": "created"},
>>>>> "modified": {"source": "modified"},
>>>>> "tags": [".tiddler"],
>>>>> "type": "text/x-markdown"
>>>>> 
>>>>> }
>>>>> }
>>>>> ]
>>>>> }
>>>>>
>>>>> How can I change it to include all folders inside the directory "A"?
>>>>> Do I have to manually add a directory code everytime I add a new 
>>>>> folder inside "A"?
>>>>>
>>>>> Regards,
>>>>> Prestige
>>>>>
>>>>>

-- 
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/057b98d7-c05f-45bd-93d7-fe9750378131n%40googlegroups.com.


[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
What exactly does the Files regexp does? and where can I learn about these 
things?

On Thursday, 8 October 2020 at 02:18:05 UTC+5:30 Prestige wrote:

> Okay. Thanks.
> It fixes the error.
>
> A few more question if I may:
>
>- What can I do to include the md files inside the folder B as 
>tiddlers?
>- Also, I am using TiddlyResearch on top of TW5 (I think you are aware 
>of it), and it has a need to specify tags (.tiddler, .folder etc). What 
> can 
>I do to retain the folder structure as is in my folder on TR itself? 
>Currently, I am providing the tag .tiddler.
>
>
> On Thursday, 8 October 2020 at 02:08:24 UTC+5:30 saq.i...@gmail.com wrote:
>
>> In the absence of a files regexp node is trying to read the directory you 
>> add as if it were a file.
>>
>>
>> On Wednesday, October 7, 2020 at 10:35:48 PM UTC+2 Saq Imtiaz wrote:
>>
>>> At first glance two things I would try.
>>>
>>> Use a relative path for the folder like ./A
>>>
>>> Add a files regexp for dir A
>>>
>>> "filesRegExp": "^.*\\.md$",
>>>
>>> On Wednesday, October 7, 2020 at 10:20:05 PM UTC+2 Prestige wrote:
>>>
>>>>
>>>> Hello all,
>>>>
>>>> I wanted to use TW5 with a markdown note taking system Obsidian. For 
>>>> that I followed saqimtaz's post on Reddit 
>>>> <https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/g71jqo3?utm_source=share_medium=web2x=3>
>>>> .
>>>>
>>>> Everything worked fine except for a peculiar problem. I have my 
>>>> markdown files inside a  folder "A" in "tiddlers" folder and I have 
>>>> provided a "tiddlywiki.files" to read from folder "A" for all markdown 
>>>> files. But whenever I have a folder (say "B"), I get an error 
>>>> <https://prnt.sc/uuzynv>. 
>>>>
>>>> My " tiddlywiki.files" contains this code for now. 
>>>>
>>>> {
>>>> "directories": [
>>>> {
>>>> "path": "A",
>>>> "isTiddlerFile": true,
>>>> "fields": {
>>>> "title": {"source": "basename"},
>>>> "created": {"source": "created"},
>>>> "modified": {"source": "modified"},
>>>> "tags": [".tiddler"],
>>>> "type": "text/x-markdown"
>>>> 
>>>> }
>>>> }
>>>> ]
>>>> }
>>>>
>>>> How can I change it to include all folders inside the directory "A"?
>>>> Do I have to manually add a directory code everytime I add a new folder 
>>>> inside "A"?
>>>>
>>>> Regards,
>>>> Prestige
>>>>
>>>>

-- 
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/b45ed1a6-aca3-4819-bfef-87d14b0ff002n%40googlegroups.com.


[tw5] Re: [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige
Okay. Thanks.
It fixes the error.

A few more question if I may:

   - What can I do to include the md files inside the folder B as tiddlers?
   - Also, I am using TiddlyResearch on top of TW5 (I think you are aware 
   of it), and it has a need to specify tags (.tiddler, .folder etc). What can 
   I do to retain the folder structure as is in my folder on TR itself? 
   Currently, I am providing the tag .tiddler.
   

On Thursday, 8 October 2020 at 02:08:24 UTC+5:30 saq.i...@gmail.com wrote:

> In the absence of a files regexp node is trying to read the directory you 
> add as if it were a file.
>
>
> On Wednesday, October 7, 2020 at 10:35:48 PM UTC+2 Saq Imtiaz wrote:
>
>> At first glance two things I would try.
>>
>> Use a relative path for the folder like ./A
>>
>> Add a files regexp for dir A
>>
>> "filesRegExp": "^.*\\.md$",
>>
>> On Wednesday, October 7, 2020 at 10:20:05 PM UTC+2 Prestige wrote:
>>
>>>
>>> Hello all,
>>>
>>> I wanted to use TW5 with a markdown note taking system Obsidian. For 
>>> that I followed saqimtaz's post on Reddit 
>>> <https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/g71jqo3?utm_source=share_medium=web2x=3>
>>> .
>>>
>>> Everything worked fine except for a peculiar problem. I have my markdown 
>>> files inside a  folder "A" in "tiddlers" folder and I have provided a 
>>> "tiddlywiki.files" to read from folder "A" for all markdown files. But 
>>> whenever I have a folder (say "B"), I get an error 
>>> <https://prnt.sc/uuzynv>. 
>>>
>>> My " tiddlywiki.files" contains this code for now. 
>>>
>>> {
>>> "directories": [
>>> {
>>> "path": "A",
>>> "isTiddlerFile": true,
>>> "fields": {
>>> "title": {"source": "basename"},
>>> "created": {"source": "created"},
>>> "modified": {"source": "modified"},
>>> "tags": [".tiddler"],
>>> "type": "text/x-markdown"
>>> 
>>> }
>>> }
>>> ]
>>> }
>>>
>>> How can I change it to include all folders inside the directory "A"?
>>> Do I have to manually add a directory code everytime I add a new folder 
>>> inside "A"?
>>>
>>> Regards,
>>> Prestige
>>>
>>>

-- 
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/4caa7188-b841-410e-849a-980c226ecba4n%40googlegroups.com.


[tw5] [Help Needed] TiddlyWiki on Nodejs to GitHub pages

2020-10-07 Thread Prestige

Hello all,

I wanted to use TW5 with a markdown note taking system Obsidian. For that I 
followed saqimtaz's post on Reddit 
<https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/g71jqo3?utm_source=share_medium=web2x=3>
.

Everything worked fine except for a peculiar problem. I have my markdown 
files inside a  folder "A" in "tiddlers" folder and I have provided a 
"tiddlywiki.files" to read from folder "A" for all markdown files. But 
whenever I have a folder (say "B"), I get an error <https://prnt.sc/uuzynv>. 


My " tiddlywiki.files" contains this code for now. 

{
"directories": [
{
"path": "A",
"isTiddlerFile": true,
"fields": {
"title": {"source": "basename"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"tags": [".tiddler"],
"type": "text/x-markdown"

}
}
]
}

How can I change it to include all folders inside the directory "A"?
Do I have to manually add a directory code everytime I add a new folder 
inside "A"?

Regards,
Prestige

-- 
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/d15f2926-009d-4130-ace5-e732add45f1bn%40googlegroups.com.


[tw5] Re: [Images Collection] Possibility to store images and feasible ways to do so.

2020-08-04 Thread Prestige
Hey Mario,
Thanks for replying :)

I read the link there, I am not very fluent with a lot of things there. e.g 
I am not using Node.js and I can't devote time setting it up right now 
either. I am using TiddlySpot to host my TW and I haven't found a way to 
create a folder on the server. I mean, I think it only saves the changes to 
the TW html (that too I think saving the whole TW again and again, not even 
just updation). So, can you please guide me how to set up this kind of a 
thing there using TiddlySpot? 

Or is there a better way to use or host my TW altogether.?

Regards
Prestige


On Tuesday, 4 August 2020 at 15:07:30 UTC+5:30 PMario wrote:

> Hi, 
>
> You may have a closer look at: 
> https://tiddlywiki.com/#Images%20in%20WikiText:%5B%5BImages%20in%20WikiText%5D%5D%20ExternalImages
>
> If you have many images and / or they are big 100kByte+ you should keep 
> them in a subdirectory and ship the wiki with the directory.  TW allows 
> relative links, which also work well from a "file" TW. A "file" TW is a 
> wiki that is on your local drive and you start if from there. 
>
> If you use the _canonical_uri field, the tiddler contains meta data only, 
> but if you transclude it, or use it with an [img[link]] the system will 
> treat it, as if it is an image. 
>
> eg: You can have a note-1.png in a directory eg: images
>
> your Tiddler would look like this
>
> title: note-1.png
> _canonical_uri: ./images/notes-1.png
> type: image/png
>
> If it is a jpg it would be 
>
> title: note-1.jpg
> _canonical_uri: ./images/notes-1.jpg
> type: image/jpg
>
> Image types that are part of TW are: jpg, gif, png, ico and svg. SVG is a 
> vector graphic format and the others pixel graphics. 
>
> So the tiddler note-1.png only needs some bytes in the wiki. If it is 
> shown, TW dynamically loads the content form the harddis.
>
> have fun!
> mario
>

-- 
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/7651e43b-d8d5-4acf-b400-b40b8e77aa17n%40googlegroups.com.


[tw5] [Images Collection] Possibility to store images and feasible ways to do so.

2020-08-03 Thread Prestige
Hello everyone,

I was hoping to check if I can add image snippets from my own handwritten 
short notes into tiddlers. To organise them according to topics and tags, 
and maybe create a map. Only Concern is if I will be able to keep the size 
manageable. Is there a way to implement this without getting TW very very 
heavy?

Maybe Gdrive integrationI am still in the thinking phase. Can someone 
share their idea?

Point is to link my rather scattered hand written notes. They contain Crude 
diagrams too that’s why it will be easier to keep them as they are rather 
than type them out again.

I hope I am clear. Let’s have a discussion maybe?

Regards,
Prestige

-- 
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/94b98ffa-fa43-4c40-a0b0-d95c52732e72n%40googlegroups.com.


Re: [tw5] Re: [Highlight Text] A shortcut or a button in the editor toolbar?

2020-08-01 Thread Prestige
Hi again Steve,
I used the SK plugin and they don’t seem to work. Maybe that’s an issue 
with my theme or something. The code around the text pops up but the 
highlights or the colour changes are not visible. If you know the fix 
please let me know.…:)
-Prestige

On Saturday, 1 August 2020 at 01:56:05 UTC+5:30 Prestige wrote:

> Thanks Tony and SK.
>
> TW community is the best!
>
> -prestige 
>
> On Fri, 31 Jul, 2020, 9:18 pm 'Stephen Kimmel' via TiddlyWiki, <
> tiddl...@googlegroups.com> wrote:
>
>> There are buttons to highlight a text selection, change the character 
>> color of a text selection and select the colors for those changes in 
>> http://skplugins.tiddlyspot.com/ and some other goodies as well.
>>
>> On Friday, July 31, 2020 at 7:44:56 AM UTC-5, Prestige wrote:
>>>
>>>
>>> Hello folks,
>>>
>>> I needed some highlighting tool, and I did find some macros to do it, I 
>>> was just wondering if its possible to have a direct shortcut or a button in 
>>> the editor toolbar to highlight text?  
>>>
>>> Regards,
>>> Prestige
>>>
>> -- 
>> 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/46Haf_2WH4Q/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/4d8cc027-e05d-4119-9fd5-a715e4b606bbo%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/4d8cc027-e05d-4119-9fd5-a715e4b606bbo%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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/e9cca0e3-bad2-424c-8016-2994944c972en%40googlegroups.com.


[tw5] [Highlight Text] A shortcut or a button in the editor toolbar?

2020-07-31 Thread Prestige

Hello folks,

I needed some highlighting tool, and I did find some macros to do it, I was 
just wondering if its possible to have a direct shortcut or a button in the 
editor toolbar to highlight text?  

Regards,
Prestige

-- 
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/f0a7cfd1-f426-46c6-b80e-8d142d494ffbn%40googlegroups.com.


[tw5] Re: [Thumbnail] Using Tiddler as a Thumbnail

2020-07-31 Thread Prestige
Thanks everyone!!
:)

Also CJ, whats that macro you have " <$design ". I need that :p

-Prestige

On Friday, 31 July 2020 at 14:49:57 UTC+5:30 emilyk...@gmail.com wrote:

> Hi CJ, 
>
> That looks pretty helpful! I think I'll use it for shopping.
>
> Emily
>
> On Thursday, July 30, 2020 at 7:37:58 PM UTC-7 CJ Veniot wrote:
>
>> G'day,
>>
>> Probably no what you're looking for, but if only for the $hit$ and the 
>> giggle$ (and the off-chance this does give you any neat ideas) ...
>>
>> I went with a custom solution (using template transclusions and such) so 
>> that "product" thumbnails show up consistently, and clicking on a thumbnail 
>> shows the full-sized image in a modal window.
>>
>> Check out:  
>> https://intertwingularityslicendice.neocities.org/CJ_ProductReviews.html#Power%20Storage%20(Batteries)
>>
>> Cheers !
>>
>>
>>
>> On Wednesday, July 29, 2020 at 11:47:24 PM UTC-3 Prestige wrote:
>>
>>> Hello everyone,
>>>
>>> Yet another query. Is there a way to add an image Tiddler to another 
>>> Tiddler. It would be better if its one one side of the text. I tried this 
>>> <>
>>> Doesnt show anything but the space is cleared on the right side. 
>>>
>>> While using just [img[Image-1]], image Pops up inline. 
>>>
>>> Can someone please tell me how to handle images in a Tiddler. 
>>>
>>

-- 
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/ae852c1b-95fa-451c-98f0-c3642b682cc4n%40googlegroups.com.


[tw5] [Thumbnail] Using Tiddler as a Thumbnail

2020-07-29 Thread Prestige
Hello everyone,

 Yet another query. Is there a way to add an image Tiddler to another Tiddler. 
It would be better if its one one side of the text. I tried this 
  <>
Doesnt show anything but the space is cleared on the right side. 

While using just [img[Image-1]], image Pops up inline. 

Can someone please tell me how to handle images in a Tiddler. 

-- 
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/8570dee8-c579-4cb5-8470-4c0cc7e403a7o%40googlegroups.com.


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

2020-07-29 Thread Prestige
Sure, Tony. Will keep your suggestions handy :)

On Wednesday, 29 July 2020 at 09:17:09 UTC+5:30 TW Tones wrote:

> Prestige,
>
> You have the right approach. Evolve your wiki as you go, just use a backup 
> process, so when making larger changes you don't destroy your data. Keep in 
> mind you may divide it in future to more than one wiki.
>
> Design you wiki so it is easy to separate the data from the workings, and 
> it will be easy to migrate into another edition etc... eg give tiddlers a 
> project or subject tag etc...
>
> Regards
> Tony
>
>
> On Wednesday, July 29, 2020 at 11:55:41 AM UTC+10, Prestige wrote:
>>
>> Tony,
>> Thanks for a wonderful reply. The ideas you convey will definitely add to 
>> my learning, and I am already trying stuff with my limited knowlegde. The 
>> thing is, I need to get started with the notemaking as the exams are 
>> nearing, so kind of want the setup ready soon. I will keep on changing the 
>> Wikis as per my needs maybe at time to time intervals when I have 'free 
>> time' :p.
>>
>> But yes, I am very curious about the possiblities here at TiddlyWiki!
>>
>> I liked the idea of using TW5 for different purpose vehicles - I was 
>> thinking on these lines too! Like,  can make my notes at one place and 
>> import them later into Maps to study via views directly. Something like 
>> that.
>>
>> Thanks again! I will keep posting queries and hope you will engage at 
>> some point or the other :)
>>
>> Prestige
>>
>> On Wednesday, 29 July 2020 at 07:03:06 UTC+5:30 TW Tones wrote:
>>
>>> Prestige,
>>>
>>> I read your post yesterday, and only getting to reply today. I see there 
>>> has being a lot of water under the bridge since then, however I want to 
>>> share my approach to making use of different tools and editions available.
>>>
>>> may I suggest *"think outside the Box/tiddlywiki"*, I make use of 
>>> multiple wikis mostly using Timimi in Chrome and Tiddlywiki but also 
>>> TiddlyServer, TiddlyDesktop and Bob. This helps avoid too many clashed 
>>> between editions and plugins etc...
>>>
>>>- I divide wikis by functional area and project etc... 
>>>- with a couple dedicated to links, plugin library, reference 
>>>material.
>>>- I also have wikis that act as factories to create tools 
>>>- Or sources of images and icons
>>>- I have some dedicated to file conversion and imports I can then 
>>>transfer to the destination wiki
>>>
>>> You could call this "meta tiddlywiki" or being god of your own 
>>> Tiddlyverse"
>>>
>>> There are many tools and tricks can help with this 
>>>
>>>- such as Mohammads searchwikis that allows you to import multiple 
>>>search index's into one wiki to search across multiple wikis.
>>>- iframes to other wikis - you can drag and drop between them
>>>- The new ZIP plugin
>>>- and many more techniques
>>>
>>>
>>> Drag and drop is also your friend, and more and more easy methods are 
>>> coming available for quick interwiki transfers.
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Tuesday, July 28, 2020 at 9:06:22 PM UTC+10, 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

[tw5] Re: [TiddlyMaps] Can the viewbox be smaller by default?

2020-07-29 Thread Prestige
Hi Jon,
Sure, I will ask there. I didn't know :)
Regards,
Prestige

On Wednesday, 29 July 2020 at 11:00:30 UTC+5:30 Jon wrote:

> Hi Prestige, 
>
> It might be better asking over here: 
> https://github.com/felixhayashi/TW5-TiddlyMap/issues
>
> Regards
> Jon
>
>
> On Wednesday, 29 July 2020 00:40:16 UTC+1, Prestige wrote:
>>
>> Hello all,
>>
>> To the users of TiddlyMaps: I just need a small live screen, thats all, 
>> is it possible to fix the window size? or with an option to have fullscreen 
>> when needed only??
>>
>> Regards,
>> Prestige
>>
>

-- 
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/7c4d0d17-9881-4d5d-b345-b9a1a29dee8cn%40googlegroups.com.


[tw5] Re: [TWCrosslinks/TWBacklinking]Creating a table of content.

2020-07-28 Thread Prestige
Edit:I will try TOC Generic meanwhile :)

On Wednesday, 29 July 2020 at 08:27:49 UTC+5:30 Prestige wrote:

> Hi Emily,
>I thought about the second method to have some sort of a content list 
> in the sidebar, but it involves me tagging every tiddler which makes my 
> Backlinking redundant (there will be two references sort of). I am looking 
> for something that uses backlinking links to generate a flow/list. I hope I 
> am clear?
> Prestige
>
>
> On Wednesday, 29 July 2020 at 08:20:36 UTC+5:30 twid...@gmail.com wrote:
>
>> Hi Prestige,
>>
>> If you mean an automatically generated TOC at, say, the bottom of the 
>> tiddler generated by links to it, I recommend the TOCgeneric plugin:
>>
>>
>>- at the bottom of every tiddler* all references is shown* in lists.
>>   - tags
>>   - backlinks
>>   - list (the content of the list field of the present tiddler)
>>   - listed (other tiddlers that have the tiddler in there list field)
>>- *all lists are collapsible*.
>>
>> ...
>> *show content of all tiddlers* (transclusions) in the lists 
>> etc. 
>>
>> I'm pretty sure this plugin provides viewing to back links so using this 
>> and Stroll's plugin for linking would be redundant.
>>
>> If you mean a TOC in the side bar, tag some tiddler with a title like 
>> TableOfContents with $:/tags/SideBar. Then tag each tiddler that you 
>> want to show on there with the title (in this case TableOfContents). 
>> Tiddlers tagged with the title of tiddlers that show up on the TOC also 
>> show up there and etc. You can use this method for adding new tabs in the 
>> sidebar in general, although themes may use different tags for tabs.
>>
>> Emily
>>
>> On Tuesday, July 28, 2020 at 6:49:27 PM UTC-7 Prestige wrote:
>>
>>>
>>> Hello all, 
>>>
>>>- Is there a was I could create a Table of Content automatically 
>>>from those refereces? [When Using TWCrosslinks or any other backlining 
>>>plugin]
>>>
>>> Regards,
>>> Prestige
>>>
>>

-- 
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/b28737c7-f0e1-4334-afae-1db6adef559fn%40googlegroups.com.


[tw5] Re: [TWCrosslinks/TWBacklinking]Creating a table of content.

2020-07-28 Thread Prestige
Hi Emily,
   I thought about the second method to have some sort of a content list in 
the sidebar, but it involves me tagging every tiddler which makes my 
Backlinking redundant (there will be two references sort of). I am looking 
for something that uses backlinking links to generate a flow/list. I hope I 
am clear?
Prestige


On Wednesday, 29 July 2020 at 08:20:36 UTC+5:30 twid...@gmail.com wrote:

> Hi Prestige,
>
> If you mean an automatically generated TOC at, say, the bottom of the 
> tiddler generated by links to it, I recommend the TOCgeneric plugin:
>
>
>- at the bottom of every tiddler* all references is shown* in lists.
>   - tags
>   - backlinks
>   - list (the content of the list field of the present tiddler)
>   - listed (other tiddlers that have the tiddler in there list field)
>- *all lists are collapsible*.
>
> ...
> *show content of all tiddlers* (transclusions) in the lists 
> etc. 
>
> I'm pretty sure this plugin provides viewing to back links so using this 
> and Stroll's plugin for linking would be redundant.
>
> If you mean a TOC in the side bar, tag some tiddler with a title like 
> TableOfContents with $:/tags/SideBar. Then tag each tiddler that you want 
> to show on there with the title (in this case TableOfContents). Tiddlers 
> tagged with the title of tiddlers that show up on the TOC also show up 
> there and etc. You can use this method for adding new tabs in the sidebar 
> in general, although themes may use different tags for tabs.
>
> Emily
>
> On Tuesday, July 28, 2020 at 6:49:27 PM UTC-7 Prestige wrote:
>
>>
>> Hello all, 
>>
>>- Is there a was I could create a Table of Content automatically from 
>>those refereces? [When Using TWCrosslinks or any other backlining plugin]
>>
>> Regards,
>> Prestige
>>
>

-- 
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/f6883457-63a2-49a6-aa28-bc60e153e7c1n%40googlegroups.com.


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

2020-07-28 Thread Prestige
Tony,
Thanks for a wonderful reply. The ideas you convey will definitely add to 
my learning, and I am already trying stuff with my limited knowlegde. The 
thing is, I need to get started with the notemaking as the exams are 
nearing, so kind of want the setup ready soon. I will keep on changing the 
Wikis as per my needs maybe at time to time intervals when I have 'free 
time' :p.

But yes, I am very curious about the possiblities here at TiddlyWiki!

I liked the idea of using TW5 for different purpose vehicles - I was 
thinking on these lines too! Like,  can make my notes at one place and 
import them later into Maps to study via views directly. Something like 
that.

Thanks again! I will keep posting queries and hope you will engage at some 
point or the other :)

Prestige

On Wednesday, 29 July 2020 at 07:03:06 UTC+5:30 TW Tones wrote:

> Prestige,
>
> I read your post yesterday, and only getting to reply today. I see there 
> has being a lot of water under the bridge since then, however I want to 
> share my approach to making use of different tools and editions available.
>
> may I suggest *"think outside the Box/tiddlywiki"*, I make use of 
> multiple wikis mostly using Timimi in Chrome and Tiddlywiki but also 
> TiddlyServer, TiddlyDesktop and Bob. This helps avoid too many clashed 
> between editions and plugins etc...
>
>- I divide wikis by functional area and project etc... 
>- with a couple dedicated to links, plugin library, reference material.
>- I also have wikis that act as factories to create tools 
>- Or sources of images and icons
>- I have some dedicated to file conversion and imports I can then 
>transfer to the destination wiki
>
> You could call this "meta tiddlywiki" or being god of your own Tiddlyverse"
>
> There are many tools and tricks can help with this 
>
>- such as Mohammads searchwikis that allows you to import multiple 
>search index's into one wiki to search across multiple wikis.
>- iframes to other wikis - you can drag and drop between them
>- The new ZIP plugin
>- and many more techniques
>
>
> Drag and drop is also your friend, and more and more easy methods are 
> coming available for quick interwiki transfers.
>
> Regards
> Tony
>
>
> On Tuesday, July 28, 2020 at 9:06:22 PM UTC+10, 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 map

[tw5] [TWCrosslinks/TWBacklinking]Creating a table of content.

2020-07-28 Thread Prestige

Hello all, 

   - Is there a was I could create a Table of Content automatically from 
   those refereces? [When Using TWCrosslinks or any other backlining plugin]

Regards,
Prestige

-- 
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/503e9db7-5296-4e87-a097-257503c5582dn%40googlegroups.com.


[tw5] [TiddlyMaps] Can the viewbox be smaller by default?

2020-07-28 Thread Prestige
Hello all,

To the users of TiddlyMaps: I just need a small live screen, thats all, is 
it possible to fix the window size? or with an option to have fullscreen 
when needed only??

Regards,
Prestige

-- 
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/6f05a0f2-1be0-424c-a0e4-c4a8e0bf4c93n%40googlegroups.com.


[tw5] [TiddlyMaps] Can the viewbox be smaller by default?

2020-07-28 Thread Prestige

Hello,
I am having problems with TiddlyMaps, if someone can help me out, please do.

   1. It creates clone tiddlys deleting my original ones, when clicked from 
   another tiddly. 
   2. The viewport misbehaves everytime I add a new tiddler (mostly)
   3. I just need a small live screen, thats all, is it possible to fix the 
   window size? or with an option to have fullscreen when needed only??

I am using TiddlyMap with Stroll or Drift, both are havin troubles with it. 
Please someone from the team can help me out?

Prestige :)

-- 
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/68e1db3e-6df8-4686-86bc-47cc974790e4n%40googlegroups.com.


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

2020-07-28 Thread Prestige
Thanks Alex! 
Yes, it works. It crashes sometimes, but its fine :) thanks.

On Tuesday, 28 July 2020 at 23:58:08 UTC+5:30 alexander@gmail.com wrote:

> I'm using a version of TiddlyWiki (Stroll) 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.
>
> I switched to TiddlyWiki from TheBrain so for me having TiddlyMap was a 
> crucial point.
>

-- 
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/92a06a74-9cb0-438a-9a61-94e2b92b1770n%40googlegroups.com.


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

2020-07-28 Thread Prestige
Emily,
Thanks for sharing your way of working and setup. I haven't used Trello or 
Notion either. I am kind of starting note taking digitally, and I started 
off with Notion but kept moving on and on :p
Yes, I included TidGraph, and Leaflet too.  
And yes, all three themes by JD are a big thumbs up for me. I am using 
Drift variant which used the Mono theme. I like Moonlight too.

-Prestige


On Tuesday, 28 July 2020 at 22:45:27 UTC+5:30 twid...@gmail.com wrote:

> Final message I swear. This is good for toggling and very easy to use:
>
> http://tid.li/tw5/plugins.html#DetailsWidget
>
> I found myself missing a toggle although I could link a tiddler to avoid a 
> wall of text.
>
>
> On Tuesday, July 28, 2020 at 4:06:22 AM UTC-7 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.
>>