Re: [twdev] Imminent new release of TiddlyDesktop

2020-05-08 Thread okido


On Tuesday, May 5, 2020 at 6:03:07 PM UTC+2, Jeremy Ruston wrote:
>
> HI Saq
>
> I’ve added the ability to edit the title for wiki folders here:
>
>
> https://github.com/Jermolene/TiddlyDesktop/commit/ea3aa9ccc8f2483ce9e7037dda0e8b1e3fc38636
>
> Best wishes
>
> Jeremy
>
> On 3 May 2020, at 13:46, Saq Imtiaz > 
> wrote:
>
> Jeremy: for wiki folders, it would be useful to be able to edit the title 
> in TiddlyDesktop, even if it cannot be derived from the wiki folders site 
> title. Note that I mean a descriptive title only used in TiddlyDesktop and 
> not something derived from or propagated back to the data folder.
>
> Otherwise it's not very practical to have more than one wiki folder in 
> TiddlyDesktop.
>
> On Sun, 3 May 2020, 11:59 Jeremy Ruston,  > wrote:
>
>> Hi Mohammad, Saq,
>>
>> [ ] add wiki folder
>> - The wiki folder should be created already
>> - The empty edition seems not work as changes not save for me
>> - The server edition works (e.g wiki created using tiddlywiki mywiki 
>> --init server)
>>
>>
>> The empty edition lacks the plugins required for client-server operation. 
>> The “server” edition makes a better starting point.
>>
>> - When creating a tiddler called $:/favicon.ico on save tiddler wiki 
>> freezes like few seconds and then save BUT when wiki is closed and reopen 
>> again nothing is shown. Also no icon is shown on TiddlywikiDesktop
>>
>>
>> The problem here is the same one that Saq subsequently mentioned:
>>
>> However, on adding a wikifolder it is named "Untitled" in the list and I 
>> can't seem to find a way to rename it. Am I missing something?
>>
>>
>> Wikifolder support is still rather unfinished. In particular, once the 
>> wiki is launched there is no further communication back to TiddlyDesktop, 
>> so we can’t retrieve the title or favicon. I left the unfinished support in 
>> because it can still be useful, but it’s something I’d like to revisit in 
>> the future (particularly as nw.js improves).
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> --Mohammad
>>
>>
>> On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
>>>
>>> I’ve posted the first prerelease of v0.0.14:
>>>
>>>
>>> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1
>>>
>>> Questions and comments welcome,
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>> On 27 Apr 2020, at 20:42, Mohammad  wrote:
>>>
>>> Hi Jeremy,
>>>
>>> Thanks for clarification!
>>>
>>> Best wishes
>>> Mohammad
>>>
>>> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:

 Hi Mohammad

 Very good news Jeremy!

 It seems for testing there is prerelease and one has to build it! Am I 
 right?


 Yes, at this point I just wanted to ping the other TiddlyDesktop 
 developers. I’ll prepare a pre-release soon.

 Best wishes

 Jeremy


 --Mohammad

 On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>
> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for 
> release. This is to ask those who build their own TiddlyDesktop to please 
> give the latest code a try:
>
> https://github.com/Jermolene/TiddlyDesktop/
>
> There are quite a few worthwhile improvements:
>
> * Added new “Create Wiki” button to create new wiki files/folders from 
> templates or by cloning an existing wiki (see illustration below)
> * New command line option to open specific wikis at startup
> * Switched from static colours to using backstage palette colours
> * Reverted to less skinny fonts
> * Add a button to access Chromium’s flags page
> * Fixed a crash with SVG links
> * Setting to rename the wiki list window (useful if running multiple 
> instances)
> * Added authorisation option for wikifolders
> * Fixed issue with “quit” item in tray menu not working
> * Updated nwjs to v0.45.2
>
> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their 
> help with this release.
>
> Feedback or questions welcome,
>
> Best wishes
>
> Jeremy
>
>
>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "TiddlyWikiDev" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tiddly...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
  
 
 .



>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "TiddlyWikiDev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to tiddly...@googlegroups.com.
>>> To view this discussion on the web 

Re: [twdev] Imminent new release of TiddlyDesktop

2020-05-05 Thread Jeremy Ruston
HI Saq

I’ve added the ability to edit the title for wiki folders here:

https://github.com/Jermolene/TiddlyDesktop/commit/ea3aa9ccc8f2483ce9e7037dda0e8b1e3fc38636

Best wishes

Jeremy

