Skip to content

Commit 4497991

Browse files
committed
big changes; we have a good TS config now
1 parent cbbaf54 commit 4497991

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+745
-666
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/api-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ A link to their API documentation
1515
**What does the API do/offer**
1616
A short description of what data the API offers
1717

18-
- [ ] Is the API free to use
19-
- [ ] Does the API require authentication
18+
- [ ] Is the API free to use
19+
- [ ] Does the API require authentication

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ labels: bug
66
assignees: ''
77
---
88

9-
- [ ] The Plugin is up to date
10-
- [ ] Obsidian is up to date
9+
- [ ] The Plugin is up to date
10+
- [ ] Obsidian is up to date
1111

1212
**Describe the bug**
1313
A clear and concise description of what the bug is.
@@ -28,11 +28,11 @@ If applicable, add screenshots to help explain your problem.
2828

2929
**Occurs on**
3030

31-
- [ ] Windows
32-
- [ ] macOS
33-
- [ ] Linux
34-
- [ ] Android
35-
- [ ] iOS
31+
- [ ] Windows
32+
- [ ] macOS
33+
- [ ] Linux
34+
- [ ] Android
35+
- [ ] iOS
3636

3737
**Plugin version**
3838
x.x.x

CHANGELOG.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@
22

33
# 0.7.2
44

5-
- Improvements to UI text to match the Obsidian plugin guidelines [#153](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/153) (thanks kepano)
5+
- Improvements to UI text to match the Obsidian plugin guidelines [#153](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/153) (thanks kepano)
66

77
# 0.7.1
88

9-
- Fixed mobygames result without an image crashing the search [#148](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues/148) [#149](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/149) (thanks ltctceplrm)
10-
- Use Steam Community SearchApps for Steam search by title for fuzzy results [#146](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/146) (thanks ZackBoe)
11-
- Don't search APIs that don't have an API key set [#147](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/147) (thanks ZackBoe)
12-
- Use https for all API requests [#147](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/147) (thanks ZackBoe)
13-
- Sped up multi API search
14-
- Fixed unrelated APIs being searched when searching by a specific media type
9+
- Fixed mobygames result without an image crashing the search [#148](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues/148) [#149](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/149) (thanks ltctceplrm)
10+
- Use Steam Community SearchApps for Steam search by title for fuzzy results [#146](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/146) (thanks ZackBoe)
11+
- Don't search APIs that don't have an API key set [#147](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/147) (thanks ZackBoe)
12+
- Use https for all API requests [#147](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/147) (thanks ZackBoe)
13+
- Sped up multi API search
14+
- Fixed unrelated APIs being searched when searching by a specific media type
1515

1616
# 0.7.0
1717

18-
- renamed the plugin to just `Media DB`
19-
- Add plot field when fetching data from OMDb [#106](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/106) (thanks onesvat)
20-
- Added support for Moby Games API [#131](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/131) (thanks ltctceplrm)
21-
- Add index operator for arrays when templating [#129](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/129) (thanks kelszo)
22-
- Support disabling default front matter and add support for Templater [#119](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/119) (thanks kelszo)
23-
- Add option to open new note in a new tab [#128](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/128) (thanks kelszo)
24-
- Added developers and publishers field to games [#122](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/122) (thanks ltctceplrm)
18+
- renamed the plugin to just `Media DB`
19+
- Add plot field when fetching data from OMDb [#106](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/106) (thanks onesvat)
20+
- Added support for Moby Games API [#131](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/131) (thanks ltctceplrm)
21+
- Add index operator for arrays when templating [#129](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/129) (thanks kelszo)
22+
- Support disabling default front matter and add support for Templater [#119](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/119) (thanks kelszo)
23+
- Add option to open new note in a new tab [#128](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/128) (thanks kelszo)
24+
- Added developers and publishers field to games [#122](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/122) (thanks ltctceplrm)
2525

2626
# 0.6.0
2727

28-
- Added manga support through Jikan
29-
- Added book support through Open Library
30-
- Added album cover support for music releases
31-
- Split up `producer` into `studio`, `director` and `writer` for movies and series
32-
- fixed the preview modal not displaying the frontmatter anymore
28+
- Added manga support through Jikan
29+
- Added book support through Open Library
30+
- Added album cover support for music releases
31+
- Split up `producer` into `studio`, `director` and `writer` for movies and series
32+
- fixed the preview modal not displaying the frontmatter anymore
3333

3434
# 0.5.0
3535

36-
- New simple search modal, select the media type and search all applicable APIs
37-
- More data for Board Games
38-
- Actors and Streaming Platforms for Movies and Series
39-
- Separate new file location for all media types
40-
- Separate command for each media type
41-
- Fix problems with closing of preview modal
36+
- New simple search modal, select the media type and search all applicable APIs
37+
- More data for Board Games
38+
- Actors and Streaming Platforms for Movies and Series
39+
- Separate new file location for all media types
40+
- Separate command for each media type
41+
- Fix problems with closing of preview modal
4242

4343
# 0.3.2
4444

45-
- Added Board Game Geek API (documentation pending)
46-
- More information in the search results
47-
- various fixes
45+
- Added Board Game Geek API (documentation pending)
46+
- More information in the search results
47+
- various fixes
4848

4949
# 0.3.1
5050

51-
- various fixes
51+
- various fixes
5252

5353
# 0.3.0
5454

55-
- Added bulk import. Import a folder of media notes as Media DB entries (thanks to [PaperOrb](https://github.com/PaperOrb) on GitHub for their input and for helping me test this feature)
56-
- Added a custom result select modal that allows you to select multiple results at once
57-
- Fixed a bug where the note creation would fail when the metadata included a field with the values `null` or `undefined`
55+
- Added bulk import. Import a folder of media notes as Media DB entries (thanks to [PaperOrb](https://github.com/PaperOrb) on GitHub for their input and for helping me test this feature)
56+
- Added a custom result select modal that allows you to select multiple results at once
57+
- Fixed a bug where the note creation would fail when the metadata included a field with the values `null` or `undefined`
5858

5959
# 0.2.1
6060

61-
- fixed a small bug with the initial selection of an API in the ID search modal
61+
- fixed a small bug with the initial selection of an API in the ID search modal
6262

6363
# 0.2.0
6464

65-
- Added the option to rename metadata fields through property mappings
66-
- fixed note creation falling, when the folder set in the settings did not exist
65+
- Added the option to rename metadata fields through property mappings
66+
- fixed note creation falling, when the folder set in the settings did not exist

0 commit comments

Comments
 (0)