https://github.com/darthorimar/logseq-movies-plugin
Logseq plugin that helps you insert your favorite anime and movie titles into your documents
https://github.com/darthorimar/logseq-movies-plugin
anime logseq logseq-plugin movies
Last synced: 20 days ago
JSON representation
Logseq plugin that helps you insert your favorite anime and movie titles into your documents
- Host: GitHub
- URL: https://github.com/darthorimar/logseq-movies-plugin
- Owner: darthorimar
- License: mit
- Created: 2022-07-30T20:46:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T05:58:59.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:11:15.237Z (about 1 month ago)
- Topics: anime, logseq, logseq-plugin, movies
- Language: TypeScript
- Homepage:
- Size: 1.61 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Logseg Movies Plugin
[](https://github.com/darthorimar/logseq-movies-plugin/releases/latest)
[](https://github.com/darthorimar/logseq-movies-plugin/actions/workflows/test.yaml)[Logseq](https://github.com/logseq/logseq) plugin that helps you insert your favorite anime and movie titles into your documents.
## Supported Commands
* 🎬 `Movie (IMDB)` search through IMDB and specify a movie you watched or plan to
* 🎬 `Anime (MyAnimeList)` search through MAL to remember some cool anime you watched## Demo

## 3rd Party APIs
The plugin works via the following APIs:
* For the IMDB, it uses the internal IMDB search API `https://v2.sg.media-imdb.com/suggestion`
* For the MyAnimeList, it uses [Jikan](https://jikan.moe)## Development
* `npm install` to install dependencies
* `npm run dev` to build dev version of the plugin
* `npm run build` to build release version of the plugin
* To add a locally built version of the plugin to your Logseq:
* Enable developer mode in `Settings -> Advanced`
* Navigate to the `Plugins` page from the main menu
* Select `Load unpacked plugin` and choose this repository root## License
The project is licensed under MIT license, see [LICENSE.MD](LICENSE.MD)