Skip to content
Snippets Groups Projects
Commit 9dca7e57 authored by Noah's avatar Noah
Browse files

Changed 1 files.

Affected files:
README.md
parent 28a6ef6f
Branches
No related tags found
No related merge requests found
...@@ -7,8 +7,19 @@ This is a template for a collection of text files (e.g. notebooks, wikis, "Zette ...@@ -7,8 +7,19 @@ This is a template for a collection of text files (e.g. notebooks, wikis, "Zette
- the plugin [Obsidian Link converter](https://github.com/ozntel/obsidian-link-converter) can be used to convert wikilinks to MdLinks - the plugin [Obsidian Link converter](https://github.com/ozntel/obsidian-link-converter) can be used to convert wikilinks to MdLinks
- as a rule of thumb, avoid spaces in filenames if possible. If the file already has a space in it, the link must replace the space with `%20` like so: `[obsidian file](obsidian%20file.md)` - as a rule of thumb, avoid spaces in filenames if possible. If the file already has a space in it, the link must replace the space with `%20` like so: `[obsidian file](obsidian%20file.md)`
## Getting started
- (create your repository in GitLab (new project))
- Clone this repository or the new one with `git clone`
- if on Windows, use https (not ssh) in order to conveniently push with the Obsidian Git plugin (see below)
- Open Obsidian and open the cloned folder as a new vault. If you already have a vault open, use the "Open another vault" button in the bottom left.
- Go to settings (`Ctrl+,`) and install the community plugins to ease your experience:
- Obsidian Git
- Obsidian Link Converter
- Set some hotkeys to Git pull, commit & push and for `Obsidian Link Converter: Vault: Links to Markdown`
- Create the gitignore file as below
- See more advice below
### .gitignore ### .gitignore
The [.gitignore](.gitignore) file needs to contain the subfolder .obsidian in order not to push the personal settings for this vault. Obsidian cannot link to this file because it always assumes `.md` file endings, however in GitLab the link above should work. The [.gitignore](.gitignore) file needs to contain the subfolder `.obsidian` in order not to push the personal settings for this vault. Obsidian cannot link to this file because it always assumes `.md` file endings, however in GitLab the link above should work.
## Test content ## Test content
- This is a test link to another [file](otherfile.md) - This is a test link to another [file](otherfile.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment