No description
Find a file
2023-03-21 15:30:53 -04:00
.github/workflows Delete auto_merge.yml 2022-08-30 21:02:09 +09:00
.husky change: defaultFrontmatterKeyType from snake to camel 2022-08-17 20:42:51 +09:00
.vscode chore: add vscode settings.json 2022-08-14 17:52:57 +09:00
pages initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
src initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
.editorconfig Initial commit 2022-04-07 14:15:50 +09:00
.eslintignore Initial commit 2022-04-07 14:15:50 +09:00
.eslintrc chore: update eslint 2022-08-14 17:21:28 +09:00
.gitignore chore: add vscode settings.json 2022-08-14 17:52:57 +09:00
.npmrc chore: change use of npm to yarn 2022-08-14 17:10:50 +09:00
.nvmrc chore: add .nvmrc file 2022-04-30 16:56:35 +09:00
.prettierignore chore: install prettier-cli 2022-08-14 17:36:23 +09:00
.prettierrc chore: install prettier-cli 2022-08-14 17:36:23 +09:00
.versionrc chore(release): 0.0.2 2022-04-07 14:39:30 +09:00
CHANGELOG.md chore(release): 0.5.9 2023-01-07 13:20:56 +09:00
esbuild.config.mjs chore: apply minify build 2022-08-17 20:44:46 +09:00
jest.config.js move: from mock_obsidian.js to mock_obsidian.ts 2022-09-05 23:35:50 +09:00
LICENSE.txt Create LICENSE.txt 2022-04-10 17:47:33 +09:00
manifest-beta.json initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
manifest.json initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
package.json initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
README.md initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
styles.css initial. s/book/game/g. model RAWG Api games response and request. remove service providers and other unneeded things for this fork 2023-03-21 15:30:53 -04:00
tsconfig.json move: CursorJumper in utils folder 2022-08-17 20:44:45 +09:00
version-bump.mjs Initial commit 2022-04-07 14:15:50 +09:00
versions.json Initial commit 2022-04-07 14:15:50 +09:00
yarn.lock add: installation link in gh-pages 2022-08-17 20:44:45 +09:00

Obsidian Game Search Plugin

forked from

https://github.com/anpigon/obsidian-book-search-plugin/

Description

Use to query game using :

  • A game title

Use RAWG Game APe to get the game information.


How to install

Click the link to install the Game Search plugin: Install Link

Or, Search in the Obsidian Community plugin. And install it.

How to use

1. Click the ribbon icon, or excute the command "Create new game note".

2. Search for game by keywords.

3. Select the game from the search results.

4. Voila! A note has been created.

How to use settings

New file location

Set the folder location where the new file is created. Otherwise, a new file is created in the Obsidian Root folder.

New file name

You can set the file name format. The default format is {{name}} - {{published}}. You can use {{DATE}} or {{DATE:YYYYMMDD}} to set a unique file name.

Template file

You can set the template file location. There is an example template at the bottom.