[tw5] WebServer API error on PUT

2020-05-07 Thread Brian C
I  started my tiddlywiki server with no username/password.  All the GET 
commands work just fine.
But when I send a basic PUT request to create a tiddler, I am getting:

HTTP/1.1 403 'X-Requested-With' header required to login to 'Brian's Space'



-Brian



-- 
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/f38ef08d-9cc9-4e25-a5eb-a32088d88684%40googlegroups.com.


[tw5] Re: transitioning from local Tiddlywiki file to my own server in the cloud

2020-05-06 Thread Brian C
I think I just answered my own questions.  I just imported everything, and 
it seems to actually ...well...work...  wow...


On Wednesday, May 6, 2020 at 1:20:51 PM UTC-4, Brian C wrote:
>
> Wow...that easy?!?!
>
> On my local file I also have TiddlyRoam (TiddlyBlink and TiddlyMap) plus a 
> slew of other plugins, would that transition in the drag & drop as well?
>
>
> On Wednesday, May 6, 2020 at 1:13:14 PM UTC-4, Saq Imtiaz wrote:
>>
>> You can drag and drop your wiki file on to the node wiki and choose which 
>> tiddlers to import.
>
>

-- 
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/f443334e-59f2-47bc-8208-d0e6b5e93cf3%40googlegroups.com.


[tw5] Re: transitioning from local Tiddlywiki file to my own server in the cloud

2020-05-06 Thread Brian C
Wow...that easy?!?!

On my local file I also have TiddlyRoam (TiddlyBlink and TiddlyMap) plus a 
slew of other plugins, would that transition in the drag & drop as well?


On Wednesday, May 6, 2020 at 1:13:14 PM UTC-4, Saq Imtiaz wrote:
>
> You can drag and drop your wiki file on to the node wiki and choose which 
> tiddlers to import.

-- 
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/aa623f15-48dd-4670-88ae-05e55e5dab19%40googlegroups.com.


[tw5] Re: transitioning from local Tiddlywiki file to my own server in the cloud

2020-05-06 Thread Brian C
So I got Tiddlywiki running on Node.js running on my server now with a 
blank 5.1.22 Tiddlywiki instance
So really I guess I am asking how take my single file wiki.html file and 
migrate that to my Tiddlywiki node.js server, which seems to function on 
separate tiddlers as separate files?  Also the themes and plugins to 
migrate..

-Brian


