Skip to content

Commit 5cffea0

Browse files
committed
Migrated to bootstrap 4.3.1 & Added support for jinja-html
1 parent 96ef1ed commit 5cffea0

File tree

6 files changed

+33
-0
lines changed

6 files changed

+33
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ Refer to the read me of each of the sub repositories for the complete documentat
77

88
1. [intellij](/intellij)
99
2. [vscode](/vscode)
10+
11+
## About Me
12+
13+
You can find my personnel blog at [https://thekalinga.in](https://thekalinga.in)
14+
15+
You can connect me with at linkedin @ [https://linkedin.com/in/thekalinga/](https://linkedin.com/in/thekalinga/)

intellij/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Since 6.1.0 (10 Mar 2019):
2+
3+
- Added support for `jinja-html`. Thanks to @mweires
4+
- Migrated to bootstrap 4.3.1. Thanks to @nickylogan
5+
16
## Since 6.0.3 (12 Dec 2018):
27

38
- Properly closed `h5` brace of modal snippets

intellij/src/util/resources/plugin-template.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<br />
1515
<p>Have a problem, raise an issue <a href="https://github.com/1tontech/bootstrap4-snippets/issues">here</a></p>
1616
<br />
17+
<p>
18+
You can find my personnel blog at <a href="https://thekalinga.in">https://thekalinga.in</a></p>
19+
<br />
20+
<p>You can connect me with at linkedin @ <a href="https://linkedin.com/in/thekalinga/"https://linkedin.com/in/thekalinga/</a></p>
21+
<br />
1722
<p>Follow me on Twitter: <a href="https://twitter.com/1tontech"><b>@1tontech</b></a></p>
1823
]]></description>
1924

intellij/src/util/resources/readme-template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Here are available live templates
7272
### Font Awesome 5 Pro icon snippets
7373
@@@GENERATED_FONT_AWESOME5_PRO_ICON_SNIPPETS@@@
7474

75+
## About Me
76+
77+
You can find my personnel blog at [https://thekalinga.in](https://thekalinga.in)
78+
79+
You can connect me with at linkedin @ [https://linkedin.com/in/thekalinga/](https://linkedin.com/in/thekalinga/)
80+
7581
## License
7682

7783
Bootstrap 4, Font Awesome 4, Font Awesome 5 Free & Pro - IntelliJ plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

vscode/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Since 6.1.0 (10 Mar 2019):
2+
3+
- Added support for `jinja-html`. Thanks to @mweires
4+
- Migrated to bootstrap 4.3.1. Thanks to @nickylogan
5+
16
## Since 6.0.2 (12 Dec 2018):
27

38
- Added support for [Nunjucks](https://mozilla.github.io/nunjucks/)

vscode/src/util/resources/readme-template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Here are available live templates
6767
### Font Awesome 5 Pro icon snippets
6868
@@@GENERATED_FONT_AWESOME5_PRO_ICON_SNIPPETS@@@
6969

70+
## About Me
71+
72+
You can find my personnel blog at [https://thekalinga.in](https://thekalinga.in)
73+
74+
You can connect me with at linkedin @ [https://linkedin.com/in/thekalinga/](https://linkedin.com/in/thekalinga/)
75+
7076
## License
7177

7278
Bootstrap 4, Font Awesome 4, Font Awesome 5 Free & Pro - Visual studio code plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)