pml-companion icon indicating copy to clipboard operation
pml-companion copied to clipboard

Java source code of the 'PML Companion (PMLC)'

Results 17 pml-companion issues
Sort by recently updated
recently updated
newest added

The line `An [c\[admon] block` raises a conversion error: Error: 'c\' is an invalid node tag. Forcing to change the line to `An [c \[admon] block`. I would expect the...

I've noticed that in the [_PML User Manual_], section [Anatomy of a PML Document » Attributes], the line code for the escape character is forced to contain a trailing space...

enhancement

I propose a "simulated run" option that will show the results of a command without truly executing it. Hypothetical example: ``` Normal run: pmlc convert --input_file "$inputFilePath" --output_directory "$outputFolderPath" Simulated...

enhancement

It would really great if Windows users could install the PML converter app via the [Chocolatey] package manager, which greatly simplifies updates since it can fully automate the process, from...

enhancement

Please add a preprocessor option to `pmlc` so that it's possible to create a standalone source document from a project that uses `[insert` and `[insert_code` directives and multiple files. Possibly,...

enhancement

It would be useful to have an inline node for keystrokes, to generate the `` HTML tag. Possible node tags: `[key` or just `[k`. Example: ```pml [k Ctrl] [k Shift]...

enhancement

To enhance the repository visibility: # Repository Details Edit **About** box setting (repository details): + [x] **Website** field, add: https://www.pml-lang.dev + [x] **Topics** field, add: `pml` `practical-markup-language` `html-converter` (etc.) +...

enhancement