Results 24 comments of D_L

> There are a lot of elements on the graphical interface of the OS that I want to customize that can't be easily configured ONLY through the Terminal. What springs...

Perhaps I misunderstood but the basic idea was to "drive" the Cubic virtual environment from outside rather than within. Outside orchestration rather than inside. But just an idea which I...

Then another idea might be to embed an automation script (perhaps using Ansible playbooks) to further customise after Cubic spits out its ISO. That is, a two stage process.

I am not part of Cubic team or its creator. Just a guy with ideas. passing by and read your question. But why are you so closed to considering wildcard...

You can launch through command object a parallel message box using another tool such as yad. Or possibly two Actiona processes (each launched by actexec) which intercommunicate **in parallel**? Just...

I have just tried this in a Code object but no MessageBox shows. I am in Ubuntu 20.04 with Actiona 3.10.1. ``` // MessageBox object // https://wiki.actiona.tools/doku.php?id=en:code:windows:messagebox var myObject =...

I will pass on a tip. I have found that Actiona can run custom script through the command object. Thus if a Python script is included with Actiona script it...

I am looking at CherryTree as a front end editor / authoring tool which, as you request, pipes the exported HTML to pandoc script and thence outputs markdown.

I am actually working on this pipeline right now and it looks promising. The key is to have in the pipeline a stage of parsing which knocks the exported HTML...

I am using CherryTree to hold a corpus of documents. It is an indispensable tool in my daily workflow. I have not yet got to this but I plan to...