Tommy Steimel
Results
2
comments of
Tommy Steimel
Here's a way to do it using Nokogiri (which is what docx uses under the hood) ``` ruby require 'docx' require 'nokogiri' def insert_colored_text_after(bookmark, text, hex_color) color = Nokogiri::XML::Node.new("w:color", bookmark.node)...
EDIT: Turns out this was not the issue. There was a background service taking up a lot of application memory so even though RuneLIte was showing as the highest memory...