Macro extension for Nova editor
Related
More from Get Info
Golf video games are one of my passions, ever since World Class Leader Board and Microprose Golf on Atari ST. These days my favourite golf games are still the old ones. In particular I have a soft spot for T&E SOFT’s New 3D Golf Simulation series with its blue skies, bright colours, and FM synth tunes. This series has a long history so I thought...
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...
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...