You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you'd like to host your own files, you'll have to fork this repository.
28
28
* Generate different views on a document to keep exam-questions, answers and testing-questions together in one document.
29
29
* Full Obsidian-flavor Markdown support
30
30
* Switch between teacher- and student-view
31
-
* Local [WYSIWIG Editor Setup](docs-wysiwig) that allows you to see the changes to your documents instantly.
31
+
* Local [WYSIWIG Editor Setup](docs-wysiwig.md) that allows you to see the changes to your documents instantly.
32
32
### Features for Students
33
33
* Availability
34
34
* Teaching materials are always up-to-date
@@ -87,15 +87,15 @@ So there are some intricacies you should be aware of when working with it and se
87
87
## Obsidian Language Extensions
88
88
Here you can find the technical intricacies of the Obsidian-specific language extension implemented in this project [docs](docs-obsidian.md).
89
89
## Local WYSIWIG Container
90
-
Start a container running the server, which is exposing a web-page and constantly scanning for changes in your files [here](docs-wysiwig).
90
+
Start a container running the server, which is exposing a web-page and constantly scanning for changes in your files [here](docs-wysiwig.md).
91
91
## Permissions
92
92
You can specify who is able to read whole files, or only parts of it.
93
-
Here you can find more information about [permissions](docs-permissions).
93
+
Here you can find more information about [permissions](docs-permissions.md).
94
94
## Technical Details
95
-
If you're interested about the software used behind the scenes or some of the URLs you may use to do stuff, then look [here](docs-technical-details).
95
+
If you're interested about the software used behind the scenes or some of the URLs you may use to do stuff, then look [here](docs-technical-details.md).
96
96
## Development: Building this Project
97
-
Here you can find information about [building](docs-building) this project.
97
+
Here you can find information about [building](docs-building.md) this project.
98
98
## Development: Debugging
99
-
Here you can find information about [debugging](docs-debugging) this project when you've decided to help develop it.
99
+
Here you can find information about [debugging](docs-debugging.md) this project when you've decided to help develop it.
100
100
## Self-Hosting: Keycloak
101
-
If you like to host your own server, you'll need a Keycloak-Server to host your users' credentials that is probably connected to your schools' LDAP in some way. [Here](docs-keycloak) you can find information about that.
101
+
If you like to host your own server, you'll need a Keycloak-Server to host your users' credentials that is probably connected to your schools' LDAP in some way. [Here](docs-keycloak.md) you can find information about that.
0 commit comments