Commit graph

161 commits

Author SHA1 Message Date
Kelvin John Falk Szolnoky
40cde2b09a
fix: fallback to default front matter if no template is found 2024-01-24 23:15:38 +01:00
Kelvin John Falk Szolnoky
89b5b0f16b
feat: add setting to disable default front matter. support templater. 2024-01-24 23:15:31 +01:00
Kelvin John Falk Szolnoky
06946c73da
fix: use file path instead of filename for finding templates 2024-01-24 23:13:00 +01:00
Kelvin John Falk Szolnoky
e7aabb9cb9
feat: add option to open new note in a new tab 2024-01-24 22:50:24 +01:00
ltctceplrm
93c46e5848
Fixed manga import by replacing double quotes to single quotes
When using the default double quotes the YAML formatting was no longer correct.
2024-01-22 20:27:51 +01:00
ltctceplrm
99bf06dda9
Fixed bug in OpenLibraryAPI when no isbn was present 2024-01-14 18:19:26 +01:00
ltctceplrm
8bb8c2d791 Added developers and publishers field to games
OMDB doesn't have this field so I mapped it to be empty.
2024-01-13 15:01:38 +01:00
ltctceplrm
80cca27bde Removed test for title + author search
Forgot to remove this
2023-12-21 20:35:59 +01:00
ltctceplrm
e30db0897d Added author in the search results for books 2023-12-21 20:33:51 +01:00
ltctceplrm
d21ac66061 Added isbn13 as well 2023-12-19 20:39:26 +01:00
ltctceplrm
fe9f04126d Added isbn field to books 2023-12-19 19:52:52 +01:00
mProjectsCode
5125e73cb4 update deps; fix preview modal 2023-12-12 21:07:49 +01:00
ltctceplrm
e13d9e56c0 Fixed formatting 2023-12-09 23:39:25 +01:00
ltctceplrm
5f6f875b86 Replaced the producer field by director and added writer and studio fields 2023-12-09 20:47:00 +01:00
ltctceplrm
18f4412158 Added plot section for books 2023-12-09 15:20:21 +01:00
ltctceplrm
57de3d614c Modified the PR by onesvat to add plot to media
I modified synopsis in manga to plot and added the plot in MALapi that also uses the movie model, I did the same thing for series
2023-12-08 03:32:07 +01:00
ltctceplrm
a31a6191cd Removed duplicate media type I added
The "missing" media type wasn't actually missing
2023-12-08 02:24:00 +01:00
ltctceplrm
826566c874 Added missing manga media type 2023-12-07 22:31:52 +01:00
ltctceplrm
75ad6db677 Added covers and url to music albums 2023-12-07 22:31:42 +01:00
mProjectsCode
1d76bb8981 maintenance 2023-09-28 11:50:39 +02:00
Phantom
67825ae135 Merge remote-tracking branch 'upstream/master' 2023-09-27 21:17:56 -05:00
Phantom
4cf7e26bdd Removed unnecessary comment, fixed formatting 2023-09-27 20:50:41 -05:00
ltctceplrm
34f6353630 Fixed breaking error when there was no rating 2023-09-23 03:51:31 +02:00
ltctceplrm
4968c491dc Added online rating 2023-09-23 03:21:03 +02:00
ltctceplrm
03d1c1dc7d Changed api search to use works rather than individual editions 2023-09-23 02:52:20 +02:00
ltctceplrm
a15af42d85 Removed isbn10 field
Since I'm now using the general work rather than a specific edition
2023-09-23 02:51:50 +02:00
ltctceplrm
e89bf8e455 Added fallback if there is no default cover 2023-09-23 00:29:24 +02:00
ltctceplrm
cf36d19e11 Fixed bugs
Added a header so it doesn't limit the rate of requests as fast
Fixed year missing from title
Replaced ID from isbn to OpenLibrary ID
Added ISBN10 as separate field
2023-09-22 23:10:52 +02:00
ltctceplrm
38d28e10a0 Testing openlibrary support 2023-09-22 20:31:02 +02:00
mProjectsCode
5054b0f20f removed some comments 2023-08-28 18:27:07 +02:00
mProjectsCode
f1f8a3f7b0 format and update packages 2023-08-28 18:26:36 +02:00
mProjectsCode
e416434bf3 merge #100 2023-08-28 18:12:56 +02:00
spozer
78c7dd8b7d fix for requested changes - uses textContent instead of innterHTML to display date preview in settings panel, also prefixed element id with media-db 2023-08-28 17:38:24 +02:00
mProjectsCode
b83aec2845 Merge branch 'master' of https://github.com/mProjectsCode/obsidian-media-db-plugin 2023-08-24 11:09:06 +02:00
mProjectsCode
9a59f62280 fix 85 2023-08-24 11:06:47 +02:00
SvenPf
52309dda59 fix issue where date formatting was wrong if machine's locale is anything other then 'en' or 'gb' 2023-07-26 18:05:47 +02:00
SvenPf
0514ce5eb8 add feature to customize date formatting 2023-07-25 00:12:19 +02:00
Phantom
f6e96e7a9a renamed lnovel to light-novel 2023-07-21 21:16:54 -05:00
Phantom
93950947b8 Added remaining possible types, removed type ifs 2023-07-21 20:53:12 -05:00
Phantom
eb28e96769 Added MAL Manga as a second Jikan API 2023-07-21 20:45:03 -05:00
Moritz Jung
2d2e380673 prepare version 0.5.2 2023-05-30 17:33:42 +02:00
Moritz Jung
15fc591b83 hopefully fix #94 2023-05-30 17:31:45 +02:00
Moritz Jung
ed78ffcd64 Merge branch 'master' of https://github.com/mProjectsCode/obsidian-media-db-plugin 2023-05-29 19:46:28 +02:00
Moritz Jung
cb97b57d02 #94 maybe a fix, idk not tested 2023-05-29 19:46:09 +02:00
mProjectsCode
db8a1b53c6 fix #77 2023-02-01 20:58:10 +01:00
mProjectsCode
33f55f6961 bump version 2022-12-02 21:41:33 +01:00
mProjectsCode
48bef13e4d fix eslint 2022-11-29 19:45:55 +01:00
mProjectsCode
f5b9020dc8 fix #70 #71 #68 #57 2022-11-26 16:11:21 +01:00
Moritz Jung
e48963487b fix error on note creation while folder is missing 2022-11-08 14:27:35 +01:00
mProjectsCode
ba3566caa6 #38 2022-10-25 17:12:52 +02:00