Commit Graph

16 Commits

Author SHA1 Message Date
Reorx 55bc4a6805 use LF instead of CRLF
What is changed:
- replaced CRLF with LF by running `dos2unix *`
- configure editorconfig to use LF

It is always recommended to use LF rather than CRLF in programming
world, we should keep this practice in Obsidian plugins.

For anyone who wants to use CRLF locally, you can set
`git config core.autocrlf` to true. For further information,
this article is a good start:
https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
2022-04-15 14:32:56 +08:00
Lishid 24918c946d
Update README.md 2022-04-04 22:20:58 -04:00
aidenlx f3286063d3
add version bump script (#10) 2022-01-22 16:13:50 -05:00
Federico Granata 4f502e92eb
Update README.md (#24) 2022-01-21 11:15:02 -05:00
TfTHacker 6fdd374cb8
Adding eslint for code .\src\ (#17) 2021-10-30 14:04:07 -04:00
GitMurf 26721337a7 Update README - Obsidian API update instructions
Add the following to the "First time developing plugins?" section:

For updates to the Obsidian API run `npm update` in the command line under your repo folder.
2021-04-23 16:59:52 -04:00
Maciej Beimcik 123b00ca52 a note regarding "use this template" button
This button is not visible if you are not logged in to GitHub.
It may be a bit confusing for first-timers so I suggest the note to be added
2021-03-09 16:17:18 -05:00
Konstantin 5355e3337e Update README.md
fix one little misstype
2021-03-07 20:54:45 -05:00
Lishid ceb3837850
Update README.md 2021-03-01 12:59:44 -05:00
lishid 318cb2b055 Added versions.json 2020-11-10 02:52:56 -05:00
lishid 26d068d237 Update readme. 2020-10-28 21:13:03 -04:00
lishid 08add6702a Update readme. 2020-10-28 20:48:24 -04:00
lishid a577988baa Update readme. 2020-10-26 12:15:09 -04:00
lishid 5b96e4a095 Update readme. 2020-10-26 11:15:02 -04:00
lishid dfd3fe233b Update documentation. 2020-10-25 18:45:40 -04:00
lishid ed3770792a Initial commit! 2020-10-25 16:58:31 -04:00