All Projects → SublimeLinter → Sublimelinter Html Tidy

SublimeLinter / Sublimelinter Html Tidy

Licence: mit
SublimeLinter 3 plugin for html tidy.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Sublimelinter Html Tidy

Construcao De Paginas Web
Desenvolvimento de páginas semânticas, acessíveis e responsivas. 🚀
Stars: ✭ 113 (-7.38%)
Mutual labels:  html5
Twital
Twital is a "plugin" for Twig that adds some sugar syntax, which makes its templates similar to PHPTal or VueJS.
Stars: ✭ 116 (-4.92%)
Mutual labels:  html5
Vime
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Stars: ✭ 1,928 (+1480.33%)
Mutual labels:  html5
Flexy
Flexy is minimal CSS framework made with Flex
Stars: ✭ 114 (-6.56%)
Mutual labels:  html5
Silenceengine
A cross platform 2D / 3D Java Game Engine (Desktop / Html5 / Android)
Stars: ✭ 116 (-4.92%)
Mutual labels:  html5
React Form With Constraints
Simple form validation for React
Stars: ✭ 117 (-4.1%)
Mutual labels:  html5
Vertxui
Pure 100% java reactive-style client-side webpages with POJO traffic, jUnit GUI testing, declarative view-on-model, automatic browser reloading and more.
Stars: ✭ 112 (-8.2%)
Mutual labels:  html5
Notifications
HTML5 Notifications API implementation for Microsoft Blazor
Stars: ✭ 122 (+0%)
Mutual labels:  html5
X6
🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
Stars: ✭ 2,686 (+2101.64%)
Mutual labels:  html5
Freeciv Web
Freeciv-web is an Open Source strategy game implemented in HTML5 and WebGL, which can be played online against other players, or in single player mode against AI opponents.
Stars: ✭ 1,626 (+1232.79%)
Mutual labels:  html5
Fictoan
Mockups with markup — https://sujan-s.github.io/fictoan/
Stars: ✭ 114 (-6.56%)
Mutual labels:  html5
Websocket Fuzzer
HTML5 WebSocket message fuzzer
Stars: ✭ 115 (-5.74%)
Mutual labels:  html5
Phaser Kinetic Scrolling Plugin
Kinetic Scrolling plugin for Canvas using Phaser Framework
Stars: ✭ 117 (-4.1%)
Mutual labels:  html5
Nukeviet
NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
Stars: ✭ 113 (-7.38%)
Mutual labels:  html5
Notes
胡写一通,乱写一气.杂七杂八.记录日常,若喜欢请Star,然后。。。。
Stars: ✭ 119 (-2.46%)
Mutual labels:  html5
Foster Ts
A WebGL + TypeScript 2D Game framework with a Scene>Entity>Component model.
Stars: ✭ 112 (-8.2%)
Mutual labels:  html5
Lua Gumbo
Moved to https://gitlab.com/craigbarnes/lua-gumbo
Stars: ✭ 116 (-4.92%)
Mutual labels:  html5
Markup.ml
Error-recovering streaming HTML5 and XML parsers
Stars: ✭ 122 (+0%)
Mutual labels:  html5
W3develops
The w3develops.org open source codebase - Learn, build, and meetup with other developers on DISCORD https://discord.gg/WphGvTT and YOUTUBE http://bit.ly/codingyt
Stars: ✭ 120 (-1.64%)
Mutual labels:  html5
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-3.28%)
Mutual labels:  html5

SublimeLinter-html-tidy

Build Status

This linter plugin for SublimeLinter provides an interface to tidy (either the html4 or html5 version). It will be used with files that have the “HTML” syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please install via Package Control.

Before installing this plugin, you must ensure that tidy or tidy5 are installed on your system. tidy5 will be used over tidy if available.

  • Mac OS Xtidy comes preinstalled on recent versions of Mac OS X. You can install the html5 version by using Homebrew and brew install tidy-html5.

  • Linux – You should be able to install tidy using the system’s package manager.

  • Windows – Windows binaries are available for the html5 version.

In order for tidy to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter.

Enable for HTML sub syntax

To enable html-tidy for another syntax edit the SublimeLinter user settings. This example should enable html-tidy for any html sub sytnax. For example, HTML (jinja2), HTML (Rails), HTML (ASP):

// SublimeLinter Settings - User
{
  "linters": {
    "htmltidy": {
      "selector": "text.html"
    },
  }
}


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].