Commit graph

97 commits

Author SHA1 Message Date
Karn
4798f1144b Refactor bulk folder import logic to better switch between title and id lookup methods 2025-09-03 18:48:53 +01:00
Karn
a10f9ec609 Allow batch / folder import by id as well as title 2025-08-30 17:38:52 +01:00
Moritz Jung
292dcf5b49 update deps; make apis more type safe 2025-08-08 16:29:18 +02:00
Moritz Jung
8792fed9a3 [auto] run release preconditions 2025-06-15 21:25:00 +02:00
Moritz Jung
db444c83f5 refactor image download into method 2025-05-20 12:11:35 +02:00
Moritz Jung
917f7ab411
Merge pull request #183 from ltctceplrm/api-toggle
Restored and updated the api toggle + added a download option for poster images
2025-05-20 12:05:56 +02:00
ltctceplrm
970432dcfb Reinstated check if file already exists
Plugin will no longer download a poster if it already exists, to avoid unnecessary downloads and in case the user has modified the saved image themselves
2025-05-12 14:06:02 +02:00
ltctceplrm
657668dc7d Added download option for image urls 2025-05-11 17:26:12 +02:00
ltctceplrm
e42ba35697 "Cancel bug" fix #188 2025-05-05 15:52:16 +02:00
ltctceplrm
d24b2d7271 Revert "Changed overwrite confirmation to only appear on new notes"
This reverts commit 46952218de.
2025-03-06 13:26:41 +01:00
ltctceplrm
46952218de Changed overwrite confirmation to only appear on new notes
Overwrite confirmation should only appear if a new note is created, not when updating the metadata for an existing note.
2025-03-05 22:33:30 +01:00
ltctceplrm
9a521a174f Added confirmation before overwriting an existing note 2025-03-05 15:57:19 +01:00
ltctceplrm
0a4c308b5e Removed commented lines 2025-02-19 15:27:48 +01:00
ltctceplrm
540a772e6d Ran prettier and commented out VNDBAPI that I forgot to remove
Just in case I forget: ` bun prettier . --write`
2025-02-12 00:31:57 +01:00
ltctceplrm
a07e549ea4 Merged comic book models with manga models into comicmanga model
Updated both MALAPI Manga and ComicVine API to be more consistent with eachother.
2025-02-11 21:51:08 +01:00
ltctceplrm
3befc82b87 Added comic book support
- Created a new model for comic books
- Added comic vine support
2025-02-11 15:45:20 +01:00
Moritz Jung
da1904b164 lint 2025-01-14 22:33:47 +01:00
Moritz Jung
4497991344 big changes; we have a good TS config now 2025-01-14 22:30:28 +01:00
ltctceplrm
ee19791dba Added support for giant bomb api and modified the readme
Added a note about mobygames per #164
2024-09-22 01:26:02 +02:00
Moritz Jung
1fb09395fd fix some small things 2024-06-22 15:53:07 +02:00
Moritz Jung
54293ac3a1 fix some issues; migrate to bun' 2024-04-11 22:30:55 +02:00
mProjectsCode
9257d8e722 update packages; run formatter 2024-01-27 21:50:20 +01:00
ltctceplrm
e75bb5b476 Added support for Moby Games API 2024-01-27 00:46:11 +01:00
Kelvin John Falk Szolnoky
0c9d7c54c2
feat: add support for templater when using default front matter 2024-01-24 23:15:42 +01:00
Kelvin John Falk Szolnoky
65540b5169
feat: restrict templater integration behind a setting 2024-01-24 23:15:41 +01:00
Kelvin John Falk Szolnoky
3369a4c6cc
feat: rely on templater for code execution 2024-01-24 23:15:40 +01:00
Kelvin John Falk Szolnoky
f4fcc3df88
refactor: abstract front matter generating functions 2024-01-24 23:15:39 +01:00
Kelvin John Falk Szolnoky
d499071d23
fix: add regex to find front matter 2024-01-24 23:15:38 +01:00
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
e7aabb9cb9
feat: add option to open new note in a new tab 2024-01-24 22:50:24 +01:00
mProjectsCode
5125e73cb4 update deps; fix preview modal 2023-12-12 21:07:49 +01:00
Phantom
67825ae135 Merge remote-tracking branch 'upstream/master' 2023-09-27 21:17:56 -05:00
ltctceplrm
38d28e10a0 Testing openlibrary support 2023-09-22 20:31:02 +02:00
SvenPf
0514ce5eb8 add feature to customize date formatting 2023-07-25 00:12:19 +02:00
Phantom
eb28e96769 Added MAL Manga as a second Jikan API 2023-07-21 20:45:03 -05: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
mProjectsCode
9e2961421d install prettier 2022-10-25 16:45:36 +02:00
mProjectsCode
2662c78080 Add simple search modal, fix preview modal not closing on cancel 2022-10-25 16:36:53 +02:00
mProjectsCode
bdda8146aa fix for #67 2022-10-18 11:38:22 +02:00
mProjectsCode
ccfb0fa9ee fix for #65 2022-10-16 15:27:54 +02:00
mProjectsCode
918c5b6fd7 Cleanup and light changes 2022-10-09 15:40:37 +02:00
AB1908
3a4b69717d
fix: properly merge this time 2022-10-09 16:07:37 +05:30
AB1908
6b5e669f63
Merge branch 'O_O' into preview-modal 2022-10-09 15:59:45 +05:30
AB1908
0ae5063567
feat: add retry logic if preview not satisfactory 2022-10-09 15:57:45 +05:30
AB1908
c36fa0311a
fix: change method access level 2022-10-09 11:35:50 +05:30
mProjectsCode
a3905daf5b Some more modal changes (look at those doc comments :o)
How did this work the first time i tested it???
2022-10-08 22:04:03 +02:00