Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
1–8 of 8 posts
Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#2Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#3why not just use jsfiddle?
TxtFiddle is specifically built for text manipulation tasks and reduces the amount of code you have to write to a minimum. There's also a (growing) list of templates that you can choose from (see the "New" menu). Another differentiating feature is the ability to abort a running script (i.e., in the case of an accidental infinite loop).
Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#4Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#5so this is basically eval('var input = inputElement.innerText;' + jsElement.innerText)
Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#6Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#7Re: Show HN: TxtFiddle – JavaScript playground for text manipulation tasks
#8I have been just clicking on the "New" menu. It was not clear to me that I should mouse over and wait. There are many interesting transformations such as "Generate SQL INSERT INTO statement from CSV" or "Generate ASCII table from CSV/TSV". They could be more prominent. How about moving them from "New" into "Library" section?