Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Search and replace words across whole project?

+0
−0

I'm still new to articy:draft and I want to know if it's possible to search and replace words across the whole project. I know searching is possible, but I can't find the replace function, if it's even there. Ctrl+H doesn't do anything.

Of course it would be more convenient if there was a function similair to what I described here, but I'd already be happy if I can just replace multiple instances of the same word with another word.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/33751. It is licensed under CC BY-SA 3.0.

0 comment threads

1 answer

+0
−0

No, there is no such option

Looking through the official documentation and checking the query language document it appears that you can't simply use the advanced query script to write for example a SQL Upate. It only gives you search options and the interface doesn't have a replace option.

There is a workaround - export to Excel and then import

Looking through the forum I found this discussion from 2014 where an employee mentioned that adding a replace function is on their agenda... As far as I can see this feature is probably still on the agenda, but I couldn't find more.

You could use the API, but far easier, faster and cheaper is the solution to

  • Click on the project hierarchy view
  • Right-Click on the uppermost hierarchy node (or one of the lower ones, if you only want to replace for example text in the assets or entities)
  • Click on Export (or press Ctrl + Shift + E)
  • Choose .xlsx (for re-import)
  • Click OK
  • Excel should open; if not, navigate to the file in your filebrowser and open the file
  • Use Excel's Search and Replace function
  • Save the file
  • In Articy:Draft click on the upper left bubble to open the bubble menu and click Import (or press Ctrl + Shift + I)
  • Choose the file
  • Keep pressing Next until you are back to the normal window

Now all your references should be updated.

Personally I would recommend backing up your project before. Of course you should always backup your project in case something happens, but as this is a workaround and you are manipulating the values outside of the usual environment the chances for making mistakes are probably higher.

I only tested this with a quick test project where I created two entities and a dialogue that had text like "Player" in them and changed every occurence of "Player" in Excel to "Tester". It seemed to work.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »