Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T05:58:59.000Z (11 months ago)
- Last Synced: 2024-02-09T06:35:42.050Z (11 months ago)
- Topics: anime, logseq, logseq-plugin, movies
- Language: TypeScript
- Homepage:
- Size: 1.61 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Logseg Movies Plugin
[![Latest Release](https://img.shields.io/github/v/release/darthorimar/logseq-movies-plugin?style=flat-square)](https://github.com/darthorimar/logseq-movies-plugin/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/darthorimar/logseq-movies-plugin/test.yaml?style=flat-square)](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
![](readme-assets/demo.gif)
## 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)