A pokemon pokedex in markdown format
The Pokédex (Pokémon Encyclopedia) is an electronic device designed to catalog and provide information regarding the various species of Pokémon. The name Pokédex is a portmanteau of Pokémon and index. In the video games, whenever a Pokémon is first caught, its height, weight, species type, and a short description will be added to a player’s Pokédex. Each region has its own Pokédex, which differ in appearance, species of Pokémon catalogued, and functions. In Pokémon Legends: Arceus, which takes place long before any other Pokémon games, players are tasked with assembling the first ever Pokédex.
The National Pokédex allows Pokémon from all regions to be catalogued.
This repository contains a Pokémon Pokédex in markdown format. It was generated from Veekun’s Pokédex by converting the CSV format Pokédex to Markdown using a script I wrote for Asciiville.
This repository is organized as an Obsidian vault containing the Pokédex in markdown format. It can be viewed using any markdown viewer but if Obsidian is used then many additional features will be available including queries using the Dataview plugin for Obsidian.
The full Release Notes for the current version of the Markdown Pokédex can be found in release_notes.md.
The Markdown Pokédex has been curated with metadata allowing queries to be performed using the Obsidian Dataview plugin. Sample queries along with the code used to perform them can be viewed in the Pokédex Queries document.
Obsidian community plugins we have found useful and can recommend include the following:
View an overview of Pokémon.
View a list of Pokémon.
Included here as well is an .obsidian
directory populated with my Doctorfree Obsidian Theme and other Obsidian initialization. We recommend using Obsidian to browse, view, edit, and manage this repository. Obsidian is not open source but it is free and there is a rich set of community contributed plugins and themes that are open source.
Enter the Pokédex and behold the astonishing wealth of Pokémon data.
View a list of the Pokémon and Pokémon data.
View a list of the Generations of Pokémon
The graph view in Obsidian shows the connections between nodes and tags in the Markdown Pokédex Obsidian vault.
The Obsidian Excalibrain plugin shows the connections between nodes and tags in the Markdown Pokédex Obsidian vault in a contextual sense.
The Markdown Pokédex is in continual development and improvement. To contribute to this project, see the Contributing guidelines.
Support the development and improvement of the Markdown Pokédex by sponsoring the Projects of Doctorfree.
To create this markdown Pokédex, several custom tools were used in the retrieval, conversion, and modification of Pokémon data. See the Tools folder to view these.