> On 3 May 2020, at 13:46, Saq Imtiaz  wrote:
> 
> Jeremy: for wiki folders, it would be useful to be able to edit the title in 
> TiddlyDesktop, even if it cannot be derived from the wiki folders site title. 
> Note that I mean a descriptive title only used in TiddlyDesktop and not 
> something derived from or propagated back to the data folder.
> 
> Otherwise it's not very practical to have more than one wiki folder in 
> TiddlyDesktop.
> 
> On Sun, 3 May 2020, 11:59 Jeremy Ruston,  > wrote:
> Hi Mohammad, Saq,
> 
>> [ ] add wiki folder
>> - The wiki folder should be created already
>> - The empty edition seems not work as changes not save for me
>> - The server edition works (e.g wiki created using tiddlywiki mywiki --init 
>> server)
> 
> The empty edition lacks the plugins required for client-server operation. The 
> “server” edition makes a better starting point.
> 
>> - When creating a tiddler called $:/favicon.ico on save tiddler wiki freezes 
>> like few seconds and then save BUT when wiki is closed and reopen again 
>> nothing is shown. Also no icon is shown on TiddlywikiDesktop
> 
> The problem here is the same one that Saq subsequently mentioned:
> 
>> However, on adding a wikifolder it is named "Untitled" in the list and I 
>> can't seem to find a way to rename it. Am I missing something?
> 
> 
> Wikifolder support is still rather unfinished. In particular, once the wiki 
> is launched there is no further communication back to TiddlyDesktop, so we 
> can’t retrieve the title or favicon. I left the unfinished support in because 
> it can still be useful, but it’s something I’d like to revisit in the future 
> (particularly as nw.js improves).
> 
> Best wishes
> 
> Jeremy
> 
>> 
>> 
>> --Mohammad
>> 
>> 
>> On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
>> I’ve posted the first prerelease of v0.0.14:
>> 
>> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1 
>> 
>> 
>> Questions and comments welcome,
>> 
>> Best wishes
>> 
>> Jeremy.
>> 
>>> On 27 Apr 2020, at 20:42, Mohammad > wrote:
>>> 
>>> Hi Jeremy,
>>> 
>>> Thanks for clarification!
>>> 
>>> Best wishes
>>> Mohammad
>>> 
>>> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>>> Hi Mohammad
>>> 
 Very good news Jeremy!
 
 It seems for testing there is prerelease and one has to build it! Am I 
 right?
>>> 
>>> Yes, at this point I just wanted to ping the other TiddlyDesktop 
>>> developers. I’ll prepare a pre-release soon.
>>> 
>>> Best wishes
>>> 
>>> Jeremy
>>> 
 
 --Mohammad
 
 On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
 After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. 
 This is to ask those who build their own TiddlyDesktop to please give the 
 latest code a try:
 
 https://github.com/Jermolene/TiddlyDesktop/ 
 
 
 There are quite a few worthwhile improvements:
 
 * Added new “Create Wiki” button to create new wiki files/folders from 
 templates or by cloning an existing wiki (see illustration below)
 * New command line option to open specific wikis at startup
 * Switched from static colours to using backstage palette colours
 * Reverted to less skinny fonts
 * Add a button to access Chromium’s flags page
 * Fixed a crash with SVG links
 * Setting to rename the wiki list window (useful if running multiple 
 instances)
 * Added authorisation option for wikifolders
 * Fixed issue with “quit” item in tray menu not working
 * Updated nwjs to v0.45.2
 
 Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their help 
 with this release.
 
 Feedback or questions welcome,
 
 Best wishes
 
 Jeremy
 
 
 
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 "TiddlyWikiDev" group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to tiddly...@ <>googlegroups.com .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
  
 .
>>> 
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "TiddlyWikiDev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to 

Re: [twdev] Imminent new release of TiddlyDesktop

2020-05-03 Thread Saq Imtiaz
Jeremy: for wiki folders, it would be useful to be able to edit the title
in TiddlyDesktop, even if it cannot be derived from the wiki folders site
title. Note that I mean a descriptive title only used in TiddlyDesktop and
not something derived from or propagated back to the data folder.

Otherwise it's not very practical to have more than one wiki folder in
TiddlyDesktop.

On Sun, 3 May 2020, 11:59 Jeremy Ruston,  wrote:

