Messages - pulphero [ switch to compact view ]

Pages: [1] 2 3 4 5next
1
Announce Your Software/Service/Product / Re: Polywick Story Server
« on: August 24, 2018, 11:51 AM »
I'd love to get a version of InfoQube - maybe a "beginner's version - stripped of all the layers of complexity, all the features that appeal to subsets of the main market, and then start with that. Maybe the time is past for a desktop outliner, what with Workflowy and Dynalist so robust, but something that takes the roots of TkOutline, NoteMap, and one or two other well-done (for their day) single-pane outliners, adds a modern policy, and puts it on the market would get an order from me ASAP.

2
Announce Your Software/Service/Product / Re: Polywick Story Server
« on: August 23, 2018, 07:44 PM »
But the InfoQube learning curve is still as daunting as ever.

3
Finished Programs / Re: HTML Garbage Tag Removal
« on: June 03, 2017, 10:58 AM »
Well,

I tried (with) a trial version of Sublime Text (v3 build 3126 x64), and I cooked this regex to remove the extra span tags:
Find What: (?m)<span\sclass="no-break">(.*?)<\/span>(.*?)
Replace With: \1\2
Be sure to enable the Regular expression option (Alt-R from the Replace screen). Switching on Wrap is required too.

Wow! It works perfectly. Thanks so much for doing this.

4
General Software Discussion / Royalty Software
« on: June 03, 2017, 10:16 AM »
Does anyone know of software that would enable a publisher to print royalty checks for a few hundred authors? Ideally, the software would take a spreadsheet and use the information on it to print a slew of checks, ready to sign, on a laser printer. Or maybe there's a more robust software solution that's already been developed *just* for publishers and which would handle royalties and other tasks?


5
Finished Programs / Re: HTML Garbage Tag Removal
« on: June 03, 2017, 10:11 AM »
StripHTML is a great app, but I believe it takes out ALL the HTML tags. I need only a specific opening/closing tag removed.

The files aren't that big. Most are a few hundred lines of code. For each book, there's usually two or three dozen files.

I'm really just looking for a dirt-simple AHK script or regex code. Doubt I'm savvy enough to handle something like SED.



Pages: [1] 2 3 4 5next
Go to full version