[tw5] vis plugin in Node : 413 error

2021-06-25 Thread David SZERMAN
Hello,

I am currently trying to install the Vis plugin from http://tiddlymap.org/

When it tries to save the data (nodejs server), I get an 413 error code. I 
tried to change the data in the Nginx and php configuration files, 
restarted the server but still the same issue ; any idea where I missed 
something ?

I have put 32M ; is it enough ?
Thanks

David

-- 
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/3cba0015-8528-4f50-9b40-25b56d052667n%40googlegroups.com.


[tw5] Re: Node.js modification saved... until I restart the server

2021-06-24 Thread David SZERMAN
Sorry, it was related to the way it was installed ; it works now

Le jeudi 24 juin 2021 à 23:11:04 UTC+2, PMario a écrit :

> Hi, 
> Can you show us the tiddlywiki.info file you use?
>
> What do you mean with "(saved in the cache)" ... 
>
> Do you have access to the filesystem on your server? ... If you change a 
> tiddler, does it show up in the /tiddlers/ directory?
>
> -m
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e52d08b2-0bd7-4d3f-a931-ab46c576ff36n%40googlegroups.com.


[tw5] Node.js modification saved... until I restart the server

2021-06-24 Thread David SZERMAN
Hello,

I have just installed Tiddlywiki ; everything works fine. When i connect 
from different browsers, I can see my changes (saved in the cache) but when 
I restart the server, everything is lost (not saved in the file system 
while the plugin is activated).

Any idea what could happen ?

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/9e8d68ef-3865-4960-b20b-25dfbcb15950n%40googlegroups.com.


[tw5] Re: Set password on Node.js

2021-06-24 Thread David SZERMAN
Actually, for me it was a password thing, not necessary an encryption 
topic. My objective is to protect by password my wiki  :-)

Le jeudi 24 juin 2021 à 13:54:15 UTC+2, PMario a écrit :

> I did create an issue: 
> https://github.com/danielo515/TW5-EncryptTiddlerPlugin/issues/32
> -m
>
> On Thursday, June 24, 2021 at 1:26:35 PM UTC+2 PMario wrote:
>
>> On Thursday, June 24, 2021 at 1:11:06 PM UTC+2 PMario wrote:
>>
>> I don't know, it the "single tiddler encryption plugin" works with a 
>>> nodejs server. I didn't test it. You may have a look at: 
>>> https://danielorodriguez.com/TW5-EncryptTiddlerPlugin/ ... Only needed 
>>> if you need encryption. 
>>>
>>
>> It works with a node-js server BUT it doesn't make much sense. .. Because 
>> as soon as you decrypt a tiddler in the browser, it will be written in 
>> plain text to the server. 
>>
>> If you encrypt the tiddler again, it will be encrypted and written to the 
>> server. The old tiddler would be deleted, but still it has been written in 
>> plain text already. ... So you need to decide if this is good enough for 
>> you. 
>>
>> For me it wouldn't be good enough, because the chances that plain text is 
>> kept on the server by accident is way to high.  But that's just me ;)
>>
>> It may be possible to modify the plugin in a way, that decrypted tiddlers 
>> are only kept in the browser memory as a "$:/temp/xxx" tiddler. So it 
>> wouldn't be sent to the server. .. You would need to ask Danielo, the 
>> author of the plugin, if he still does some development. 
>>
>> You can contact him at: 
>> https://github.com/danielo515/TW5-EncryptTiddlerPlugin/issues
>>
>> -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/0a89688f-8064-4931-8518-5afb53eb1d8cn%40googlegroups.com.


[tw5] Re: Set password on Node.js

2021-06-24 Thread David SZERMAN
Thanks ; actually, it is on the web / debian / Yunohost...

Does the "set password" button is the same for the single file and the node 
server ?

Le jeudi 24 juin 2021 à 11:42:04 UTC+2, PMario a écrit :

> On Thursday, June 24, 2021 at 11:05:04 AM UTC+2 szd...@gmail.com wrote:
>
> i have Tiddlywiki on Node.js ; I was used to the standalone file in which 
>> I set up a password.
>>
>
> The password you set for the stand-alone wiki is used to encrypt the whole 
> wiki, when it is saved. So nobody can read it without the password.
>  
> The password you set for a node-js server is a password to access the 
> server. It has nothing to do with encryption. 
>
> As far as I know, it's not possible to encrypt nodejs wikis atm.
>
> Do you face the same kind of issue ? Any workaround ?
>>
>
> Depending on the OS you use, you may save your data on an encrypted drive, 
> which is mounted when you log in. So the OS can handle encryption for you, 
> if you need it. 
>
> -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/271df63a-ac7f-4b73-a994-98055e4d18a4n%40googlegroups.com.


[tw5] Sync node.js on the web with Android

2021-06-24 Thread David SZERMAN
Hello,

I installed Tiddlywiki on node.js on the web. I would like to be able to 
access the wiki on my android phone even if offline (sync process ?)

