I am now trying to create a simple auto correct mechanism for the text notes category. Right now I am doing it with consecutive string replace nodes (as in the attached), but I am going to end up with too many nodes that way, because eventually the checklist will grow a lot.
I’ve got a few suggestions for your work-flow. As we know, Revit already has a built in text spell checker. However it doesn’t support all languages and does not provide a lot of options for customization. With Dynamo, we can select every text note element, extract its content and send it to excel. You’d think that excel would have auto-correct, but for some reason it doesn’t. Luckily there are alternatives like Libre Office:
LO Calc can open excel files, has auto-correct and has dictionaries for pretty much any language. So we could export the data to excel with Dynamo, open it in LO Calc, correct it, re-import it with Dynamo and then overwrite the text notes. Here’s an example workflow:
Dimitar, this is awesome. Can we compare the current words/text notes in the project against a dictionary directly in Dynamo? I hope you are going to be at RTCNA so we can finally meet.