> Hi Mohammad, Saq,
>
> [ ] add wiki folder
> - The wiki folder should be created already
> - The empty edition seems not work as changes not save for me
> - The server edition works (e.g wiki created using tiddlywiki mywiki
> --init server)
>
>
> The empty edition lacks the plugins required for client-server operation.
> The “server” edition makes a better starting point.
>
> - When creating a tiddler called $:/favicon.ico on save tiddler wiki
> freezes like few seconds and then save BUT when wiki is closed and reopen
> again nothing is shown. Also no icon is shown on TiddlywikiDesktop
>
>
> The problem here is the same one that Saq subsequently mentioned:
>
> However, on adding a wikifolder it is named "Untitled" in the list and I
> can't seem to find a way to rename it. Am I missing something?
>
>
> Wikifolder support is still rather unfinished. In particular, once the
> wiki is launched there is no further communication back to TiddlyDesktop,
> so we can’t retrieve the title or favicon. I left the unfinished support in
> because it can still be useful, but it’s something I’d like to revisit in
> the future (particularly as nw.js improves).
>
> Best wishes
>
> Jeremy
>
>
>
> --Mohammad
>
>
> On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
>>
>> I’ve posted the first prerelease of v0.0.14:
>>
>>
>> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1
>>
>> Questions and comments welcome,
>>
>> Best wishes
>>
>> Jeremy.
>>
>> On 27 Apr 2020, at 20:42, Mohammad  wrote:
>>
>> Hi Jeremy,
>>
>> Thanks for clarification!
>>
>> Best wishes
>> Mohammad
>>
>> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>>>
>>> Hi Mohammad
>>>
>>> Very good news Jeremy!
>>>
>>> It seems for testing there is prerelease and one has to build it! Am I
>>> right?
>>>
>>>
>>> Yes, at this point I just wanted to ping the other TiddlyDesktop
>>> developers. I’ll prepare a pre-release soon.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>> --Mohammad
>>>
>>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:

 After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for
 release. This is to ask those who build their own TiddlyDesktop to please
 give the latest code a try:

 https://github.com/Jermolene/TiddlyDesktop/

 There are quite a few worthwhile improvements:

 * Added new “Create Wiki” button to create new wiki files/folders from
 templates or by cloning an existing wiki (see illustration below)
 * New command line option to open specific wikis at startup
 * Switched from static colours to using backstage palette colours
 * Reverted to less skinny fonts
 * Add a button to access Chromium’s flags page
 * Fixed a crash with SVG links
 * Setting to rename the wiki list window (useful if running multiple
 instances)
 * Added authorisation option for wikifolders
 * Fixed issue with “quit” item in tray menu not working
 * Updated nwjs to v0.45.2

 Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their
 help with this release.

 Feedback or questions welcome,

 Best wishes

 Jeremy



>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWikiDev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddly...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>> 
>>> .
>>>
>>>
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to tiddly...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>> 
>> .
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywikidev+unsubscr...@googlegroups.com.
> To view 

Re: [twdev] Imminent new release of TiddlyDesktop

2020-05-03 Thread Jeremy Ruston
Hi Mohammad, Saq,

> [ ] add wiki folder
> - The wiki folder should be created already
> - The empty edition seems not work as changes not save for me
> - The server edition works (e.g wiki created using tiddlywiki mywiki --init 
> server)

The empty edition lacks the plugins required for client-server operation. The 
“server” edition makes a better starting point.

> - When creating a tiddler called $:/favicon.ico on save tiddler wiki freezes 
> like few seconds and then save BUT when wiki is closed and reopen again 
> nothing is shown. Also no icon is shown on TiddlywikiDesktop

The problem here is the same one that Saq subsequently mentioned:

> However, on adding a wikifolder it is named "Untitled" in the list and I 
> can't seem to find a way to rename it. Am I missing something?


Wikifolder support is still rather unfinished. In particular, once the wiki is 
launched there is no further communication back to TiddlyDesktop, so we can’t 
retrieve the title or favicon. I left the unfinished support in because it can 
still be useful, but it’s something I’d like to revisit in the future 
(particularly as nw.js improves).

Best wishes

Jeremy

