Devoth Posted February 11, 2015 Share Posted February 11, 2015 I would love if there was a function to export all texts from a document (or a group of selected text fields). Currently trying to do copy with a couple fields selected and then pasting, results in pasting some XML data. My case is that I am often given web design documents that have actual copy inside, and currently the only way to get the text out is to go into editing mode of each text field, then selecting and copying the text. Hope this can be added at some point, would be a real time saver :) Quote Link to comment Share on other sites More sharing options...
Devoth Posted February 11, 2015 Author Share Posted February 11, 2015 Temporary solution (not perfect yet) - a regex for stripping XML tags from multiple text fields copied from Affinity Designer pattern: <[^>]+>|<[^>]+>([^<]+)<[^>]+> replacement: $1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.