ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] request for talk/article on writing modules
@ 2024-07-19 15:06 Henning Hraban Ramm
  2024-07-22  7:10 ` [NTG-context] " Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-07-19 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi wizards,
I’d really appreciate an introduction “how to write a ConTeXt module” at 
the meeting and in the next journal.

* How does this namespace and setup stuff work?
* When does it make sense to use variables, macros or parameters?
* Should I use the namespace for internally used MP graphics, 
environments, buffers etc.?

I guess I can figure out most of it on my own, but I think we should 
have some easily understandable documentation.

Or do we already have something and I didn’t find it?

I can contribute the part about distribution.

Best, Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: request for talk/article on writing modules
  2024-07-19 15:06 [NTG-context] request for talk/article on writing modules Henning Hraban Ramm
@ 2024-07-22  7:10 ` Taco Hoekwater
  2024-07-22  7:17   ` Henning Hraban Ramm
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2024-07-22  7:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

> On 19 Jul 2024, at 17:06, Henning Hraban Ramm <texml@fiee.net> wrote:
> 
> Hi wizards,
> I’d really appreciate an introduction “how to write a ConTeXt module” at the meeting and in the next journal.

I’ll try to find some knowledgeable people for you.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: request for talk/article on writing modules
  2024-07-22  7:10 ` [NTG-context] " Taco Hoekwater
@ 2024-07-22  7:17   ` Henning Hraban Ramm
  2024-07-22  8:16     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-07-22  7:17 UTC (permalink / raw)
  To: ntg-context

Am 22.07.24 um 09:10 schrieb Taco Hoekwater:
> Hi,
> 
>> On 19 Jul 2024, at 17:06, Henning Hraban Ramm <texml@fiee.net> wrote:
>>
>> Hi wizards,
>> I’d really appreciate an introduction “how to write a ConTeXt module” at the meeting and in the next journal.
> 
> I’ll try to find some knowledgeable people for you.

Perhaps we can make it a workshop/discussion – take my new Chat module 
(because it’s not very involved module-wise) and discuss how to make it 
better (in the sense of a good ConTeXt citizen).
https://codeberg.org/fiee/context-chat

I can write a “lessons learned” article afterwards, if nobody else steps up.

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: request for talk/article on writing modules
  2024-07-22  7:17   ` Henning Hraban Ramm
@ 2024-07-22  8:16     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2024-07-22  8:16 UTC (permalink / raw)
  To: ntg-context

On 7/22/2024 9:17 AM, Henning Hraban Ramm wrote:
> Am 22.07.24 um 09:10 schrieb Taco Hoekwater:
>> Hi,
>>
>>> On 19 Jul 2024, at 17:06, Henning Hraban Ramm <texml@fiee.net> wrote:
>>>
>>> Hi wizards,
>>> I’d really appreciate an introduction “how to write a ConTeXt module” 
>>> at the meeting and in the next journal.
>>
>> I’ll try to find some knowledgeable people for you.
> 
> Perhaps we can make it a workshop/discussion – take my new Chat module 
> (because it’s not very involved module-wise) and discuss how to make it 
> better (in the sense of a good ConTeXt citizen).
> https://codeberg.org/fiee/context-chat
> 
> I can write a “lessons learned” article afterwards, if nobody else steps 
> up.

you need to convince Wolfgang ...

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-22  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-19 15:06 [NTG-context] request for talk/article on writing modules Henning Hraban Ramm
2024-07-22  7:10 ` [NTG-context] " Taco Hoekwater
2024-07-22  7:17   ` Henning Hraban Ramm
2024-07-22  8:16     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).