New 3D Golf Simulation (video game series)
Related
More from Get Info
So the Macro extension and a bunch of smaller extensions were supposed to be it, but it’s so much fun to create these that whenever I get an idea for an extension I can’t help making it. This time I wanted to keep track of how many times I’m calling certain functions in my code. That’s quite a niche requirement so I made a more general purpose...
After creating a bunch of smaller Nova Extensions quite quickly I wondered how far I could push things, just as a personal challenge. I had the idea of implementing a Macro text recording and playback system. There was something similar in TextMate editor, and whilst the Nova API doesn’t currently allow as sophisticated a system I thought it was...
I’m a big believer in solving problems yourself if it’s possible rather than waiting for app updates that might never arrive. Making extensions for the Nova editor that I do most of my programming and blogging in is so much fun! So, here are some of my own creation: YAML Tag Picker Allows you to easily select tags for the front matter in your...
I’m a big believer in solving problems yourself if it’s possible rather than waiting for app updates that might never arrive. Making extensions for the Nova editor that I do most of my programming and blogging in is so much fun! So, here are two more: Reindent-o-matic Allows you to apply .editorconfig indent rules to the current file, or all...
I’m a big believer in solving problems yourself if it’s possible rather than waiting for app updates that might never arrive. Making extensions for the Nova editor that I do most of my programming and blogging in is so much fun! So, here are two more: Reindent-o-matic Allows you to apply .editorconfig indent rules to the current file, or all...