LexiconCode
LexiconCode
@alexboche mentioned he was going to be busy for the next few weeks. Therefore I might unpin this issue if no one has a preference.
An overhaul of many of the text manipulation commands is in the pipeline mostly in the backend. The clipboard method will be improved upon and it also work with Dragonfly's...
This is a challenging subject as this is something that would be better addressed in the dragonfly platform. However if there is a way to implement it on top of...
Sure, as long as it's backwards compatible with dragonfly and filter rules.
Danesprite is very approachable. You might consider contacting Dane Finlay @Danesprite about the possibility of integrating it directly into dragonfly.
Could we break this down into multiple subsections using - [ ]. This allows to track progress in the roadmap board.
> > > This sounds similar to dragonfly's [Configuration toolkit](https://dragonfly2.readthedocs.io/en/latest/config.html). This [_audacity.py module](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity.py) [](/t4ngo/dragonfly-modules/blob/HEAD@{2019-05-24T04:35:44Z}/command-modules/_audacity.py) is a good example of using it. That repository contains separate [_audacity-en.txt](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity-en.txt) [](/t4ngo/dragonfly-modules/blob/HEAD@{2019-05-24T04:35:44Z}/command-modules/_audacity-en.txt) and [_audacity-nl.txt](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity-nl.txt) [](/t4ngo/dragonfly-modules/blob/HEAD@{2019-05-24T04:35:44Z}/command-modules/_audacity-nl.txt)...
@Danesprite might have more knowledge on the subject than I. I'll try some experimenting later today!
@lexxish I think it might be worthwhile exploring what it would take to evolve the configuration toolkit within dragonfly to accommodate extras. In the event that it's deemed not feasible...
As a side note the configuration toolkit does work with caster. Testing extras is still needed. ```Python # # This file is a command-module for Dragonfly. # (c) Copyright 2008...