Skip to content

Commit

Permalink
Stopped supporting Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Oct 18, 2022
1 parent ffa7430 commit b1003fc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<a href="#options">Formatting options</a>
<a href="#stylint">Stylint compatibility</a>
<a href="#vscode">Visual Studio Code extension</a>
<a href="#atom">Atom package</a>
<a id="history" href="https://github.com/ThisIsManta/stylus-supremacy/releases">Releases</a>
<a id="issues" href="https://github.com/ThisIsManta/stylus-supremacy/issues">Issues</a>
<a id="repository" class="nofx" href="https://github.com/ThisIsManta/stylus-supremacy" title="View source code on GitHub"><img src="octocat.png"></a>
Expand Down Expand Up @@ -69,10 +68,6 @@
<img src="vscode-logo.png">
<figcaption>Visual Studio Code extension</figcaption>
</a>
<a href="#atom">
<img src="atom-logo.png">
<figcaption>Atom package</figcaption>
</a>
</div>

<p>Back in the days, there was <a href="https://www.npmjs.com/package/stylint" target="_blank">Stylint</a>, which it helped enforcing writing rules for Stylus language, but it did not provide auto-fix capabilities. Because of that, Stylus users needed to fix those linting errors manually, which it was a time-consuming process. And also, even Stylus language has been developed for years, it lacked of a decent formatter/beautifier tool. Hence, <b>Stylus Supremacy</b> was born.</p>
Expand Down Expand Up @@ -447,17 +442,6 @@ <h1>Visual Studio Code extension</h1>

<p>In case you are using <a href="https://marketplace.visualstudio.com/items?itemName=vtfn.stylint" target="_blank">Stylint</a> as a Stylus linter, the extension automatically searches for <mark class="alt">.stylintrc</mark> file starting from the current active file directory up to the root working directory, and merges it with the Visual Studio Code settings. The settings in Visual Studio Code will be used as a base, and overridden by <mark class="alt">.stylintrc</mark> file. Please see <a href="#stylint-rules">Stylint compatibility</a> section for the rule conversion.</p>
</article>
<article id="atom">
<h1>Atom package</h1>

<p>Thanks to Jessada Trirongkit (<a href="https://github.com/dekdekbaloo" target="_blank">@dekdekbaloo</a>), <b>Stylus Supremacy</b> is now available as an Atom package. To install the package, follow the instructions below.</p>

<img src="atom.gif">

<p>Once you have this package installed on your Atom, you can simply open a Stylus file, right click on the document editing space, then choose <mark class="nobr">Format Stylus</mark> command, or press Control+Shift+P on your keyboard and run "Format Stylus" command.</p>

<p>This package only supports reading formatting options from <mark class="alt">.stylintrc</mark> file and in-package <mark>Format on Save</mark> setting. Please find an example of <mark class="alt">.stylintrc</mark> file in <a href="#stylint">Stylint compatibility</a> section.</p>
</article>
</main>
<div id="go-to-menu" style="display: none;" onclick="$(window).scrollTop(0); location.hash = ''">
<script>
Expand Down

0 comments on commit b1003fc

Please sign in to comment.