Multi-page playground support
The support for swift playgrounds is great, since Xcode refuses to export rendered markup. Would it be possible to extend the support for multi-page playgrounds as well? These don't render reliably.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Rich Turton on 07 Jul, 2016 03:28 PM
If this could work the same as the Multi-file Documents feature, but using the playground contents file as a source, that would be awesome.
Being able to read a .xcplaygroundpage package would be a good second best, I can script the generation of an include file myself.
Support Staff 2 Posted by Brett on 08 Jul, 2016 05:13 PM
I've been meaning to address this for a while. I'll need to devise a
mechanism for concatenating assets based on plist entries, but it
shouldn't be any harder than the Scrivener integration that already
exists.
-Brett