[Cuis-dev] Replacing a creative writing program
Juan Vuletich
juan at jvuletich.org
Tue Oct 15 13:03:04 PDT 2019
Hi Casey,
On 10/14/2019 7:01 PM, Casey Ransberger via Cuis-dev wrote:
> I’ve been using a commercial Mac app called Scrivener to do creative writing for a few years. It has a lot of powerful features that I don’t use, but one that I use constantly: it lets me write a “scene” as a thing in itself, which it can represent as an index card on a cork board. This allows me to write out of order, and then play with my narrative structure by re-arranging the index cards.
>
> Unfortunately, macOS 10.15 went and killed 32-bit apps. The good news is that I can get my words out of the file without parsing some strange binary file format, and I’ve toyed with the idea of reproducing the index card behavior in Smalltalk for some time (it’s a popular feature, found as well in other apps like StoryMill, FinalDraft, etc.)
>
> So I went to fire up a Smalltalk image, and surprise! I need a new VM. Where should I go to procure a Cuis-compatible VM that will work on a Catalina Mac?
Any recent Mac VM should work on Catalina. I've upgraded my Mac, and it
works ok. Just go to http://opensmalltalk.org/ and click on [download
newest VM build]
> Next question. Did styled text editor ever get an open source release? Can it save/load RTF files?
StyledTextEditor has always been open source! Check
https://github.com/Cuis-Smalltalk/StyledTextEditor
It can convert to/from RTF. Check RTFConversionTest. Still, I doubt RTF
is the best file format for STE.
> I’ve long wanted to do more mundane day-to-day stuff from inside a Smalltalk image. The creative writing program seems almost like low-hanging fruit, especially since I want something convenient for hammering out a first draft, and don’t need any tools for the “finishing” part of the process.
>
> —Casey
:)
Cheers,
--
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
@JuanVuletich
More information about the Cuis-dev
mailing list