Messages - pulphero [ switch to compact view ]

Pages: prev1 [2] 3 4 5next
6
Finished Programs / DONE: HTML Garbage Tag Removal
« on: June 03, 2017, 09:22 AM »
In constructing ebooks, I often run into these unnecessary HTML tag pairs in files exported from InDesign:

<span class="no-break">I don</span>’t

or:

<span class="no-break">my decision.</span>

It always follow the pattern of <span class="no-break"> followed by some random amount of text and then a closing </span>. Deleting these tags (and there are lots of them!) manually in SublimeText is a huge time sink.

I'd like to have an AHK script or Regex code that will delete these specific tags but not the text between them, leaving, for example:

I don't
my decision.

Although it seems a simple problem, I've not been able to come up with anything that works. Thanks!

7
Finished Programs / Re: DONE: One Click File Extension Changer
« on: September 14, 2016, 07:02 AM »
Sorry for not seeing that myself. It works like a charm. Much appreciated!

8
Finished Programs / Re: DONE: One Click File Extension Changer
« on: September 13, 2016, 07:05 PM »
Thanks, but no joy. I saved the code as "ExtSwitch.ahk", double-clicked that file, selected an .epub file, and pressed Ctrl + ` (the hotkey). Nothing happened; no error message, either.

9
Finished Programs / DONE: One Click File Extension Changer
« on: September 12, 2016, 06:23 PM »
In my work, I often change file extensions from one to the other, and then back again, and then back again, and so on.

I'd love to have a little AHK script that would do this:

If I select a file with an .epub extension in Explorer and press Ctrl+`, the file extension will change to .zip.

If I select a file with a .zip extension in Explorer and press Ctrl+`, the file extension will change to .epub.

I put in epub/zip and the hotkey Ctrl+` as examples. I figure a user would be able to adjust those things as needed.

Thanks!

10
Wow, I AM rusty. That was the problem. Now that I've run it correctly, the results are just what I want. And I really like the ability to specify a text file as the content block for each generated file. This will save me a lot of time. Thanks so much for a valuable addition to my workflow! -- Bob

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