Search found 5 matches

by lincpa
12 May 2021 03:42
Forum: Features
Topic: DONE: set to use the command line convert the current file to html and preview it
Replies: 8
Views: 6155

Re: set to use the command line convert the current file to html and preview it

just like Notepad++ Preview HTML plugins:

Edit hiccup DSL with live preview using Babashka, Notepad++ with Preview HTML plugin.

https://www.reddit.com/r/Clojure/commen ... _babashka/
by lincpa
09 May 2021 04:41
Forum: Features
Topic: DONE: set to use the command line convert the current file to html and preview it
Replies: 8
Views: 6155

Re: set to use the command line convert the current file to html and preview it

example: data (and data of data struct when programming) previewer: python.exe user_def_convert.py xxx.csv xxx.html python.exe user_def_convert.py xxx.json xxx.html data->plot(R language ggplot2 lib etc.): Rscript.exe user_def_data2plot.r xxx.csv xx.html db query : python.exe user_def_query.py xxx.s...
by lincpa
07 May 2021 12:21
Forum: Syntax files
Topic: Clojure Syntax files
Replies: 0
Views: 4299

Clojure Syntax files

Clojure Syntax files

When the ini file is relatively large,
1. RJ TextEd responds very slowly when inputting the first 3 characters of every word
2. the Syntax editor crashes.
by lincpa
07 May 2021 12:13
Forum: Features
Topic: DONE: set to use the command line convert the current file to html and preview it
Replies: 8
Views: 6155

DONE: set to use the command line convert the current file to html and preview it

I hope to add a feature: set to use the command line (or various python, perl scripts, etc.,) according to the file type to convert the current file to html and preview it. The html preview window will become a magic showcase. 1. python.exe convert.py current-file current-file.html 2. pandoc.exe cur...