The Cheat Sheets Plus repository is an Obsidian vault containing cheat sheets, project information, documentation, code snippets, and other useful information in markdown format. The main feature of this knowledge base repository is that the markdown files have been manicured to contain internal backlinks and tags thus exposing their inter-relationships. It's a knowledge base with metadata providing insight.
It can be viewed using any markdown viewer (e.g. almost any browser) but if Obsidian is used then many additional features will be available including queries using the Dataview plugin for Obsidian.
This knowledge base has been developed through the efforts of several individuals. It is licensed under the MIT open source license and can be shared freely as long as the individual copyrights are retained. Please feel free to contribute with additional cheat sheets and documentation, corrections, suggestions, enhancements, or simply buy us a cup of coffee.
These are the release notes for Version 1.0.0 Release 2 of the Cheat Sheets Plus vault.
The Cheat Sheets Plus vault can be installed on Windows, Mac, or Linux. The following installation instructions are for Mac and Linux. Windows users can follow similar steps.
For the optimal experience, open this vault in Obsidian!
- Download the vault
- Open the vault in Obsidian via "Open another vault -> Open folder as vault"
- Trust us. :)
- When Obsidian opens the settings, verify that "Dataview", "Excalidraw", and "Excalibrain" are enabled
- Done! The Cheat Sheets Plus vault is now available to you in its purest and most useful form!
Those familiar with wget
can download this release from the command line with:
wget --quiet -O ~/Downloads/cheat-sheets-plus-v1.0.0r2.tar.gz \
https://github.com/doctorfree/cheat-sheets-plus/archive/refs/tags/v1.0.0r2.tar.gz
Currently release archives are available in either ZIP or compressed tar archive format.
To extract the ZIP archive:
cd /path/to/your/vaults # e.g. `cd ~/Documents/Obsidian`
unzip /path/to/cheat-sheets-plus-1.0.0r2.zip
To extract the compressed tar archive:
cd /path/to/your/vaults # e.g. `cd ~/Documents`
tar xf /path/to/cheat-sheets-plus-1.0.0r2.tar.gz
Once extracted, the Cheat Sheets Plus vault is now available in /path/to/your/vaults/cheat-sheets-plus-1.0.0r2/
.
The downloaded archive can be deleted:
rm -f /path/to/cheat-sheets-plus-1.0.0r2.zip
or
rm -f /path/to/cheat-sheets-plus-1.0.0r2.tar.gz
The Cheat Sheets Plus vault is pre-configured for use with Obsidian. Install Obsidian for your platform by clicking the appropriate installation link at the Obsidian website. Obsidian is available for Windows, Mac, and Linux as well as mobile devices.
Add a new vault in Obsidian with Open folder as vault
and navigate to the cheat-sheets-plus-1.0.0r2
extracted folder. When prompted, Trust
and enable the Dataview
plugin if it is not already enabled.
The Cheat Sheets Plus vault includes the Doctorfree
Obsidian theme. Enable this Obsidian theme in Obsidian by visiting Settings -> Appearance
and selecting Doctorfree
from the dropdown in the Themes
section.
Obsidian is required for some features but is not necessary to view the Cheat Sheets Plus vault. Any markdown viewer/editor can be used. If the Cheat Sheets Plus vault is extracted into a website folder, it can be viewed using most browsers.
To remove the Cheat Sheets Plus vault simply remove the extracted folder and its contents:
cd /path/to/your/vaults # e.g. `cd ~/Documents/Obsidian`
rm -rf cheat-sheets-plus-1.0.0r2
Support the development and improvement of the Cheat Sheets Plus vault by sponsoring the Projects of Doctorfree.
View the full changelog for this release at https://github.com/doctorfree/cheat-sheets-plus/blob/v1.0.0r2/CHANGELOG.md