<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can I get to the SpaceCenter InputText strings from Python?]]></title><description><![CDATA[<p dir="auto">The strings are set in the Preferences panel / Space Center / Input Text. I would like to read them with the Pythons?</p>
]]></description><link>https://forum.robofont.com/topic/677/can-i-get-to-the-spacecenter-inputtext-strings-from-python</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:15:30 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/677.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Aug 2019 11:19:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I get to the SpaceCenter InputText strings from Python? on Thu, 01 Aug 2019 11:19:21 GMT]]></title><description><![CDATA[<p dir="auto">The strings are set in the Preferences panel / Space Center / Input Text. I would like to read them with the Pythons?</p>
]]></description><link>https://forum.robofont.com/post/2565</link><guid isPermaLink="true">https://forum.robofont.com/post/2565</guid><dc:creator><![CDATA[erik]]></dc:creator><pubDate>Thu, 01 Aug 2019 11:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to Can I get to the SpaceCenter InputText strings from Python? on Thu, 01 Aug 2019 12:06:13 GMT]]></title><description><![CDATA[<p dir="auto">hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/20">@erik</a>,</p>
<p dir="auto">the Space Center input strings are stored in a setting named <code>spaceCenterInputSamples</code>:</p>
<pre><code class="language-python">from mojo.UI import getDefault
for inputString in getDefault('spaceCenterInputSamples'):
    print(inputString)
</code></pre>
<p dir="auto">all settings in the Preferences window (and some more) are also available in the <a href="http://robofont.com/documentation/workspace/preferences-editor/" rel="nofollow">Preferences Editor</a>, where you can see how they are named.</p>
<p dir="auto">cheers!</p>
]]></description><link>https://forum.robofont.com/post/2566</link><guid isPermaLink="true">https://forum.robofont.com/post/2566</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Thu, 01 Aug 2019 12:06:13 GMT</pubDate></item><item><title><![CDATA[Reply to Can I get to the SpaceCenter InputText strings from Python? on Thu, 19 Sep 2019 16:47:49 GMT]]></title><description><![CDATA[<p dir="auto">I didn't know about spaceCenterInputSamples and managed to get at them through the space center window itself. I should probably look at updating these:</p>
<p dir="auto"><a href="https://gist.github.com/okay-type/6e36bfd93e938f5f98253ab31a27f24e" rel="nofollow">https://gist.github.com/okay-type/6e36bfd93e938f5f98253ab31a27f24e</a></p>
<p dir="auto"><a href="https://gist.github.com/okay-type/85e6f60fc35092d5a6249ee26b2bdd4c" rel="nofollow">https://gist.github.com/okay-type/85e6f60fc35092d5a6249ee26b2bdd4c</a></p>
]]></description><link>https://forum.robofont.com/post/2638</link><guid isPermaLink="true">https://forum.robofont.com/post/2638</guid><dc:creator><![CDATA[okaytype]]></dc:creator><pubDate>Thu, 19 Sep 2019 16:47:49 GMT</pubDate></item></channel></rss>