Search found 5 matches

by deHavilland
25.05.2022 15:47
Forum: Plugins
Topic: Snippets for external command output?
Replies: 10
Views: 4072

That fixed the issue here. Thanks again.
by deHavilland
24.05.2022 21:25
Forum: Plugins
Topic: Snippets for external command output?
Replies: 10
Views: 4072

I changed the Snippets plugin. please test. "Plugins / Addon Manager / Install from git", enter URL https://github.com/cudatext-addons/cuda_snippets The macro ${cmd:xxxxxxxxxx} was added. I tested it on a new snippet with such body: That was fast! This works well for me overall; I tested ...
by deHavilland
24.05.2022 20:17
Forum: Plugins
Topic: Snippets for external command output?
Replies: 10
Views: 4072

'of my editor' - what editor do you use, Sublime? Atom? it is interesting idea! to support {command:xxxx}. It is worth to support it. I will try that later. I'm glad to hear you think so. This editor is Geany. Do you mean support it in something like Vim command mode? a command line (like some CAD ...
by deHavilland
24.05.2022 19:11
Forum: Plugins
Topic: Snippets for external command output?
Replies: 10
Views: 4072

Here are some examples, I have about 90 of these in the configuration. wk=\n{command:cat /home/user/Dropbox/User/Writing/Current\ Writing\ Projects/Weeklies.md}\n\n ak=\n{command:cat /home/user/Dropbox/Client\ Notes/notes/Active-Client-Projects.md}\n\n sk=\n{command:/home/user/Dropbox/bin/schedwrite...
by deHavilland
23.05.2022 21:23
Forum: Plugins
Topic: Snippets for external command output?
Replies: 10
Views: 4072

Snippets for external command output?

Hello, It's been a pleasure to use CudaText so far. I have a question about snippets, as I couldn't find related information in the help documentation. I have a lot of scripts and programs that output text, which I use in the text editor. For example a program that outputs a schedule outline in Mark...