Commit Graph

44 Commits

Author SHA1 Message Date
fyears b78b070ef6
enforce strictNullChecks in the beginning
Similar to noImplicitAny, strictNullChecks helps developers avoid unnecessary errors.
It might be better to enforce strictNullChecks in the beginning (as this is the sample project), since it's quite hard to fix the null/undefined problems after the project grows.
2022-05-07 08:49:53 +08:00
Xiao Meng f690c04577
use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
Lishid 24918c946d
Update README.md 2022-04-04 22:20:58 -04:00
lishid af0d47c19c Always use latest obsidian package. 2022-03-09 10:29:32 -05:00
Lishid 43a3b5eaeb
Update package.json 2022-02-24 00:17:16 -05:00
pseudometa 4b06e44f8f
Update .gitignore (#25) 2022-01-28 10:34:53 -05: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
Federico Granata 67e05fe677
remove `package-lock.json` from `.gitignore` (#23) 2022-01-21 11:14:49 -05:00
fyears fe035a3008
add type check (#22) 2022-01-16 10:07:19 -05:00
lishid a25092b586 Update esbuild script to include codemirror packages as external. 2022-01-10 09:01:38 -05:00
lishid d006ed755a Update tsconfig. 2021-11-06 19:05:49 -04: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
Phillip 02ac033b15
Use ESBuild API instead of passing command line arguments (#16) 2021-10-25 11:45:15 -04:00
lishid e013825c21 Add comment for gitignore. 2021-10-23 04:58:40 -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
Tokuhiro Matsuno c228a70223 Add data.json to .gitignore
Prevent unintended disclosure of data.json.
2021-04-28 11:54:41 -04:00
lishid 3b38a36a07 Upgrade dependencies. 2021-04-23 17:01:55 -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
lishid f3f000a6b2 Update dependencies. 2021-04-12 19:06:03 -04:00
lishid e1efb17322 Rollup: Don't include source code in distribution. 2021-04-06 08:48:36 -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
Clemens Ertle 00cf028cc3 add banner to bundle 2021-03-04 16:18:09 -05:00
Lishid ceb3837850
Update README.md 2021-03-01 12:59:44 -05:00
lishid ed0e0a6e90 Target ES6. 2021-01-31 12:55:17 -05: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 318cb2b055 Added versions.json 2020-11-10 02:52:56 -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 2d6aebfe0a Update manifest.json 2020-10-28 21:33:32 -04: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 ed97541d3b Add version number. 2020-10-28 19:20:59 -04:00
lishid a577988baa Update readme. 2020-10-26 12:15:09 -04:00
lishid 245339d8e0 Use rollup for bundling. 2020-10-26 12:02:41 -04:00
lishid 5b96e4a095 Update readme. 2020-10-26 11:15:02 -04:00
lishid 2889865881 Refactor: Use new version of obsidian.d.ts from remote. 2020-10-26 11:07:18 -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