ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: ConTeXt support for Atom
       [not found] <mailman.330.1579084184.1175.ntg-context@ntg.nl>
@ 2020-01-15 23:18 ` Jeong Dal
  0 siblings, 0 replies; 6+ messages in thread
From: Jeong Dal @ 2020-01-15 23:18 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


[-- Attachment #1.1: Type: text/plain, Size: 592 bytes --]

Hi,

Thanks for "language-context”.

> 
>> what are the key shortcuts to compile the context file at hand?
>> i try the atom editor on Linux platform.
>> Can't find the way to feed the tex file into context luatex...
> 
> There are no key shortcuts. I use a terminal.
> As I wrote:
> 
>> So there’s no run command or something like Atom-LaTeX
> 

When I use Atom for ConTeXt, I use the package,”process palette” in which commands and a key shortcut are defined. By pressing the defined key-shortcut, terminal will do the job as Hraban said.

Best regards,

Dalyoung

[-- Attachment #1.2: Type: text/html, Size: 4215 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: ConTeXt support for Atom
  2020-01-14 23:56 ` Floris van Manen
@ 2020-01-15  6:32   ` Henning Hraban Ramm
  0 siblings, 0 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2020-01-15  6:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 2020-01-15 um 00:56 schrieb Floris van Manen <vm@klankschap.nl>:
> 
> On 14-01-2020 19:32, Henning Hraban Ramm wrote:
>> It’s still work in progress, but I use it every day.
> 
> what are the key shortcuts to compile the context file at hand?
> i try the atom editor on Linux platform.
> Can't find the way to feed the tex file into context luatex...

There are no key shortcuts. I use a terminal.
As I wrote:

> So there’s no run command or something like Atom-LaTeX

"language-" packages in Atom are usually only syntax highlighting/completion.

I was thinking about adapting Atom-LaTeX, but it’s probably not worth the effort.

Best, Hraban

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: ConTeXt support for Atom
  2020-01-14 18:32 Henning Hraban Ramm
  2020-01-14 19:24 ` Hans Hagen
@ 2020-01-14 23:56 ` Floris van Manen
  2020-01-15  6:32   ` Henning Hraban Ramm
  1 sibling, 1 reply; 6+ messages in thread
From: Floris van Manen @ 2020-01-14 23:56 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]



On 14-01-2020 19:32, Henning Hraban Ramm wrote:
> It’s still work in progress, but I use it every day.

what are the key shortcuts to compile the context file at hand?
i try the atom editor on Linux platform.
Can't find the way to feed the tex file into context luatex...

.F

[-- Attachment #2: pEpkey.asc --]
[-- Type: application/pgp-keys, Size: 2497 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: ConTeXt support for Atom
  2020-01-14 19:24 ` Hans Hagen
@ 2020-01-14 21:08   ` Henning Hraban Ramm
  0 siblings, 0 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2020-01-14 21:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 2020-01-14 um 20:24 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> 
> On 1/14/2020 7:32 PM, Henning Hraban Ramm wrote:
>> Hi,
>> is someone beside me using the Atom IDE?
>> Then have a look at my enhanced syntax highlighter:
>> https://github.com/fiee/language-context
>> It’s still work in progress, but I use it every day.
>> It’s a fork of the outdated package of the same name, not yet available via the usual channels, but since upstream didn’t react to my pull requests, maybe I’ll publish it under a different name.
> Isn't that the same basic editor as vscode? If so, the context distribution contains grammars that you can look at.

The framework is the same, but the editor component is completely different, and so is the package/plugin setup.

I tried vscodium only shortly, it might become a perspective, but I’m used to and generally satisfied with Atom.

Your setup looks much more extensive than mine. I just converted the ConTeXt interface xml into Atom cson snippets and added links to the command reference in the wiki, also a few comments (that should better go into the xmls…).
The description at the repository is still from the predecessor, I need to change that.
So there’s no run command or something like Atom-LaTeX (that runs latexmk, includes a PDF viewer and interprets the log – I enjoy that when working with LaTeX, so I don’t need to use TeXstudio or the like). Atom’s git interface is more important for me than perfect TeX support.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: ConTeXt support for Atom
  2020-01-14 18:32 Henning Hraban Ramm
@ 2020-01-14 19:24 ` Hans Hagen
  2020-01-14 21:08   ` Henning Hraban Ramm
  2020-01-14 23:56 ` Floris van Manen
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2020-01-14 19:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Henning Hraban Ramm

On 1/14/2020 7:32 PM, Henning Hraban Ramm wrote:
> Hi,
> is someone beside me using the Atom IDE?
> Then have a look at my enhanced syntax highlighter:
> https://github.com/fiee/language-context
> 
> It’s still work in progress, but I use it every day.
> 
> It’s a fork of the outdated package of the same name, not yet available via the usual channels, but since upstream didn’t react to my pull requests, maybe I’ll publish it under a different name.
Isn't that the same basic editor as vscode? If so, the context 
distribution contains grammars that you can look at.

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* ConTeXt support for Atom
@ 2020-01-14 18:32 Henning Hraban Ramm
  2020-01-14 19:24 ` Hans Hagen
  2020-01-14 23:56 ` Floris van Manen
  0 siblings, 2 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2020-01-14 18:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,
is someone beside me using the Atom IDE?
Then have a look at my enhanced syntax highlighter:
https://github.com/fiee/language-context

It’s still work in progress, but I use it every day.

It’s a fork of the outdated package of the same name, not yet available via the usual channels, but since upstream didn’t react to my pull requests, maybe I’ll publish it under a different name.


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-01-15 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.330.1579084184.1175.ntg-context@ntg.nl>
2020-01-15 23:18 ` ConTeXt support for Atom Jeong Dal
2020-01-14 18:32 Henning Hraban Ramm
2020-01-14 19:24 ` Hans Hagen
2020-01-14 21:08   ` Henning Hraban Ramm
2020-01-14 23:56 ` Floris van Manen
2020-01-15  6:32   ` Henning Hraban Ramm

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).