i was used to use tiddloid when i was offline with single file synced via 
pcloud but is there the same kind of process with node.js ?

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/fc90739b-e688-4d06-b8d7-52a2ac06c23bn%40googlegroups.com.


[tw5] Set password on Node.js

2021-06-24 Thread David SZERMAN
Hello,

i have Tiddlywiki on Node.js ; I was used to the standalone file in which I 
set up a password.

i want to do the same on node.js but it seems not to be saved.

Do you face the same kind of issue ? Any workaround ?

-- 
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/1d82109f-d107-48a0-ac7f-21b03389ebefn%40googlegroups.com.


[tw5] Re: Roam Research style TW5 instance

2021-03-10 Thread David SZERMAN
I had a look at it ; it looks nice.

Is there a way to implement that to my existing tiddly ? Or should I 
migrate everything to this one (how ?) ?

Thanks

Le mardi 9 mars 2021 à 14:21:07 UTC+1, saq.i...@gmail.com a écrit :

> @Steph I recommend engaging with trisaster on reddit concerning any 
> problems or questions that relate to this setup.
>
> On Tuesday, March 9, 2021 at 5:06:34 AM UTC+1 steph@gmail.com wrote:
>
>> Thanks for posting about it here OP. I came across it on Reddit and have 
>> been using it for a few days. I'm absolutely loving it so far. If anyone 
>> else starts using it, please post here or send me a DM. I'm looking for 
>> people to troubleshoot things with, I'm an absolute TW5 noob! 
>>
>> On Monday, March 8, 2021 at 3:43:07 AM UTC-5 Ste wrote:
>>
>>>
>>> Thanks for the heads up. I'll try and have a look later today. 
>>>
>>> On Sunday, 7 March 2021 at 20:05:01 UTC arunn...@gmail.com wrote:
>>>
 Recently a reddit user named trisaster 
  posted a Roam research style 
 TW5 instance 
 .
  
 I really liked his work . I 
 request those who haven't seen this yet to go through it and give your 
 valuable feedback. Since he is not using google groups, you can provide 
 feedback in reddit 
 
  or 
 twitter . This 
 is his GitHub page  (I am 
 not sure whether he is active in GitHub or not).
>>>
>>>

-- 
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/f4c1ff4b-c37a-4bb1-a0fc-2cb120561abdn%40googlegroups.com.


[tw5] Re: Add two "list counts" ?

2021-03-05 Thread David SZERMAN
It works perfectly, thanks mat

Le jeudi 4 mars 2021 à 17:58:53 UTC+1, Mat a écrit :

> You use the add operator [add]
>
> But instead of usig the count widget, you use the count filter operator 
> and you set some vars
>
> Basically
>
> <$vars
>  a={{{ [!is[system]tag[A_trier]count[]] }}}
>  b= ... >
> {{{ [add }}}
> 
>
> <:-)
> On Thursday, March 4, 2021 at 4:37:37 PM UTC+1 szd...@gmail.com wrote:
>
>>
>> Hello, 
>>
>> I am able to get two counts :
>> * Number of untagged tiddlers : <$count filter="[untagged[]!prefix[$]]"/> 
>> * Number of tiddlers with a specific tag : <$count 
>> filter="[!is[system]tag[A_trier]sort[created]]"/> 
>>
>> Is it possible to get the sum of these both counts ?
>>
>> <$count filter="[!is[system]tag[A_trier]sort[created]]"/>+<$count 
>> filter="[untagged[]!prefix[$]]"/>
>>
>>
>> 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/c255292a-527d-4420-a739-35bf2fb1805fn%40googlegroups.com.


[tw5] Add two "list counts" ?

2021-03-04 Thread David SZERMAN

Hello, 

I am able to get two counts :
* Number of untagged tiddlers : <$count filter="[untagged[]!prefix[$]]"/> 
* Number of tiddlers with a specific tag : <$count 
filter="[!is[system]tag[A_trier]sort[created]]"/> 

Is it possible to get the sum of these both counts ?

<$count filter="[!is[system]tag[A_trier]sort[created]]"/>+<$count 
filter="[untagged[]!prefix[$]]"/>


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/8feff573-2bee-4574-a1b5-ed09a0db1aa4n%40googlegroups.com.


[tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread David SZERMAN
I tried it but it did not work ; maybe I missed something. Thanks

Le vendredi 26 février 2021 à 15:17:55 UTC+1, Eric Shulman a écrit :

> On Friday, February 26, 2021 at 5:59:58 AM UTC-8 szd...@gmail.com wrote:
>
>> I would like to get a list of all tiddlers without tags so I typed :
>> <>
>> But it gives me a lot of tiddlers starting with $ (plugin/shadow 
>> tiddlers). How could I remove them ?
>>
>
> <>
>
> enjoy,
> -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/03bb9c9e-0f98-43c6-8c0f-6d0885f5dcacn%40googlegroups.com.


[tw5] List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread David SZERMAN
Hello,

I would like to get a list of all tiddlers without tags so I typed : 

<>

But it gives me a lot of tiddlers starting with $ (plugin/shadow tiddlers).

How could I remove them ? 

I found this page but I do not know how to use it : 
https://tiddlywiki.com/static/Filter%2520Operators.html

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/f8e75f5b-597c-45d6-8bc8-98ca49333755n%40googlegroups.com.


Re: [tw5] Re: [ANN] Projectify 0.11.0 is out!

2021-01-22 Thread David SZERMAN
Clear ! Thanks

Le vendredi 22 janvier 2021 à 11:29:17 UTC+1, Nicolas Petton a écrit :

> David SZERMAN  writes:
>
> > Here it is (it is in the list of projects)
>
> Oh, right! That's the pie icon. It shows how many open vs completed
> todos you have in your project. Try completing some todos, you should
> see the pie chart reflect the state of your project.
>
> You can also see that in the project tiddlers themselves, like the
> screenshot below:
>
>

-- 
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/87143332-aa6c-4188-802e-c0531b7f16f1n%40googlegroups.com.


Re: [tw5] Re: [ANN] Projectify 0.11.0 is out!

2021-01-22 Thread David SZERMAN
Here it is (it is in the list of projects)
Le vendredi 22 janvier 2021 à 10:56:54 UTC+1, Nicolas Petton a écrit :

> David SZERMAN  writes:
>
> > Hello
>
> Hi David,
>
> > I added it to the sidebar (could you add this possibility to the next 
> > release ?) ; it is more useful than the Project tab on the sidebar (for 
> me 
> > ! I do not speak about others)
>
> Good idea, thanks!
>
> > One question : in front of my projects names, there is a "point" (sorry, 
> I 
> > do not know the name in english) which is plain or empty. I do not get 
> the 
> > logic why it is plain or not (they all have categories, there is not any 
> > relation to the number of tasks, the today actions,...). What is it
> > for ?
>
> I'm not sure what this point is, could you send a screenshot?
>
> Thanks,
> Nico
>

-- 
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/fbe2c9e3-154f-492c-8104-fa5d7a8390aen%40googlegroups.com.


Re: [tw5] Re: [ANN] Projectify 0.11.0 is out!

2021-01-22 Thread David SZERMAN
Hello 

I have found the "Next" shadow tiddler ; I have added it to the sidebar... 
It does the job...

I added it to the sidebar (could you add this possibility to the next 
release ?) ; it is more useful than the Project tab on the sidebar (for me 
! I do not speak about others)

One question : in front of my projects names, there is a "point" (sorry, I 
do not know the name in english) which is plain or empty. I do not get the 
logic why it is plain or not (they all have categories, there is not any 
relation to the number of tasks, the today actions,...). What is it for ?

Thanks

Le vendredi 22 janvier 2021 à 10:19:47 UTC+1, Nicolas Petton a écrit :

> Kelly Netterville <36l...@gmail.com> writes:
>
> > Nicolas,
>
> Hi Kelly,
>
> > First off, loving projectify. Been using TW5 and customizing my own but, 
> > Projectify is great and added on to my existing install with no issues 
> at 
> > all.
>
> Thanks a lot! I'm really glad you like it.
>
> > Question: Is there a setting to display the created date of a todo when 
> > they are listed in the Dashboard or project tiddlers? If not, can you 
> > suggest which tiddler to modify to do so safely (i.e. don't want to 
> break 
> > existing interactions)?
>
> There's a shadow tiddler that you can override to customize how todos
> are rendered:
>
> $:/plugins/nico/projectify/ui/todo/TodoCaption
>
> By default only displays the title of todo tiddlers, but you could
> instead display anything you want.
>
> Cheers,
> Nico
>

-- 
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/794af318-6b5c-4132-89de-67dce8a24dean%40googlegroups.com.


Re: [tw5] Re: [ANN] Projectify 0.11.0 is out!

2021-01-21 Thread David SZERMAN
Hello, 

I really like your plugin ; 

I have two questions :
- I have tried in parallel the category list plugin 
(http://inmysocks.tiddlyspot.com/#Category%20Lists%20Plugin) and I also 
liked the way it displays the tasks ; would it be possible to have 
something close to it ?
- I have some tabs (upcoming and projects). Is there a way to display all 
my tasks grouped by category/project (closed to previous question) ? What 
about tasks without dates ? (For example, if I create a task "test 
projectify", I do not really want to set a date but I do not want to forget 
it)

Thanks

David

Le jeudi 21 janvier 2021 à 12:58:44 UTC+1, Nicolas Petton a écrit :

> Maarten  writes:
>
> > hi Nico,
>
> Hi Maarten,
>
> > is there an easy way to remove to big bitmaps
>
> Not yet, but I will add a configuration option for that!
>
> Cheers,
> Nico
>

-- 
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/c3738b89-71ba-4d96-bf28-cbbfe2aff0f7n%40googlegroups.com.