
In this article we will take a look at Ionic Snippets – Sublime Plugin
Ionic Snippets – Sublime Plugin
A sublime plugin complete with ionic framework snippets
I am pleased to launch yet another product – Ionic Snippets: A plugin for sublime Text. This will decrease time and effort for Coding in Ionic Framework by helping the developers to code easily.
It includes snippets of CSS and Javascript.
The snippets have semantic and easy to use triggers and cursor is set to the part to be edited.
Installation
There are 2 methods for installing this plugin.
Clone the repository into your Sublime Text 2/3 packages directory. `git clone https://github.com/PixelDropInc/ionic-snippets-sublime-plugin.git
Download the .zip file and unzip it into your Sublime Text 2/3 packages directory. Note: You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages.
How I Built a Personal Knowledge Wiki with Claude Code
How I turned 14,000+ scattered files — YouTube transcripts, 13 years of RSS feeds, Google Takeout data, Notion exports — into a 50-page cross-referenced knowledge wiki using Claude Code and flat markdown files.
Running Multiple Local Supabase Projects in Parallel
How to run several local Supabase stacks side by side with the Supabase CLI — static port blocks per project, no port conflicts, no restarting stacks when you switch projects, and Claude Code always talking to the right database.