|  06-14-2016, 07:59 AM | #61 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 I think I'll proceed with my plan to "exempt" SVG from the plugin's parsing routine. That way it won't be making meaningless whitespace changes to svg code (which will then trigger a rather pointless diff to be verified). Last edited by DiapDealer; 06-14-2016 at 08:03 AM. | |
|   |   | 
|  06-17-2016, 03:30 AM | #62 | 
| Connoisseur            Posts: 82 Karma: 25684 Join Date: Sep 2014 Device: Kindle NT | |
|   |   | 
|  06-23-2016, 05:36 PM | #63 | 
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | 
			
			Nearly forgot about this. I wanted to post a test version of the "SVG exemption" fix and see if it met with your (@senhal and @jackie_w) approval. If there are no problems, I'll update the first post with this version (I may clean up some code that's not being used anymore first, though). EDIT: first post updated with v0.3.2. Removing the attachment from this post. Last edited by DiapDealer; 06-27-2016 at 02:36 PM. | 
|   |   | 
|  06-24-2016, 07:09 PM | #64 | |
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 | |
|   |   | 
|  06-24-2016, 09:51 PM | #65 | 
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | 
			
			Thanks, Jackie. I'll wait a while and officially update the plugin (if nothing crops up in the meantime).
		 | 
|   |   | 
|  06-27-2016, 02:41 PM | #66 | 
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | 
			
			Plugin officially updated to v0.3.2 (only change was excluding SVG tags from being processed by the Span/Div Editor tool). If anyone is concerned about the zipfile size difference from v0.3.1 to v0.3.2, it's all due to the fact that v0.3.1's zip was created with no compression on any of the files. I forget why I did that at the time. Probably a performance tweak of some kind. | 
|   |   | 
|  10-15-2016, 05:22 AM | #67 | 
| Guru            Posts: 691 Karma: 3026110 Join Date: Dec 2008 Location: Lancashire, U.K. Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro + | 
			
			I have noticed that when using the "smarten punctuation" component there is a problem with the closing quote when italics are used. So, where for instance the text is Code: "<i>some text</i>" At present I have to run everything through a saved search after smartening the punctuation to resolve this. Is this something that hasn't been noted or is the algorithm to avoid it too complex and introduces other unwanted issues ? BobC | 
|   |   | 
|  01-08-2017, 04:08 PM | #68 | 
| Member  Posts: 21 Karma: 10 Join Date: Mar 2008 Location: Yucca Valley, California Device: Kindle Keyboard (K3) | 
				
				Span Div Editor tool
			 
			
			Is there a way to use this tool across multiple htm files at once?
		 | 
|   |   | 
|  01-09-2017, 11:06 AM | #69 | |
| Guru            Posts: 681 Karma: 929286 Join Date: Apr 2014 Device: PW-3, iPad, Android phone | Quote: 
 It would be really nice if you could choose the files in the plugin, as you can with PunctuationSmarten. Even better, just have the default ALL html files, since that's what I need 99% of the time and I suspect most users are also making global changes. | |
|   |   | 
|  01-09-2017, 11:29 AM | #70 | |
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
  and 'Run again' instead of only having to Exit, reselect, restart the tool. I am in cleanup mode. I do chains of varied tasks: de-div, de-span, span to <b>... | |
|   |   | 
|  01-09-2017, 11:49 AM | #71 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | |
|   |   | 
|  01-10-2017, 02:15 AM | #72 | 
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | 
			
			Tiny Feature Request: I was working on a book where I wanted to flip nested <strong> -> <b> + <em> -> <i>. Currently in the "Tag Name" dropdown, you can only choose <b> or <i> as an input. Would be nice to have <strong> and <em> added to that dropdown as well: Last edited by Tex2002ans; 01-10-2017 at 02:25 AM. | 
|   |   | 
|  01-12-2017, 10:35 AM | #73 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
  ) As to others' requests for "multiple runs per session", I consider that a recipe for disaster, myself. But since calibre creates checkpoints that you can "roll back" to (as well as a visual diff), I'll consider it. But seeing as how you probably need to change nearly all of the parameters for the next pass anyway .... I have a hard time seeing how it would be that much of a timesaver. *shrug* Probably not going to be a priority item, I'm sorry to say. There will be no multiple runs per session considered for the Sigil version of the tool, however. The ability to roll back all changes for a pass instead of committing it is too important in an environment with no checkpoint system in place. Last edited by DiapDealer; 01-12-2017 at 10:54 AM. | |
|   |   | 
|  01-12-2017, 10:53 AM | #74 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 In short: unless something has drastically changed in the Editor plugin api since I've last visited this plugin, the "All html files"/"Current html file" setting is a toggle that persists across plugin sessions. Someone please inform me if this is not still the case. Last edited by DiapDealer; 01-12-2017 at 10:55 AM. | |
|   |   | 
|  01-13-2017, 12:21 AM | #75 | 
| Guru            Posts: 681 Karma: 929286 Join Date: Apr 2014 Device: PW-3, iPad, Android phone | 
			
			Sorry, I just realised this is the "Calibre" version thread. I'm using Sigil, and I can't find such a setting, or any settings for that matter, for Tag Mechanic in Sigil.
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Sample Plugin for the Editor | DiapDealer | Editor | 77 | 12-10-2014 07:16 AM | 
| Diaps Editing Toolbag.zip Index Error | phossler | Editor | 2 | 10-01-2014 08:05 PM | 
| Editor plugin question | DiapDealer | Development | 2 | 07-28-2014 10:23 PM | 
| japi - a text editor capable of editing ePub directly | hekkel | ePub | 5 | 02-20-2009 08:46 AM |