mirror of
https://github.com/cmorooney/obsidian-game-search-plugin.git
synced 2026-07-22 07:50:25 +00:00
No description
| .github/workflows | ||
| .husky | ||
| .vscode | ||
| pages | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .versionrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| LICENSE.txt | ||
| manifest-beta.json | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| yarn.lock | ||
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.