Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Markdown Linked Notes Template
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noah
Markdown Linked Notes Template
Commits
c3f02479
Commit
c3f02479
authored
1 year ago
by
Noah
Browse files
Options
Downloads
Patches
Plain Diff
Testing `%20` repairing for links.
parent
afff8750
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
Topic A/newfile.md
+1
-0
1 addition, 0 deletions
Topic A/newfile.md
with
3 additions
and
0 deletions
README.md
+
2
−
0
View file @
c3f02479
...
...
@@ -16,7 +16,9 @@ The [.gitignore](.gitignore) file needs to contain the subfolder .obsidian in or
-
This is a test link to a file with obsidian-style linking: [[obsidian file]]
-
git style link to the same file:
[
obsidian file
](
obsidian%20file.md
)
-
This is a test link to a file in a subfolder called Topic A:
[
link
](
Topic
A/newfile.md)
-
GitLab actually recognises this link correctly, however Obsidian terminates after the first space character
-
here is the test again without the space in the subfolder:
[
link
](
TopicA/newfile.md
)
-
here is the test again with a repaired space in the subfolder:
[
link
](
Topic%20A/newfile.md
)
This content is created to test/showcase the behaviour and rendering in GitLab online.
...
...
This diff is collapsed.
Click to expand it.
Topic A/newfile.md
0 → 100644
+
1
−
0
View file @
c3f02479
This file was finally created by Obsidian in the subfolder after the MdLink was repaired with a
`%20`
as space.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment