Is It Time to Open Source SublimeText?

Recently I had to do some text editing and was in need of a text editor that was better than Notepad, and with muscle memory, I went on and tried to download VSCodium. However, the download was like 100+ megabytes in size and since I was using a public internet connection that would make me wait for several good minutes to complete the download.

So I cancelled the download and decided to download SublimeText, something I’ve not done for a long time. I hit the download button, since SublimeText was just 18 megabytes and I was running a good text editor on a Windows machine in no time. Sublime.

I continued to edit the file, and then it made me realize how much I miss the snappy, instant feedback that I get from SublimeText that is yet to be reproduced by VSCode or other text editors based on electron.

SublimeText a small but fast editor is overshadowed by VSCode for a very long time. I think much of this has been due to nature of VSCode being a free and open source software. Let me explain,

VSCode is an editor that you can download for free. However, even thogh free to download, you have to pay a licensing fee of USD 99 when you are using SublimeText. This might not be signficant amount for some users. However, the majority of developers will go to the freely available VSCode rather than paying a licensing fee of USD 99. And in some parts of the world, USD 99 can be difficult for most developers to afford.

Then the open-source nature of VSCode. The open source model of VSCode is the main reason for VSCode to become popular than SublimeText. VSCode gets contributions from the community for its development, and VSCode gets frequent updates when compared to Sublime. Not only that, the open source nature has also led to an extension marketplace that has outgrown SublimeText. Thanks to the extension marketplace, after installing few extensions, you can convert your VSCode from a simple text editor to a full-blown IDE.

I feel that open sourcing SublimeText is the only way for SubmlineText to be relevant and compete against VSCode. The developers can get support from the open-source community, and the Sublime team will be able to push regular updates, and new improvements at a faster rate than they are currently doing. I’m sure many more developers like me liked the simplicity of SublimeText before VSCode came along.

Open-sourcing SublimeText will also encourage plugin developers to develop more third-party plugins for SublimeText as it has done with VSCode.
When it comes to making money, the SublimeText developers can offer the core version of SublimeText for free, while they can sell a pro version with more advanced features targeted towards more advanced users and developers.

This will also take the stress away from the developers in maintaining the SublimeText core, which will be supported by the community while they can focus on pro features for the text editor.

With the rapid pace of VSCode development with the backing of Microsoft, I don’t see any other way SublimeText can keep up unless they make the editor open-source. And I truly want SublimeText to be out there because it’s such a good editor and provides a better experience compared to text editors baded on electron.

8 responses

  1. Robert Chafer Avatar
    Robert Chafer

    18 millibits, that is small!

    1. IKR, let me fix that

  2. i’ve been a sublime user for over 5 years now and have no intention of switching to anything else myself, but i think one of the big factors that made people switch to VSCode other than not getting a “plz buy” popup every couple of times they saved a file is the easy and powerful customization features having your editor be in a browser brings.
    i know of at least two people that switched because you can’t get markdown previews or power mode in sublime.

    it’s a shame that that’s the price you gotta pay to not have your text editor be a bloated browser

  3. While the source code of VSCode is open source, the packaged version provided by Microsoft is not. It contains the infamous telemetry and system wide spying (if not on windows) that is somewhat irritating. If you’re interested in an open source VSCode binary you could look at vscodium.com 🙂 It’s just VSCode built from the open source repo without the added spywares.

  4. Jim Klimov Avatar
    Jim Klimov

    Then there’s also Notepad++ (FOSS) with lots of plugins; also WinMerge or Meld for developers who need to (git)diff often.

    Larger IDEs like VSCode (or IDEA, or NetBeans, or…) shine where you need to not just write, but code – perhaps with a project with feature code and recipes made in many languages, with context completion, code navigation, debugging, and other bells and whistles which come at a cost (in size).

    For many projects, plain old MidnightCommander suffices well enough 🙂

  5. […] Original text:Is It Time to Open Source SublimeText? […]

  6. Try Lapce, it’s lighthing fast! I think it’s between sublime and vscode/codium.
    There are no more solid opensource GUI editor choices AFAIK 🙁
    Also in text mode world, the helix editor is the new kid on the block!

  7. fengdi Avatar
    fengdi

    Do you count this as moral kidnapping, although I am a big supporter of the idea of open source.

Leave a Reply to X41 Cancel reply

Your email address will not be published. Required fields are marked *