On Wednesday, May 6, 2020 at 9:17:12 AM UTC-4, Brian C wrote:
>
> Hello all,
> I am currently have my TiddlyWiki file on my iCloud Drive, so both my Mac 
> TiddlyDesktop and Quine2 on iOS have access, and this has worked out nicely 
> thusfar (about 2 weeks of coming onboard to TiddlyWilki with this setup.
> I would like to move to a "server model" with my TiddlyWiki file hosted 
> online in the cloud.  
> I currently have Linode server nanonode 
> <https://www.linode.com/products/nanodes/> with my own domain name setup 
> and ready to go, running Ubuntu 20 LTS.
> So I would like to transition my single "wiki.html" file on my iCloud 
> Drive to this server for the following reasons:
>
>1. Have it accessible on the web would potentially allow my wife to 
>use TiddlyWiki with me, and to have accessible permalinks to tiddlers to 
>whoever I want in the future
>2. I would be able to have access to the WebSever API 
><https://tiddlywiki.com/#WebServer>, which then opens a world of 
>possibilities for access, in particular, for creating new tiddlers 
>3. I believe Quine2 for iOS can also access a tiddlywiki file on a 
>server, so this should work as well.
>
>
> I would like any advice on how to do this transition properly:
>
>- I assume I need to get Tiddlywiki running on Node.js on my Linode 
>cloud instance
>- any other recommendations ?  Once Node.js is setup and the server is 
>accessible, is it simply a matter of coping my "wiki.html" up to that 
>server?  anything else I should be aware of?
>
> -Brian
>
>

-- 
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/298c636d-1a52-4358-9dff-bb9445af600e%40googlegroups.com.


[tw5] transitioning from local Tiddlywiki file to my own server in the cloud

2020-05-06 Thread Brian C
Hello all,
I am currently have my TiddlyWiki file on my iCloud Drive, so both my Mac 
TiddlyDesktop and Quine2 on iOS have access, and this has worked out nicely 
thusfar (about 2 weeks of coming onboard to TiddlyWilki with this setup.
I would like to move to a "server model" with my TiddlyWiki file hosted 
online in the cloud.  
I currently have Linode server nanonode 
 with my own domain name setup 
and ready to go, running Ubuntu 20 LTS.
So I would like to transition my single "wiki.html" file on my iCloud Drive 
to this server for the following reasons:

   1. Have it accessible on the web would potentially allow my wife to use 
   TiddlyWiki with me, and to have accessible permalinks to tiddlers to 
   whoever I want in the future
   2. I would be able to have access to the WebSever API 
   , which then opens a world of 
   possibilities for access, in particular, for creating new tiddlers 
   3. I believe Quine2 for iOS can also access a tiddlywiki file on a 
   server, so this should work as well.


I would like any advice on how to do this transition properly:

   - I assume I need to get Tiddlywiki running on Node.js on my Linode 
   cloud instance
   - any other recommendations ?  Once Node.js is setup and the server is 
   accessible, is it simply a matter of coping my "wiki.html" up to that 
   server?  anything else I should be aware of?

-Brian

-- 
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/e2ba608f-bfa2-4242-a712-dee0069c721c%40googlegroups.com.


[tw5] Re: Sharing Drift

2020-05-04 Thread Brian C
How do I update the theme?


On Monday, May 4, 2020 at 10:44:15 AM UTC-4, Tony K wrote:
>
> version 0.0.6 is online and it has a fix for the bullet points 
>
> Enjoy
>
> On Monday, May 4, 2020 at 2:36:50 PM UTC+3, Brian C wrote:
>>
>> Tony K,
>>
>> I love the. theme, but how can I make the tiddler title font bigger?  
>> Everything else is great :-).
>> And also, my Wikitext is not rendering bullet lists?  Is that by design 
>> of the theme?
>>
>>
>> -Brian C
>>
>> On Monday, May 4, 2020 at 6:37:08 AM UTC-4, Tony K wrote:
>>>
>>> Drift is now update to 0.0.4 this version brings a  "Light Palette" and 
>>> a toggle switch  
>>>
>>> give it a try https://akhater.github.io/drift/ 
>>>
>>> On Saturday, May 2, 2020 at 2:37:50 AM UTC+3, Tony K wrote:
>>>>
>>>> Just wanted to share "Drift" a place to Collect Organize and Grow your 
>>>> ideas
>>>>
>>>>
>>>> It has many features but, most important for me, is the "backlinks" or 
>>>> "bidirectional links" 
>>>>
>>>> Needless to say it is inspired by "TiddlyBlink" / "Stroll" just fitted 
>>>> to my own needs and liking 
>>>>
>>>> A demo and more extensive documentation is available at 
>>>>
>>>>
>>>> https://akhater.github.io/drift/
>>>> Hope it will help someone
>>>>
>>>>

-- 
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/d7b360a7-6084-478d-ad2a-afce06bc45fb%40googlegroups.com.


[tw5] Re: Sharing Drift

2020-05-04 Thread Brian C
Tony K,

I love the. theme, but how can I make the tiddler title font bigger?  
Everything else is great :-).

-Brian C

On Monday, May 4, 2020 at 6:37:08 AM UTC-4, Tony K wrote:
>
> Drift is now update to 0.0.4 this version brings a  "Light Palette" and a 
> toggle switch  
>
> give it a try https://akhater.github.io/drift/ 
>
> On Saturday, May 2, 2020 at 2:37:50 AM UTC+3, Tony K wrote:
>>
>> Just wanted to share "Drift" a place to Collect Organize and Grow your 
>> ideas
>>
>>
>> It has many features but, most important for me, is the "backlinks" or 
>> "bidirectional links" 
>>
>> Needless to say it is inspired by "TiddlyBlink" / "Stroll" just fitted to 
>> my own needs and liking 
>>
>> A demo and more extensive documentation is available at 
>>
>>
>> https://akhater.github.io/drift/
>> Hope it will help someone
>>
>>

-- 
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/c2a46cce-2960-4707-ad16-8dddefa77d0d%40googlegroups.com.