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

Init with few test examples by Obsidian (commited without plugin).

parent a6941e94
No related branches found
No related tags found
No related merge requests found
.obsidian
\ No newline at end of file
This file was created on error by obsidian. I did not find a way to edit the real ".gitignore" file in Obsidian because it always creates .md files by default (and assumes .md for all file links, as it should).
\ No newline at end of file
# Markdown Linked Notes Template
This is a template for a collection of text files (e.g. notebooks, wikis, "Zettelkasten") located in a git repository. The following core features are desired:
- editing mainly in [Obsidian](https://wwww.obsidian.md), but any text editor possible
- asynchronous shared work possible, with note merging handled by git
- online viewing in GitLab possible, with working links between notes
- this particularly means that Obsidians `\[\[ FILE \]\]` links are not supported
### .gitignore
The [.gitignore](.gitignore) file currently looks like this:
![.gitignore](.gitignore)
## Test content
- This is a test link to another [file](otherfile.md)
- This is a test link to [itself](./README.md)
- This is test link to a file with obsidian-style linking: [[obsidian file]]
- This is a test link to a file in a subfolder called Topic A: [link](Topic A/newfile.md)
- here is the test again without the space in the subfolder: [link](TopicA/newfile.md)
This content is created to test/showcase the behaviour and rendering in GitLab online.
```mermaid
graph LR
f[first]
i[initial]
s[second]
t[third]
f & i --> s
s --> t
t --> s
```
---
## Getting started
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
......
This file was created on error by Obsidian when linking to "./Topic A/newfile.md"
This file was created in Obs by linking to `TopicA/newfile.md` and it worked!
\ No newline at end of file
This file was created by linking to `[[obsidian file.md]]`
This is the other file linked by a standard `[]()` type link.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment