Added table of contents
This commit is contained in:
parent
31e2b5d7e8
commit
b23f6b483d
5 changed files with 47 additions and 2 deletions
3
.obsidian/community-plugins.json
vendored
Normal file
3
.obsidian/community-plugins.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[
|
||||||
|
"obsidian-plugin-toc"
|
||||||
|
]
|
20
.obsidian/plugins/obsidian-plugin-toc/main.js
vendored
Normal file
20
.obsidian/plugins/obsidian-plugin-toc/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-plugin-toc/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-plugin-toc/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-plugin-toc",
|
||||||
|
"name": "Table of Contents",
|
||||||
|
"author": "Andrew Lisowski",
|
||||||
|
"authorUrl": "https://twitter.com/hipstersmoothie",
|
||||||
|
"description": "Create a table of contents for a note.",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "0.10.12",
|
||||||
|
"version": "0.2.0"
|
||||||
|
}
|
3
.obsidian/workspace.json
vendored
3
.obsidian/workspace.json
vendored
|
@ -180,10 +180,11 @@
|
||||||
},
|
},
|
||||||
"active": "18385a150e34cecc",
|
"active": "18385a150e34cecc",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Object Structures/README.md",
|
||||||
|
"README.md",
|
||||||
"images/decenteralized.png",
|
"images/decenteralized.png",
|
||||||
"images",
|
"images",
|
||||||
"images/peer2peer.png",
|
"images/peer2peer.png",
|
||||||
"README.md",
|
|
||||||
"Limits/UUID Standard.md",
|
"Limits/UUID Standard.md",
|
||||||
"LICENSE.md",
|
"LICENSE.md",
|
||||||
"Pasted image 20240831154905.png",
|
"Pasted image 20240831154905.png",
|
||||||
|
|
13
README.md
13
README.md
|
@ -17,13 +17,24 @@ But take Twitter or Reddit for example, users are constrained to creating their
|
||||||
|
|
||||||
No! The idea is that one use may register for john@foobar.com but with that sole account john may access other Socialbox instances and interact on them without ever telling lol.com or any other foreign instance what John's password is. For example, if john@foobar.com authenticates to lol.com, it's up to lol.com to verify if john is actually john from foobar.com by talking to foobar.com directly, this way lol.com can verify that john from foobar.com is actually john.
|
No! The idea is that one use may register for john@foobar.com but with that sole account john may access other Socialbox instances and interact on them without ever telling lol.com or any other foreign instance what John's password is. For example, if john@foobar.com authenticates to lol.com, it's up to lol.com to verify if john is actually john from foobar.com by talking to foobar.com directly, this way lol.com can verify that john from foobar.com is actually john.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
|
||||||
|
- [[README]] (*You are here!*)
|
||||||
|
- Limits
|
||||||
|
- [[UUID Standard]]
|
||||||
|
- Object Structures
|
||||||
|
- [[Entity]]
|
||||||
|
- [[User]]
|
||||||
|
|
||||||
---
|
---
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (C) 2024 Socialbox Team
|
Copyright (C) 2024 Socialbox Team
|
||||||
Copyright (C) 2022-2024 Nosial Technologies
|
Copyright (C) 2022-2024 Nosial Technologies
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute an[]()d/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
or any later version published by the Free Software Foundation;
|
or any later version published by the Free Software Foundation;
|
||||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
||||||
|
|
Loading…
Add table
Reference in a new issue