https://github.com/andrewmcodes/remote-ruby-vault
Obsidian vault of Remote Ruby episodes for personal research
https://github.com/andrewmcodes/remote-ruby-vault
notes obsidian remote-ruby
Last synced: 24 days ago
JSON representation
Obsidian vault of Remote Ruby episodes for personal research
- Host: GitHub
- URL: https://github.com/andrewmcodes/remote-ruby-vault
- Owner: andrewmcodes
- Created: 2022-04-09T23:32:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T03:42:15.000Z (about 4 years ago)
- Last Synced: 2025-02-04T15:29:01.510Z (over 1 year ago)
- Topics: notes, obsidian, remote-ruby
- Language: JavaScript
- Homepage:
- Size: 792 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Remote Ruby Obsidian Vault
An Obsidian vault filled with Remote Ruby epsides. This was created for research purposes and is not guarenteed to stay a public repo when I no longer need it.
## Getting Started
### With Obsidian
This is an Obsidian vault, so if you have Obsidian installed, you can open the folder as a vault.
Note: install from the [Obsidian website](https://obsidian.md) or `brew install --cask obsidian`.
1. Clone the project
```bash
gh repo clone andrewmcodes/remote-ruby-vault
# or
git clone https://github.com/andrewmcodes/remote-ruby-vault.git
```
2. In Obsidian, open the folder as a vault.
Note: If you are already in your own vault, click the vault icon in the bottom right to switch and open this new one.
### Without Obsidian
This [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes) will allow the backlinks to work properly so you can click through them without needing Obsidian installed. However, the main power of this vault is the extendable dashboard query being used that you won't be able to see without Obsidian.
### Without Cloning
Hit `.` while on the repo page and open with [github.dev](https://github.dev/andrewmcodes/remote-ruby-vault) and just edit the Markdown like normal!