> 
> 
> --Mohammad
> 
> 
> On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
> I’ve posted the first prerelease of v0.0.14:
> 
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1 
> 
> 
> Questions and comments welcome,
> 
> Best wishes
> 
> Jeremy.
> 
>> On 27 Apr 2020, at 20:42, Mohammad > wrote:
>> 
>> Hi Jeremy,
>> 
>> Thanks for clarification!
>> 
>> Best wishes
>> Mohammad
>> 
>> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>> Hi Mohammad
>> 
>>> Very good news Jeremy!
>>> 
>>> It seems for testing there is prerelease and one has to build it! Am I 
>>> right?
>> 
>> Yes, at this point I just wanted to ping the other TiddlyDesktop developers. 
>> I’ll prepare a pre-release soon.
>> 
>> Best wishes
>> 
>> Jeremy
>> 
>>> 
>>> --Mohammad
>>> 
>>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. 
>>> This is to ask those who build their own TiddlyDesktop to please give the 
>>> latest code a try:
>>> 
>>> https://github.com/Jermolene/TiddlyDesktop/ 
>>> 
>>> 
>>> There are quite a few worthwhile improvements:
>>> 
>>> * Added new “Create Wiki” button to create new wiki files/folders from 
>>> templates or by cloning an existing wiki (see illustration below)
>>> * New command line option to open specific wikis at startup
>>> * Switched from static colours to using backstage palette colours
>>> * Reverted to less skinny fonts
>>> * Add a button to access Chromium’s flags page
>>> * Fixed a crash with SVG links
>>> * Setting to rename the wiki list window (useful if running multiple 
>>> instances)
>>> * Added authorisation option for wikifolders
>>> * Fixed issue with “quit” item in tray menu not working
>>> * Updated nwjs to v0.45.2
>>> 
>>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their help 
>>> with this release.
>>> 
>>> Feedback or questions welcome,
>>> 
>>> Best wishes
>>> 
>>> Jeremy
>>> 
>>> 
>>> 
>>> 
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "TiddlyWikiDev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to tiddly...@ <>googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>>  
>>> .
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddly...@googlegroups.com <>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>>  
>> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywikidev+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/446dd5e7-21ef-4586-bb07-ebf944115eaf%40googlegroups.com
>  
> 

Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-28 Thread Saq Imtiaz
Happy to see that TiddlyDesktop supports wiki folders as well! 

However, on adding a wikifolder it is named "Untitled" in the list and I 
can't seem to find a way to rename it. Am I missing something?

Regards,
Saq

On Monday, April 27, 2020 at 10:58:57 PM UTC+2, Jeremy Ruston wrote:
>
> I’ve posted the first prerelease of v0.0.14:
>
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1
>
> Questions and comments welcome,
>
> Best wishes
>
> Jeremy.
>
> On 27 Apr 2020, at 20:42, Mohammad > 
> wrote:
>
> Hi Jeremy,
>
> Thanks for clarification!
>
> Best wishes
> Mohammad
>
> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>>
>> Hi Mohammad
>>
>> Very good news Jeremy!
>>
>> It seems for testing there is prerelease and one has to build it! Am I 
>> right?
>>
>>
>> Yes, at this point I just wanted to ping the other TiddlyDesktop 
>> developers. I’ll prepare a pre-release soon.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> --Mohammad
>>
>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>>>
>>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for 
>>> release. This is to ask those who build their own TiddlyDesktop to please 
>>> give the latest code a try:
>>>
>>> https://github.com/Jermolene/TiddlyDesktop/
>>>
>>> There are quite a few worthwhile improvements:
>>>
>>> * Added new “Create Wiki” button to create new wiki files/folders from 
>>> templates or by cloning an existing wiki (see illustration below)
>>> * New command line option to open specific wikis at startup
>>> * Switched from static colours to using backstage palette colours
>>> * Reverted to less skinny fonts
>>> * Add a button to access Chromium’s flags page
>>> * Fixed a crash with SVG links
>>> * Setting to rename the wiki list window (useful if running multiple 
>>> instances)
>>> * Added authorisation option for wikifolders
>>> * Fixed issue with “quit” item in tray menu not working
>>> * Updated nwjs to v0.45.2
>>>
>>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their 
>>> help with this release.
>>>
>>> Feedback or questions welcome,
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddly...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddly...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/81485b31-08b7-4c91-866a-e9912a12cc17%40googlegroups.com.


Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-28 Thread Mohammad
Some raw feedback:

Tested on Windows 10 (x64)

[x] create new wiki
[x] add wiki file

[ ] add wiki folder
- The wiki folder should be created already
- The empty edition seems not work as changes not save for me
- The server edition works (e.g wiki created using tiddlywiki mywiki --init 
server)
- When creating a tiddler called $:/favicon.ico on save tiddler wiki 
freezes like few seconds and then save BUT when wiki is closed and reopen 
again nothing is shown. Also no icon is shown on TiddlywikiDesktop


--Mohammad


