reading format

main
Mel 3 years ago
parent 31097232b1
commit eb97d8d336

@ -4,6 +4,7 @@
"switcher", "switcher",
"graph", "graph",
"backlink", "backlink",
"tag-pane",
"page-preview", "page-preview",
"note-composer", "note-composer",
"command-palette", "command-palette",

@ -4,12 +4,12 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "843703181669292f", "id": "c1cbd199334b4022",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Networks/Postfix config.md", "file": "Reading list/@Reading master.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -43,6 +43,17 @@
"sortOrder": "alphabetical" "sortOrder": "alphabetical"
} }
} }
},
{
"id": "b390c4c0a9a72f16",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
} }
], ],
"currentTab": 0 "currentTab": 0
@ -57,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Networks/Postfix config.md", "file": "Reading list/@Reading master.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -67,21 +78,37 @@
"unlinkedCollapsed": false "unlinkedCollapsed": false
} }
} }
},
{
"id": "51b6dd4b8c0c1449",
"type": "leaf",
"state": {
"type": "side-panel-control-view",
"state": {}
}
},
{
"id": "86a095cebfd3c99f",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
} }
], ],
"currentTab": 0 "currentTab": 2
}, },
"active": "843703181669292f", "active": "c1cbd199334b4022",
"lastOpenFiles": [ "lastOpenFiles": [
"Reading list/@Reading master.md",
"Internet snippets/Sad Little Men.md",
"Internet snippets/Mating.md",
"Networks/Postfix config.md", "Networks/Postfix config.md",
"Networks/Tools Server.md", "Networks/Tools Server.md",
"Networks/Caddy config.md", "Life Orga/@Life Organisation.md",
"Internet snippets/Sad Little Men.md", "Life Orga/Lifestyle.md",
"Reading list/@Reading master.md",
"Networks/VPS Console Dialogue.md", "Networks/VPS Console Dialogue.md",
"Networks/Docker config.md", "Networks/Domains.md",
"Internet snippets/Torto Arado.md", "Networks/Caddy config.md"
"Internet snippets/Mating.md",
"Life Orga/Lifestyle.md"
] ]
} }

@ -237,9 +237,13 @@ Ports (25, 465, 587) need to be opened by the firewall:
`sudo ufw allow (port)/tcp` `sudo ufw allow (port)/tcp`
 
2. **Networks** 2. **Networks**
Defijition of permitted networks to restrict access (in [[Postfix config#Main cf|main.cf]]). Definition of permitted networks to restrict access (in [[Postfix config#Main cf|main.cf]]).
 
3. **Submission/SMTPD** 3. **Submission/SMTPD**
@ -250,12 +254,20 @@ title: File path
Options are coded in the file by default. Uncheck necessary directives. Options are coded in the file by default. Uncheck necessary directives.
 
4. **SSL cert** 4. **SSL cert**
Postfix SSL certs need to match that of the server (in [[Postfix config#Main cf|main.cf]]). Postfix SSL certs need to match that of the server (in [[Postfix config#Main cf|main.cf]]).
   
5. **SASL**
[Tutorial](https://github.com/webmin/webmin/issues/58)
 
#### Outgoing #### Outgoing
   

@ -312,6 +312,15 @@ User management has not been parametered to exclude new users but an admin panel
   
##### Utilities
```ad-bug
title: Config file
~/gitea/gitea/gitea/conf/app.ini
```
 
--- ---
   
@ -329,6 +338,8 @@ List of monitored services:
- docker - docker
- Bitwarden - Bitwarden
- Mininote - Mininote
- Git
- Git db
   

@ -1,6 +1,6 @@
--- ---
Alias: ["Virtual Private Server"] Alias: ["VPS command-line", "command-line"]
Tag: ["Computer", "Server", "Web", "Cloud"] Tag: ["Computer", "Server", "Web", "Cloud"]
Date: 2021-08-28 Date: 2021-08-28
DocType: "Personal" DocType: "Personal"

@ -96,6 +96,112 @@ style: number
   
### Navigation by language
 
 
#### French literature
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where Language = "FR"
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
#### English literature
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where Language = "EN"
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
#### International literature
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where Language != "FR" AND Language != "EN"
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
### Navigation by type
 
 
#### Novel
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where contains(Tag,"Novel")
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
#### Essay
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where contains(Tag,"Essay")
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
#### Biography
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where contains(Tag,"Biography")
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
 
---
 
### Tag Navigation ### Tag Navigation
   

Loading…
Cancel
Save