[NTG-context] Re: ConTeXt support for Nova text editor (MacOS)

2023-12-08 Thread Paul Mazaitis
. > A. Christe > Le 11 nov. 2023 à 18:49 +0100, Paul Mazaitis , a écrit : >> >> Hello, list! >> >> I'm working on a ConTeXt language extension for the Nova editor by Panic >> software (https://nova.app/). >> >> The extension is here: >

[NTG-context] Re: ConTeXt support for Nova text editor (MacOS)

2023-11-11 Thread Paul Mazaitis
On 11 Nov 2023, at 14:52, Aditya Mahajan wrote: > Last time I checked tree-sitter on neovim, there were no good tree-sitters > for context. I'd be interested in testing this out. Happy to have feedback! > Does the parser detect nested metapost and luatex environments? The parser recognizes

[NTG-context] ConTeXt support for Nova text editor (MacOS)

2023-11-11 Thread Paul Mazaitis
Hello, list! I'm working on a ConTeXt language extension for the Nova editor by Panic software (https://nova.app/). The extension is here: https://github.com/pmazaitis/nova-context/releases/tag/0.6.0 ...currently in beta, but fairly functional. This version of the extension

Re: [NTG-context] [m-database] How to properly add module arguments?

2023-03-04 Thread Paul Mazaitis via ntg-context
On 26 Feb 2023, at 5:36, Max Chernoff via ntg-context wrote: > I'd recommend completely ignoring the interface i-*.xml files. They > don't do anything particularly useful for a third-party module. It's good to know there's no dependency there (but I do like to keep things updated :) ). > This

[NTG-context] [m-database] How to properly add module arguments?

2023-02-25 Thread Paul Mazaitis via ntg-context
Dear list, ## The Incredibly Short Version I am trying to extend m-database, and I want to add a flag to control behavior. I can get it to work, but I am having trouble understanding how to do it properly. ## The Short Version I have a project where I wish to incorporate many CSV files as

[NTG-context] New Tool: tree-sitter-context_en Parser

2022-04-22 Thread Paul Mazaitis via ntg-context
Hi, everyone! I've been working on an updated tree-sitter parser for the ConTeXt file format. The parser has pretty good support for parsing a ConTeXt .tex file and producing a syntax tree for that file (and, optionally, highlighting). The parser also has support for using appropriate parsers

Re: [NTG-context] Widgets: Any good examples for developing JS-enabled PDFs that calculate?

2019-11-19 Thread Paul Mazaitis
On 18 Nov 2019, at 3:48, Hans Hagen wrote: Here's something to play with ... note the Number conversion! A ha! Many thanks (for some reason I didn't get this email until just now); I'll try to tackle it this way and see what I can make work. \usemodule[fields] \starttext [...]

Re: [NTG-context] Widgets: Any good examples for developing JS-enabled PDFs that calculate?

2019-11-19 Thread Paul Mazaitis
Some further progress! On 18 Nov 2019, at 13:56, Hans Hagen wrote: the problem with calculate is that there are also settings related to it (plus some built-in addition stuff, at least that's what i see in the viewer preferences and such, which is likely to interfere) From what I've been

Re: [NTG-context] Widgets: Any good examples for developing JS-enabled PDFs that calculate?

2019-11-17 Thread Paul Mazaitis
Hi everyone, First: apologies for the long email; this got a little complicated. Summary: there may be a bug in setting up calculate field for widgets? Parts: - calculator.tex - A M(N)WE - The MWE Only Sort of Works # calculator.tex On 13 Nov 2019, at 10:26, Pablo Rodriguez wrote: Hi

[NTG-context] [Widgets] Any good examples for developing JS-enabled PDFs that calculate?

2019-11-07 Thread Paul Mazaitis
Hi everyone, My goal is to have a PDF that - allows users to input numeric information in various fields, - makes calculations on the data in those fields, - ...and reports that information somewhere in the PDF. It seems that the widget support could handle this, but I'm struggling to

[NTG-context] Head sections automatically marked for conditional text

2017-08-31 Thread Paul Mazaitis
The short version: I'd like to set up a context document with multiple user-defined heads, such that they can be conditionally compiled and/or altered. It seems that modes are what I want, but I'm having trouble figuring out how to automatically set up a particular section to be wrapped in a

[NTG-context] [Tools] v1.1 of ConTeXt BBLM for BBEdit

2015-07-21 Thread Paul Mazaitis
I've released a version of the ConTeXt BBLM that better manages files referenced by environment or project structure commands. The language module populates the BBEdit Includes Menu with files referenced by: \environment \project \product \component The

[NTG-context] [Tools] ConTeXt Language Module for BBEdit, v1.0

2015-07-11 Thread Paul Mazaitis
Hello list! I am pleased to announce v1.0 of ConTeXtBBLM, a BBEdit Language Module to support ConTeXt. This language module is built for BBEdit v11, and supports MkIV-style sectioning for navigation. A brief list of features: * Navigation by heading titles (including titles from

[NTG-context] BBEdit Language Module for ConTeXt

2015-06-16 Thread Paul Mazaitis
Hello, list! I've been working on a BBEdit language module to support editing ConTeXt files: https://github.com/pmazaitis/ConTeXtBBLM ...with binary releases here: https://github.com/pmazaitis/ConTeXtBBLM/releases If there are other BBEdit users here with interest, I'd

[NTG-context] Updated XML interface file?

2015-06-01 Thread Paul Mazaitis
Hello, list! At one point, it looks like there was an (automatically?) generated XML file of the ConTeXt user interface; the most recent version of this that I can find is from 2006, and appears (the English version, anyway) to be out of date. Is there a more recent version of this

Re: [NTG-context] Updated XML interface file?

2015-06-01 Thread Paul Mazaitis
Hi Pablo, On 1 Jun 2015, at 11:46, Pablo Rodriguez wrote: Hi Paul, do you mean http://www.pragma-ade.com/general/qrcs/setup-en.pdf? The PDF command reference is good, but I'm looking for something that's easier to parse with software. If this is not what you want, could you provide a