Commit graph

86 commits

Author SHA1 Message Date
Christopher Pickering
2c9995cd78
updated demo 2022-12-16 09:22:11 -06:00
Christopher Pickering
c20bb80bca
updated message 2022-12-16 08:53:13 -06:00
Christopher Pickering
b34b07f098
updated demo 2022-12-16 08:53:13 -06:00
semantic-release-bot
68c155a7cf chore(release): 1.19.8 [skip ci]
## [1.19.8](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.7...v1.19.8) (2022-12-15)

### Bug Fixes

* **attributes:** fixed outer quotes being stripped from attribute values ([dff02dc](dff02dcdc3)), closes [#471](https://github.com/Riverside-Healthcare/djLint/issues/471)
* **settings:** fixed pyproject loader ([5890161](5890161d2c)), closes [#469](https://github.com/Riverside-Healthcare/djLint/issues/469)
* **textarea:** fixed textarea attribute formatting ([e7c904e](e7c904e8f0)), closes [#486](https://github.com/Riverside-Healthcare/djLint/issues/486)
2022-12-15 17:57:59 +00:00
Christopher Pickering
fef917e492
docs(demo): fixed unicode issue, added readme and misc updates 2022-11-23 11:11:53 +01:00
Christopher Pickering
109aff99d4
docs(demo): added djlint config options and move python into a webworker 2022-11-22 14:58:06 +01:00
Christopher Pickering
4cd8b81a96
docs(demo): added demo 2022-11-21 16:54:00 +01:00
monosans
30a12f7330
Add a link to the djlint-vscode page on Open VSX 2022-10-16 00:07:27 +03:00
Christopher Pickering
b4cbcb45cd
feat(configuration): allow local configuration to override global config
closes #422
2022-10-12 09:29:31 +02:00
Christopher Pickering
319ebf3300
docs(pre-commit): fixed pre-commit docs for custom extensions
closes #421
2022-10-10 12:24:24 +02:00
Christopher Pickering
05f2b857ea
docs(docs): improved docs lighthouse score 2022-09-22 10:32:03 +02:00
Christopher Pickering
223200fe57
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-09-19 09:42:03 +02:00
Christopher Pickering
489decb2e1
feat(linter): added --statistics flag to print summary of linter findings
closes #389
2022-09-19 09:41:54 +02:00
sur.la.route
7ce1458cb5
Merge branch 'dev' into patch-1 2022-09-16 12:21:32 +02:00
Christian Clauss
e23efdcc78
Sort Russian rules 2022-09-16 12:09:48 +02:00
Christian Clauss
2befc20bad
Sort French rules 2022-09-16 12:07:35 +02:00
Christian Clauss
429f03a7d8
Define first letter before the rules and sort both
Sorting lists makes it easier for users to look up codes and challenging to insert duplicate codes.
Sorting lines is easy in vscode... Select lines to be sorted.  Shift-Cmd-P and type `sort` and select `Sort Lines Ascending`.
2022-09-16 11:30:09 +02:00
Christopher Pickering
838b8e66be
fixed tests 2022-09-16 11:09:49 +02:00
Christopher Pickering
ecb95bbee0
feat(linter t034): added linter T034 to check for {% ... }% typo
closes #385
2022-09-16 09:54:17 +02:00
Christopher Pickering
0111619870
docs(docs): updated docs with new feature 2022-09-12 12:53:16 +02:00
Christopher Pickering
83297bd15b
feat(config): added option for custom configuration file path
This can be used for a global .djlintrc file.

closes #170
2022-09-07 13:10:13 -05:00
Christopher Pickering
fdb65c9dd7
fix(release): trigger a release to remove the print statment 2022-09-07 09:20:48 -05:00
Christopher Pickering
c025b249b3
docs(pre-commit): updated indent on precommit docs 2022-08-17 07:41:42 -05:00
Christopher Pickering
40fdd8c647
docs(docs): added meta tag 2022-08-02 13:26:56 -05:00
John Mark Vandenberg
788715585c Fix spelling 2022-08-02 06:27:29 +08:00
Christopher Pickering
99b5ee2c1f
feat(formatter): added options to format css and js using jsbeautifier 2022-07-28 13:58:03 -05:00
Christopher Pickering
b2bd1ea298
feat(formatter): added option to add blank line before tags
closes #307
2022-07-28 09:53:33 -05:00
Christopher Pickering
ee87ef7024
docs(contributing): updated contributing docs, moved in dev deps 2022-07-28 07:51:03 -05:00
Christopher Pickering
c709efd658
feat(linter): added per-file-ignores as a config option for linter rules
closes #107
2022-07-08 11:06:01 -05:00
Christopher Pickering
4c0caccdf6
feat(npm): updated npm installer
Updated release so npm package will be deployed.

closes #192
2022-07-06 11:24:45 -05:00
Christopher Pickering
1b3159f661
feat(ignore rules): added option to ignore linter rules with inline comments
closes #113
2022-07-05 13:59:53 -05:00
Christopher Pickering
1731ee830a
docs(fontawesome): updated fontawesome to v6 2022-06-30 10:35:17 -05:00
Christopher Pickering
bbcf54a0f0
feat(new option): added option to attempt to keep blank lines in templates
--preser-blank-lines option can be used to try and keep existing blank lines during formatting.

closes #261
2022-06-30 07:53:24 -05:00
Christopher Pickering
4f2bd2cc30
docs(edit button): added edit button the rest of the pages 2022-06-22 14:43:35 -05:00
Christopher Pickering
b7b8214acd
docs(edit): added edit on github link 2022-06-22 10:03:18 -05:00
Christopher Pickering
1526e87bf9
docs(docs): updated changelog and feature list 2022-06-16 13:40:22 -05:00
Christopher Pickering
91718e3318
docs(changelog): updated changelog for latest release 2022-05-09 12:28:24 -05:00
Christopher Pickering
13fba8c2cf
docs(changelog): updated changelog 2022-05-02 09:09:12 -05:00
Christopher Pickering
37c43805ac
docs(changelog): update changelog versions 2022-04-25 09:39:59 -05:00
Christopher Pickering
503c88904d
ci(release): added semantic release 2022-04-25 08:53:49 -05:00
Christopher Pickering
aa9097660d
updated readme and docs 2022-03-30 10:03:44 -05:00
Christopher Pickering
694c2c625f
fixed translation 2022-03-18 08:12:22 -05:00
Anders Kaseorg
be07d18ebe
Fix spelling mistakes found by codespell
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-03-18 08:09:16 -05:00
Christopher Pickering
268b7b5d25
fixed russian translation 2022-03-18 08:06:16 -05:00
Krystof Beuermann
5ff02729e9 fix spelling 2022-03-18 10:01:26 +01:00
Christopher Pickering
f9ff3477e1
closes #194, added test 2022-03-14 09:24:28 -05:00
Christopher Pickering
b750e2d99e
updated docs 2022-03-04 16:22:56 -06:00
Christopher Pickering
99e8e94906
started french docs 2022-03-04 09:11:14 -06:00
Christopher Pickering
5a2fde9f71
started fix for #189 2022-02-21 11:25:55 -06:00
Christopher Pickering
8363a82431
updated version and changelog 2022-02-21 08:44:54 -06:00