Commit Graph

12 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 db18a36e65 Update build script to include external node packages. 2021-11-01 15:18:11 -04:00
TfTHacker 6fdd374cb8
Adding eslint for code .\src\ (#17) 2021-10-30 14:04:07 -04:00
lishid 3afc9d78ab Update sample plugin to use ESBuild. 2021-10-19 13:34:58 -04:00
fyears 5f95bce9e1 preserve and load settings correctly 2021-10-10 11:11:02 -04:00
lishid ae30a5a418 Update best practice for settings. 2021-01-24 15:41:47 -05:00
lishid cfe4d17ce7 Add example for settings. 2020-12-22 11:24:00 -05:00
lishid 9162f82010 Removed init. 2020-10-29 21:41:47 -04:00
lishid 6e8aab9616 Add more examples for hooks. 2020-10-29 18:02:57 -04:00
lishid 99f4035214 Add example for modifying CodeMirror. 2020-10-29 17:36:03 -04:00
lishid 2889865881 Refactor: Use new version of obsidian.d.ts from remote. 2020-10-26 11:07:18 -04:00
lishid ed3770792a Initial commit! 2020-10-25 16:58:31 -04:00