On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
>
> I’ve posted the first prerelease of v0.0.14:
>
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1
>
> Questions and comments welcome,
>
> Best wishes
>
> Jeremy.
>
> On 27 Apr 2020, at 20:42, Mohammad > 
> wrote:
>
> Hi Jeremy,
>
> Thanks for clarification!
>
> Best wishes
> Mohammad
>
> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>>
>> Hi Mohammad
>>
>> Very good news Jeremy!
>>
>> It seems for testing there is prerelease and one has to build it! Am I 
>> right?
>>
>>
>> Yes, at this point I just wanted to ping the other TiddlyDesktop 
>> developers. I’ll prepare a pre-release soon.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> --Mohammad
>>
>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>>>
>>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for 
>>> release. This is to ask those who build their own TiddlyDesktop to please 
>>> give the latest code a try:
>>>
>>> https://github.com/Jermolene/TiddlyDesktop/
>>>
>>> There are quite a few worthwhile improvements:
>>>
>>> * Added new “Create Wiki” button to create new wiki files/folders from 
>>> templates or by cloning an existing wiki (see illustration below)
>>> * New command line option to open specific wikis at startup
>>> * Switched from static colours to using backstage palette colours
>>> * Reverted to less skinny fonts
>>> * Add a button to access Chromium’s flags page
>>> * Fixed a crash with SVG links
>>> * Setting to rename the wiki list window (useful if running multiple 
>>> instances)
>>> * Added authorisation option for wikifolders
>>> * Fixed issue with “quit” item in tray menu not working
>>> * Updated nwjs to v0.45.2
>>>
>>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their 
>>> help with this release.
>>>
>>> Feedback or questions welcome,
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddly...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddly...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/446dd5e7-21ef-4586-bb07-ebf944115eaf%40googlegroups.com.


Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-28 Thread Mohammad
Many thanks Jeremy!
This lets other to give a try.

Best wishes
Mohammad

On Tuesday, April 28, 2020 at 1:28:57 AM UTC+4:30, Jeremy Ruston wrote:
>
> I’ve posted the first prerelease of v0.0.14:
>
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1
>
> Questions and comments welcome,
>
> Best wishes
>
> Jeremy.
>
> On 27 Apr 2020, at 20:42, Mohammad > 
> wrote:
>
> Hi Jeremy,
>
> Thanks for clarification!
>
> Best wishes
> Mohammad
>
> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>>
>> Hi Mohammad
>>
>> Very good news Jeremy!
>>
>> It seems for testing there is prerelease and one has to build it! Am I 
>> right?
>>
>>
>> Yes, at this point I just wanted to ping the other TiddlyDesktop 
>> developers. I’ll prepare a pre-release soon.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> --Mohammad
>>
>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>>>
>>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for 
>>> release. This is to ask those who build their own TiddlyDesktop to please 
>>> give the latest code a try:
>>>
>>> https://github.com/Jermolene/TiddlyDesktop/
>>>
>>> There are quite a few worthwhile improvements:
>>>
>>> * Added new “Create Wiki” button to create new wiki files/folders from 
>>> templates or by cloning an existing wiki (see illustration below)
>>> * New command line option to open specific wikis at startup
>>> * Switched from static colours to using backstage palette colours
>>> * Reverted to less skinny fonts
>>> * Add a button to access Chromium’s flags page
>>> * Fixed a crash with SVG links
>>> * Setting to rename the wiki list window (useful if running multiple 
>>> instances)
>>> * Added authorisation option for wikifolders
>>> * Fixed issue with “quit” item in tray menu not working
>>> * Updated nwjs to v0.45.2
>>>
>>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their 
>>> help with this release.
>>>
>>> Feedback or questions welcome,
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddly...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddly...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/7babb1fd-9ab9-496a-9cd1-2d67edb6dfdb%40googlegroups.com.


Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-27 Thread Jeremy Ruston
I’ve posted the first prerelease of v0.0.14:

https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.14-prerelease.1 


Questions and comments welcome,

Best wishes

Jeremy.

> On 27 Apr 2020, at 20:42, Mohammad  wrote:
> 
> Hi Jeremy,
> 
> Thanks for clarification!
> 
> Best wishes
> Mohammad
> 
> On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
> Hi Mohammad
> 
>> Very good news Jeremy!
>> 
>> It seems for testing there is prerelease and one has to build it! Am I right?
> 
> Yes, at this point I just wanted to ping the other TiddlyDesktop developers. 
> I’ll prepare a pre-release soon.
> 
> Best wishes
> 
> Jeremy
> 
>> 
>> --Mohammad
>> 
>> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. 
>> This is to ask those who build their own TiddlyDesktop to please give the 
>> latest code a try:
>> 
>> https://github.com/Jermolene/TiddlyDesktop/ 
>> 
>> 
>> There are quite a few worthwhile improvements:
>> 
>> * Added new “Create Wiki” button to create new wiki files/folders from 
>> templates or by cloning an existing wiki (see illustration below)
>> * New command line option to open specific wikis at startup
>> * Switched from static colours to using backstage palette colours
>> * Reverted to less skinny fonts
>> * Add a button to access Chromium’s flags page
>> * Fixed a crash with SVG links
>> * Setting to rename the wiki list window (useful if running multiple 
>> instances)
>> * Added authorisation option for wikifolders
>> * Fixed issue with “quit” item in tray menu not working
>> * Updated nwjs to v0.45.2
>> 
>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their help 
>> with this release.
>> 
>> Feedback or questions welcome,
>> 
>> Best wishes
>> 
>> Jeremy
>> 
>> 
>> 
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWikiDev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddly...@ <>googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>>  
>> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywikidev+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/EFA0239C-45EB-4F3E-8DE7-63B020925814%40gmail.com.


Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-27 Thread Mohammad
Hi Jeremy,

Thanks for clarification!

Best wishes
Mohammad

On Tuesday, April 28, 2020 at 12:08:17 AM UTC+4:30, Jeremy Ruston wrote:
>
> Hi Mohammad
>
> Very good news Jeremy!
>
> It seems for testing there is prerelease and one has to build it! Am I 
> right?
>
>
> Yes, at this point I just wanted to ping the other TiddlyDesktop 
> developers. I’ll prepare a pre-release soon.
>
> Best wishes
>
> Jeremy
>
>
> --Mohammad
>
> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
>>
>> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. 
>> This is to ask those who build their own TiddlyDesktop to please give the 
>> latest code a try:
>>
>> https://github.com/Jermolene/TiddlyDesktop/
>>
>> There are quite a few worthwhile improvements:
>>
>> * Added new “Create Wiki” button to create new wiki files/folders from 
>> templates or by cloning an existing wiki (see illustration below)
>> * New command line option to open specific wikis at startup
>> * Switched from static colours to using backstage palette colours
>> * Reverted to less skinny fonts
>> * Add a button to access Chromium’s flags page
>> * Fixed a crash with SVG links
>> * Setting to rename the wiki list window (useful if running multiple 
>> instances)
>> * Added authorisation option for wikifolders
>> * Fixed issue with “quit” item in tray menu not working
>> * Updated nwjs to v0.45.2
>>
>> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their help 
>> with this release.
>>
>> Feedback or questions welcome,
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddly...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/5882308a-a9a8-4f0e-9b94-5ad4c3b1efa9%40googlegroups.com.


Re: [twdev] Imminent new release of TiddlyDesktop

2020-04-27 Thread Jeremy Ruston
Hi Mohammad

> Very good news Jeremy!
> 
> It seems for testing there is prerelease and one has to build it! Am I right?

Yes, at this point I just wanted to ping the other TiddlyDesktop developers. 
I’ll prepare a pre-release soon.

Best wishes

Jeremy

> 
> --Mohammad
> 
> On Monday, April 27, 2020 at 2:22:28 PM UTC+4:30, Jeremy Ruston wrote:
> After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. 
> This is to ask those who build their own TiddlyDesktop to please give the 
> latest code a try:
> 
> https://github.com/Jermolene/TiddlyDesktop/ 
> 
> 
> There are quite a few worthwhile improvements:
> 
> * Added new “Create Wiki” button to create new wiki files/folders from 
> templates or by cloning an existing wiki (see illustration below)
> * New command line option to open specific wikis at startup
> * Switched from static colours to using backstage palette colours
> * Reverted to less skinny fonts
> * Add a button to access Chromium’s flags page
> * Fixed a crash with SVG links
> * Setting to rename the wiki list window (useful if running multiple 
> instances)
> * Added authorisation option for wikifolders
> * Fixed issue with “quit” item in tray menu not working
> * Updated nwjs to v0.45.2
> 
> Thanks to @mklauber, @BurningTreeC, @BramChen and @half0wl for their help 
> with this release.
> 
> Feedback or questions welcome,
> 
> Best wishes
> 
> Jeremy
> 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywikidev+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywikidev/d6a5ad71-9aa6-4df5-b86d-8ab816fc2ca4%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/8CB6AE45-0F22-403C-8D22-68F52883A7F8%40gmail.com.