add test content

This commit is contained in:
constantinos 2024-12-20 12:15:56 +02:00
parent 01780aab50
commit efb7830152
4 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,7 @@
+++
title = 'Entry with spaces'
date = '2024-12-20T11:49:28+02:00'
draft = false
keywords= ["draft"]
abstract= "Text for abstract..."
+++

View file

@ -0,0 +1,9 @@
+++
title = 'Test 2'
date = '2024-12-19T16:16:57+02:00'
draft = false
keywords= ['draft']
+++
- [test-links](entry/test-links.md)
- [Obsidian links](entry/test-links.md#Obsidian%20links)

View file

@ -0,0 +1,9 @@
+++
title = 'Test'
date = '2024-12-19T16:16:57+02:00'
draft = false
keywords= ['draft']
+++
- [test-links](entry/test-links.md)
- [entry2-1](entry/entry2-1.md)

View file

@ -0,0 +1,56 @@
+++
date = '2024-12-19T15:53:38+02:00'
draft = false
title = 'Test: Obsidian links'
+++
# Obsidian links
- [Entry2](entry/test-entry.md)
- [Invalid entry](entry/invalid.md)
- [Invalid triad destination](invalid/something.md)
- [entry with spaces](entry/entry%20with%20spaces.md) (Obsidian replaces spaces with `%20`)
---
```
- [Entry2](entry/entry2.md)
- [EntryXXX](entry/entry25.md)
- [Invalid triad destination](invalid/something.md)
```
# Standard Sandpoints links
![Link label](entry:test-entry)
---
```
![Link label](entry:test-entry)
```
# Subheading links
[Subheading](#Test)
---
```
[subheading](#Test)
```
# WWW Links
- [google](http://google.com)
- [google](http://google.com "Go to google")
---
```
- [google](http://google.com)
- [google](http://google.com "Go to google")
```
# Test
empty subheading for testing