Re: [tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-08 Thread Finn Lancaster
Awesome, BurningTreeC and Joshua!
I can add both of you as collaborators to the repo.

First things first, I think we need to decide on a method of conversion
from the JS I’ll upload to the specific method of usage in TW5.

If anyone else has better ideas, let me know! I’m not really set on one
work-sharing method, so anything goes!

On Sun, Aug 8, 2021 at 5:34 AM BurningTreeC 
wrote:

> Hi, I have some experience in WikiText and plugin authoring and I'd be
> glad to help where I can
>
> I'm BurningTreeC at GitHub
> joshua@gmail.com schrieb am Sonntag, 8. August 2021 um 06:32:05 UTC+2:
>
>> This is a really neat idea. I am terribly busy at work, and also with my
>> TW5 "multiplayer" experiments, but this seems worth following. I may be
>> able to help in a few weeks.
>>
>> Best,
>> Joshua Fontany
>>
>> On Tuesday, August 3, 2021 at 3:40:23 PM UTC-7 TW Tones wrote:
>>
>>> Flanc...
>>>
>>> I will join up but the area you need help in is not my own.
>>>
>>> I have intentionally focused on understanding tiddlywiki as a designer
>>> or superuser without recourse to Javascript to solve problems. I am keen on
>>> promoting democratisation of software through tiddlywiki and relying on
>>> Javascript solutions, is not part of a totally open platform, although its
>>> presence is important.
>>>
>>> Not withstanding this, I can help in many ways, I am sure.
>>>
>>> The key is for you to learn how to create macros or widgets that
>>> "export" the functionality within javascript code into tiddlywiki in a way
>>> that it honour's TiddlyWiki mechanism's, which is where all the magic
>>> happens.
>>>
>>> Checkout https://tiddlywiki.com/dev/ if you have not yet, and
>>> Javascript development questions may be best put here
>>> https://github.com/Jermolene/TiddlyWiki5/discussions
>>>
>>> Regards
>>> Tones
>>>
>>>
>>> On Wednesday, 4 August 2021 at 00:54:06 UTC+10 flanc...@gmail.com wrote:
>>>
 @TW Tones, It would be great to have your help!

 As stated, you need not have much programming experience, I am just
 looking for someone more familiar with TW and specific TW syntax for making
 the plugin. From what I have seen, plugins use a specific form of JS (
 https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html).
 I can cover the logic portion of the JS code myself, as long as someone can
 make that vanilla JS actually run in TW5.

 In the meantime, I will add you to the repo as a contributor with full
 privileges.

 Thanks so much!

 On Tue, Aug 3, 2021 at 8:29 AM TW Tones  wrote:

> I would love to help but may not have the skills,
>
>- however I recently found the google speech to text is excellent
>and the Microsoft desktop one unusable.
>- So it is trivial to used other apps or tiddlywiki on my android
>phone to dictate into tiddlywiki. Great for English, but perhaps 
> useless
>for wiki code.
>- Of course it would be great if it can be deeply integrated with
>tiddlywiki, however I question if the effort would be better applied to
>improving a workflow between android and ones desktop tiddlywiki's.
>- I am sure there must be browser plugins, or applications that
>can operate on top of the browser so you do not have to maintain a 
> separate
>solution. Just document it well for users. Then the solution would have
>even broader applicability.
>
> Regards
> Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io
> *
> On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:
>
>> Good Day to You All:
>>
>> Yesterday, I had my first day of school after the Summer Break, and
>> quickly grew bored of taking notes while my professors talked. I had the
>> bright idea of creating a quick script to DO the notes FOR ME, which is 
>> now
>> open-sourced at https://github.com/flancast90/NoMoreNotes,
>> leveraging the free Google Speech-To-Text API (no key needed, somehow).
>>
>> All of that got me thinking: What other uses could I find for this
>> technology, particularly in Web-Dev (my main area of interest)? This
>> morning, I then thought: What would Speech-To-Text look like in TW5?
>>
>> I have now taken the liberty of making a repo on github to make this
>> idea a reality, at
>> https://github.com/flancast90/Speech-To-Text-in-TW5/, but I do not
>> have the TW-plugin syntax to do this.
>>
>> I would really appreciate it if anyone in this group would lend their
>> expertise whom I could as a collaborator on the repo, where they could
>> cover the plugin UI (buttons on sidebar, etc.), while I could add the 
>> logic
>> for the speech to text behind them.
>>
>> Anyone interested in this, please feel free to leave your Github
>> username 

Re: [tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-08 Thread BurningTreeC
Hi, I have some experience in WikiText and plugin authoring and I'd be glad 
to help where I can

I'm BurningTreeC at GitHub
joshua@gmail.com schrieb am Sonntag, 8. August 2021 um 06:32:05 UTC+2:

> This is a really neat idea. I am terribly busy at work, and also with my 
> TW5 "multiplayer" experiments, but this seems worth following. I may be 
> able to help in a few weeks.
>
> Best,
> Joshua Fontany
>
> On Tuesday, August 3, 2021 at 3:40:23 PM UTC-7 TW Tones wrote:
>
>> Flanc...
>>
>> I will join up but the area you need help in is not my own. 
>>
>> I have intentionally focused on understanding tiddlywiki as a designer or 
>> superuser without recourse to Javascript to solve problems. I am keen on 
>> promoting democratisation of software through tiddlywiki and relying on 
>> Javascript solutions, is not part of a totally open platform, although its 
>> presence is important.
>>
>> Not withstanding this, I can help in many ways, I am sure.
>>
>> The key is for you to learn how to create macros or widgets that "export" 
>> the functionality within javascript code into tiddlywiki in a way that it 
>> honour's TiddlyWiki mechanism's, which is where all the magic happens.
>>
>> Checkout https://tiddlywiki.com/dev/ if you have not yet, and Javascript 
>> development questions may be best put here 
>> https://github.com/Jermolene/TiddlyWiki5/discussions
>>
>> Regards
>> Tones
>>
>>
>> On Wednesday, 4 August 2021 at 00:54:06 UTC+10 flanc...@gmail.com wrote:
>>
>>> @TW Tones, It would be great to have your help! 
>>>
>>> As stated, you need not have much programming experience, I am just 
>>> looking for someone more familiar with TW and specific TW syntax for making 
>>> the plugin. From what I have seen, plugins use a specific form of JS (
>>> https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html).
>>>  
>>> I can cover the logic portion of the JS code myself, as long as someone can 
>>> make that vanilla JS actually run in TW5.
>>>
>>> In the meantime, I will add you to the repo as a contributor with full 
>>> privileges. 
>>>
>>> Thanks so much!
>>>
>>> On Tue, Aug 3, 2021 at 8:29 AM TW Tones  wrote:
>>>
 I would love to help but may not have the skills, 

- however I recently found the google speech to text is excellent 
and the Microsoft desktop one unusable. 
- So it is trivial to used other apps or tiddlywiki on my android 
phone to dictate into tiddlywiki. Great for English, but perhaps 
 useless 
for wiki code.
- Of course it would be great if it can be deeply integrated with 
tiddlywiki, however I question if the effort would be better applied to 
improving a workflow between android and ones desktop tiddlywiki's.
- I am sure there must be browser plugins, or applications that can 
operate on top of the browser so you do not have to maintain a separate 
solution. Just document it well for users. Then the solution would have 
even broader applicability.

 Regards
 Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io 
 *
 On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:

> Good Day to You All:
>
> Yesterday, I had my first day of school after the Summer Break, and 
> quickly grew bored of taking notes while my professors talked. I had the 
> bright idea of creating a quick script to DO the notes FOR ME, which is 
> now 
> open-sourced at https://github.com/flancast90/NoMoreNotes, leveraging 
> the free Google Speech-To-Text API (no key needed, somehow).
>
> All of that got me thinking: What other uses could I find for this 
> technology, particularly in Web-Dev (my main area of interest)? This 
> morning, I then thought: What would Speech-To-Text look like in TW5?
>
> I have now taken the liberty of making a repo on github to make this 
> idea a reality, at 
> https://github.com/flancast90/Speech-To-Text-in-TW5/, but I do not 
> have the TW-plugin syntax to do this. 
>
> I would really appreciate it if anyone in this group would lend their 
> expertise whom I could as a collaborator on the repo, where they could 
> cover the plugin UI (buttons on sidebar, etc.), while I could add the 
> logic 
> for the speech to text behind them. 
>
> Anyone interested in this, please feel free to leave your Github 
> username (so I can add you), and I will elaborate more on the idea in the 
> Discussions tab of the repo after. 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+...@googlegroups.com.
 To view this discussion on the web visit 
 

Re: [tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-07 Thread Joshua Fontany
This is a really neat idea. I am terribly busy at work, and also with my 
TW5 "multiplayer" experiments, but this seems worth following. I may be 
able to help in a few weeks.

Best,
Joshua Fontany

On Tuesday, August 3, 2021 at 3:40:23 PM UTC-7 TW Tones wrote:

> Flanc...
>
> I will join up but the area you need help in is not my own. 
>
> I have intentionally focused on understanding tiddlywiki as a designer or 
> superuser without recourse to Javascript to solve problems. I am keen on 
> promoting democratisation of software through tiddlywiki and relying on 
> Javascript solutions, is not part of a totally open platform, although its 
> presence is important.
>
> Not withstanding this, I can help in many ways, I am sure.
>
> The key is for you to learn how to create macros or widgets that "export" 
> the functionality within javascript code into tiddlywiki in a way that it 
> honour's TiddlyWiki mechanism's, which is where all the magic happens.
>
> Checkout https://tiddlywiki.com/dev/ if you have not yet, and Javascript 
> development questions may be best put here 
> https://github.com/Jermolene/TiddlyWiki5/discussions
>
> Regards
> Tones
>
>
> On Wednesday, 4 August 2021 at 00:54:06 UTC+10 flanc...@gmail.com wrote:
>
>> @TW Tones, It would be great to have your help! 
>>
>> As stated, you need not have much programming experience, I am just 
>> looking for someone more familiar with TW and specific TW syntax for making 
>> the plugin. From what I have seen, plugins use a specific form of JS (
>> https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html).
>>  
>> I can cover the logic portion of the JS code myself, as long as someone can 
>> make that vanilla JS actually run in TW5.
>>
>> In the meantime, I will add you to the repo as a contributor with full 
>> privileges. 
>>
>> Thanks so much!
>>
>> On Tue, Aug 3, 2021 at 8:29 AM TW Tones  wrote:
>>
>>> I would love to help but may not have the skills, 
>>>
>>>- however I recently found the google speech to text is excellent 
>>>and the Microsoft desktop one unusable. 
>>>- So it is trivial to used other apps or tiddlywiki on my android 
>>>phone to dictate into tiddlywiki. Great for English, but perhaps useless 
>>>for wiki code.
>>>- Of course it would be great if it can be deeply integrated with 
>>>tiddlywiki, however I question if the effort would be better applied to 
>>>improving a workflow between android and ones desktop tiddlywiki's.
>>>- I am sure there must be browser plugins, or applications that can 
>>>operate on top of the browser so you do not have to maintain a separate 
>>>solution. Just document it well for users. Then the solution would have 
>>>even broader applicability.
>>>
>>> Regards
>>> Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io 
>>> *
>>> On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:
>>>
 Good Day to You All:

 Yesterday, I had my first day of school after the Summer Break, and 
 quickly grew bored of taking notes while my professors talked. I had the 
 bright idea of creating a quick script to DO the notes FOR ME, which is 
 now 
 open-sourced at https://github.com/flancast90/NoMoreNotes, leveraging 
 the free Google Speech-To-Text API (no key needed, somehow).

 All of that got me thinking: What other uses could I find for this 
 technology, particularly in Web-Dev (my main area of interest)? This 
 morning, I then thought: What would Speech-To-Text look like in TW5?

 I have now taken the liberty of making a repo on github to make this 
 idea a reality, at https://github.com/flancast90/Speech-To-Text-in-TW5/, 
 but I do not have the TW-plugin syntax to do this. 

 I would really appreciate it if anyone in this group would lend their 
 expertise whom I could as a collaborator on the repo, where they could 
 cover the plugin UI (buttons on sidebar, etc.), while I could add the 
 logic 
 for the speech to text behind them. 

 Anyone interested in this, please feel free to leave your Github 
 username (so I can add you), and I will elaborate more on the idea in the 
 Discussions tab of the repo after. 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+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/05c8bc37-9392-4cd1-a9a8-d2666eff574dn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To 

Re: [tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-03 Thread TW Tones
Flanc...

I will join up but the area you need help in is not my own. 

I have intentionally focused on understanding tiddlywiki as a designer or 
superuser without recourse to Javascript to solve problems. I am keen on 
promoting democratisation of software through tiddlywiki and relying on 
Javascript solutions, is not part of a totally open platform, although its 
presence is important.

Not withstanding this, I can help in many ways, I am sure.

The key is for you to learn how to create macros or widgets that "export" 
the functionality within javascript code into tiddlywiki in a way that it 
honour's TiddlyWiki mechanism's, which is where all the magic happens.

Checkout https://tiddlywiki.com/dev/ if you have not yet, and Javascript 
development questions may be best put 
here https://github.com/Jermolene/TiddlyWiki5/discussions

Regards
Tones


On Wednesday, 4 August 2021 at 00:54:06 UTC+10 flanc...@gmail.com wrote:

> @TW Tones, It would be great to have your help! 
>
> As stated, you need not have much programming experience, I am just 
> looking for someone more familiar with TW and specific TW syntax for making 
> the plugin. From what I have seen, plugins use a specific form of JS (
> https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html).
>  
> I can cover the logic portion of the JS code myself, as long as someone can 
> make that vanilla JS actually run in TW5.
>
> In the meantime, I will add you to the repo as a contributor with full 
> privileges. 
>
> Thanks so much!
>
> On Tue, Aug 3, 2021 at 8:29 AM TW Tones  wrote:
>
>> I would love to help but may not have the skills, 
>>
>>- however I recently found the google speech to text is excellent and 
>>the Microsoft desktop one unusable. 
>>- So it is trivial to used other apps or tiddlywiki on my android 
>>phone to dictate into tiddlywiki. Great for English, but perhaps useless 
>>for wiki code.
>>- Of course it would be great if it can be deeply integrated with 
>>tiddlywiki, however I question if the effort would be better applied to 
>>improving a workflow between android and ones desktop tiddlywiki's.
>>- I am sure there must be browser plugins, or applications that can 
>>operate on top of the browser so you do not have to maintain a separate 
>>solution. Just document it well for users. Then the solution would have 
>>even broader applicability.
>>
>> Regards
>> Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io 
>> *
>> On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:
>>
>>> Good Day to You All:
>>>
>>> Yesterday, I had my first day of school after the Summer Break, and 
>>> quickly grew bored of taking notes while my professors talked. I had the 
>>> bright idea of creating a quick script to DO the notes FOR ME, which is now 
>>> open-sourced at https://github.com/flancast90/NoMoreNotes, leveraging 
>>> the free Google Speech-To-Text API (no key needed, somehow).
>>>
>>> All of that got me thinking: What other uses could I find for this 
>>> technology, particularly in Web-Dev (my main area of interest)? This 
>>> morning, I then thought: What would Speech-To-Text look like in TW5?
>>>
>>> I have now taken the liberty of making a repo on github to make this 
>>> idea a reality, at https://github.com/flancast90/Speech-To-Text-in-TW5/, 
>>> but I do not have the TW-plugin syntax to do this. 
>>>
>>> I would really appreciate it if anyone in this group would lend their 
>>> expertise whom I could as a collaborator on the repo, where they could 
>>> cover the plugin UI (buttons on sidebar, etc.), while I could add the logic 
>>> for the speech to text behind them. 
>>>
>>> Anyone interested in this, please feel free to leave your Github 
>>> username (so I can add you), and I will elaborate more on the idea in the 
>>> Discussions tab of the repo after. 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/05c8bc37-9392-4cd1-a9a8-d2666eff574dn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/24e2050e-6e36-4527-a4da-6d16b4c2ce91n%40googlegroups.com.


Re: [tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-03 Thread Finn Lancaster
@TW Tones, It would be great to have your help!

As stated, you need not have much programming experience, I am just looking
for someone more familiar with TW and specific TW syntax for making the
plugin. From what I have seen, plugins use a specific form of JS (
https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html).
I can cover the logic portion of the JS code myself, as long as someone can
make that vanilla JS actually run in TW5.

In the meantime, I will add you to the repo as a contributor with full
privileges.

Thanks so much!

On Tue, Aug 3, 2021 at 8:29 AM TW Tones  wrote:

> I would love to help but may not have the skills,
>
>- however I recently found the google speech to text is excellent and
>the Microsoft desktop one unusable.
>- So it is trivial to used other apps or tiddlywiki on my android
>phone to dictate into tiddlywiki. Great for English, but perhaps useless
>for wiki code.
>- Of course it would be great if it can be deeply integrated with
>tiddlywiki, however I question if the effort would be better applied to
>improving a workflow between android and ones desktop tiddlywiki's.
>- I am sure there must be browser plugins, or applications that can
>operate on top of the browser so you do not have to maintain a separate
>solution. Just document it well for users. Then the solution would have
>even broader applicability.
>
> Regards
> Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io
> *
> On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:
>
>> Good Day to You All:
>>
>> Yesterday, I had my first day of school after the Summer Break, and
>> quickly grew bored of taking notes while my professors talked. I had the
>> bright idea of creating a quick script to DO the notes FOR ME, which is now
>> open-sourced at https://github.com/flancast90/NoMoreNotes, leveraging
>> the free Google Speech-To-Text API (no key needed, somehow).
>>
>> All of that got me thinking: What other uses could I find for this
>> technology, particularly in Web-Dev (my main area of interest)? This
>> morning, I then thought: What would Speech-To-Text look like in TW5?
>>
>> I have now taken the liberty of making a repo on github to make this idea
>> a reality, at https://github.com/flancast90/Speech-To-Text-in-TW5/, but
>> I do not have the TW-plugin syntax to do this.
>>
>> I would really appreciate it if anyone in this group would lend their
>> expertise whom I could as a collaborator on the repo, where they could
>> cover the plugin UI (buttons on sidebar, etc.), while I could add the logic
>> for the speech to text behind them.
>>
>> Anyone interested in this, please feel free to leave your Github username
>> (so I can add you), and I will elaborate more on the idea in the
>> Discussions tab of the repo after. 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/05c8bc37-9392-4cd1-a9a8-d2666eff574dn%40googlegroups.com
> 
> .
>

-- 
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/CALXL%2BrPz_gXH79_HRzvZgvpi%2BPVx9SdzjMRRD%2BYxa14BDt8E%3Dw%40mail.gmail.com.


[tw5] Re: A Crazy Idea I had for a Plugin!

2021-08-03 Thread TW Tones
I would love to help but may not have the skills, 

   - however I recently found the google speech to text is excellent and 
   the Microsoft desktop one unusable. 
   - So it is trivial to used other apps or tiddlywiki on my android phone 
   to dictate into tiddlywiki. Great for English, but perhaps useless for wiki 
   code.
   - Of course it would be great if it can be deeply integrated with 
   tiddlywiki, however I question if the effort would be better applied to 
   improving a workflow between android and ones desktop tiddlywiki's.
   - I am sure there must be browser plugins, or applications that can 
   operate on top of the browser so you do not have to maintain a separate 
   solution. Just document it well for users. Then the solution would have 
   even broader applicability.

Regards
Tones (AnthonyMuscio on GitHub) *AnthonyMuscio.github.io 
*
On Tuesday, 3 August 2021 at 22:13:44 UTC+10 flanc...@gmail.com wrote:

> Good Day to You All:
>
> Yesterday, I had my first day of school after the Summer Break, and 
> quickly grew bored of taking notes while my professors talked. I had the 
> bright idea of creating a quick script to DO the notes FOR ME, which is now 
> open-sourced at https://github.com/flancast90/NoMoreNotes, leveraging the 
> free Google Speech-To-Text API (no key needed, somehow).
>
> All of that got me thinking: What other uses could I find for this 
> technology, particularly in Web-Dev (my main area of interest)? This 
> morning, I then thought: What would Speech-To-Text look like in TW5?
>
> I have now taken the liberty of making a repo on github to make this idea 
> a reality, at https://github.com/flancast90/Speech-To-Text-in-TW5/, but I 
> do not have the TW-plugin syntax to do this. 
>
> I would really appreciate it if anyone in this group would lend their 
> expertise whom I could as a collaborator on the repo, where they could 
> cover the plugin UI (buttons on sidebar, etc.), while I could add the logic 
> for the speech to text behind them. 
>
> Anyone interested in this, please feel free to leave your Github username 
> (so I can add you), and I will elaborate more on the idea in the 
> Discussions tab of the repo after. 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/05c8bc37-9392-4cd1-a9a8-d2666eff574dn%40googlegroups.com.