reading init

Initiation of reading list
main
Mel 3 years ago
parent d1177e7816
commit 06b00ab256

@ -18,5 +18,6 @@
"obsidian-dynamic-toc", "obsidian-dynamic-toc",
"obsidian-tasks-plugin", "obsidian-tasks-plugin",
"obsidian-dice-roller", "obsidian-dice-roller",
"music-code-blocks" "music-code-blocks",
"obsidian-pocket"
] ]

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"id": "find-unlinked-files", "id": "find-unlinked-files",
"name": "Find unlinked files and unresolved links", "name": "Find unlinked files and unresolved links",
"version": "1.2.1", "version": "1.3.0",
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.", "description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
"author": "Vinzent", "author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03", "authorUrl": "https://github.com/Vinzent03",

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{ {
"id": "metaedit", "id": "metaedit",
"name": "MetaEdit", "name": "MetaEdit",
"version": "1.6.16", "version": "1.7.1",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "MetaEdit helps you manage your metadata.", "description": "MetaEdit helps you manage your metadata.",
"author": "Christian B. B. Houmann", "author": "Christian B. B. Houmann",

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"id": "obsidian-dice-roller", "id": "obsidian-dice-roller",
"name": "Dice Roller", "name": "Dice Roller",
"version": "6.4.0", "version": "6.5.0",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "Inline dice rolling for Obsidian.md", "description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine", "author": "Jeremy Valentine",

@ -141,3 +141,130 @@
.setting-item { .setting-item {
border: 0; border: 0;
} }
/** Dice Roller View CSS */
.workspace-split.mod-right-split .view-content.dice-roller-view {
padding: 0.5rem;
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
gap: 12px;
}
.dice-roller-view .dice-roller-grid {
display: grid;
grid-template-rows: auto auto;
justify-content: center;
gap: 6px;
}
.dice-roller-view .dice-roller-grid .dice-buttons {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
width: fit-content;
}
.dice-roller-view .setting-editor-extra-setting-button {
width: fit-content;
}
.dice-roller-view .dice-button .clickable-icon > svg {
width: 36px;
height: 36px;
}
.dice-roller-view .dice-context {
display: grid;
grid-template-columns: 1fr auto;
}
.dice-roller-view .dice-context .add-subtract {
display: flex;
align-items: center;
}
.dice-roller-view/* .dice-context */ input, .dice-roller-view textarea {
width: 100%;
}
.dice-roller-view .dice-roller-grid .advantage-disadvantage {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
.dice-roller-view .dice-roller-grid .advantage-disadvantage button {
margin: 0;
min-width: 66px;
}
.dice-roller-view .dice-roller-formula {
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: flex-end;
gap: 12px;
}
.dice-roller-view .dice-roller-formula button {
margin-right: 0;
margin-left: 12px;
}
.dice-roller-view hr {
margin-bottom: 0;
}
.dice-roller-view .dice-roller-results-container h4 {
margin-top: 6px;
width: 100%;
border-bottom: 1px solid var(--background-modifier-border);
}
.dice-roller-view .dice-roller-results {
display: flex;
flex-flow: column nowrap;
gap: 6px;
}
.dice-roller-view .dice-roller-results .view-result {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 0.25rem;
position: relative;
}
.dice-roller-view .dice-roller-results .view-result .dice-content-copy {
position: absolute;
top: 0;
right: 0;
padding: 0.25rem;
}
.dice-roller-view .dice-roller-results .view-result strong {
font-size: x-large;
}
.dice-roller-view .dice-roller-results .view-result .result-context {
align-self: flex-end;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.25rem;
font-size: x-small;
}
.dice-roller-view
.dice-roller-results
.view-result
.result-context
.clickable-icon {
margin-right: 0;
}
.dice-roller-view .dice-roller-results > span {
color: var(--text-muted);
margin: 0 auto;
}

File diff suppressed because one or more lines are too long

@ -4,6 +4,6 @@
"author": "aidurber", "author": "aidurber",
"description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.", "description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.",
"minAppVersion": "0.11.0", "minAppVersion": "0.11.0",
"version": "0.0.11", "version": "0.0.14",
"repo": "aidurber/obsidian-plugin-dynamic-toc" "repo": "aidurber/obsidian-plugin-dynamic-toc"
} }

@ -0,0 +1,5 @@
{
"item-note-template": "Admin/Templates/Template Pocket Source",
"item-notes-folder": "Internet snippets",
"multi-word-tag-converter": "camel-case"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-pocket",
"name": "Pocket integration",
"version": "0.5.3",
"minAppVersion": "0.12.11",
"description": "Access your Pocket reading list entries and create notes for them easily",
"author": "Nimalan Mahendran",
"authorUrl": "https://twitter.com/nimalan",
"isDesktopOnly": false
}

@ -0,0 +1,47 @@
.PocketItemTagList-styles-module_itemTagList__nVMsD {
list-style: none;
padding-inline-start: 0px;
margin-top: 4px;
}
.PocketItemTagList-styles-module_itemTagList__nVMsD > li {
display: inline;
color: var(--text-muted);
background-color: var(--background-secondary);
margin: 4px;
padding: 2px;
border-radius: 4px;
}
.PocketItem-styles-module_item__3n5s8 {
color: black;
border: 1px solid black;
display: block;
padding: 4px 8px;
}
.PocketItem-styles-module_item__3n5s8 > span {
display: block;
}
.PocketItem-styles-module_itemTitle__2bkMG {
font-weight: 600;
flex-grow: 1;
width: 100%;
}
.PocketItem-styles-module_itemExcerpt__3umt6 {
font-weight: 300;
line-height: 1.5;
flex-grow: 1;
width: 100%;
color: var(--text-normal);
}
.PocketItemList-styles-module_list__2zKhb {
list-style-type: none;
}
.PocketItemList-styles-module_item__3rjWY {
margin: 8px;
}
.settings-styles-module_error__3S0_A {
border-color: var(--background-modifier-error-hover) !important;
}

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Networks/Docker config.md", "file": "Reading list/@Reading master.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -57,7 +57,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Networks/Docker config.md", "file": "Reading list/@Reading master.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -73,15 +73,15 @@
}, },
"active": "843703181669292f", "active": "843703181669292f",
"lastOpenFiles": [ "lastOpenFiles": [
"Networks/Docker config.md", "Reading list/@Reading master.md",
"Networks/Tools Server.md", "Internet snippets/The Girls by Emma Cline review allure of the cult.md",
"Networks/mfxm Website Scope.md", "Admin/Templates/Template Pocket Source.md",
"Networks/Monit config.md", "Internet snippets/Comprendre l'islam ou plutôt pourquoi on n'y comprend rien.md",
"Networks/VPS Console Dialogue.md", "Internet snippets/Mating (novel).md",
"Networks/Alias Server.md", "Internet snippets/Lionel Asbo State of England.md",
"Life Orga/Finances.md", "Internet snippets/Sad Little Men.md",
"Networks/@Networks.md", "Internet snippets/Sad Little Men Private Schools and the Ruin of England (Hardback).md",
"Networks/Cloud Server.md", "Internet snippets/The Good Men.md",
"Nextcloud.md" "Internet snippets/Torto Arado.md"
] ]
} }

@ -0,0 +1,69 @@
---
Tag: [""]
Date:
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language:
Author:
PublishedDate:
SourceLink: {{url}}
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# {{title}}
 
```ad-abstract
title: Summary
collapse: open
{{excerpt}}
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,69 @@
---
Tag: ["Essay", "Religion", "Islam"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp: 2020-09
SourceType: "Book"
Language: FR
Author: Adrien Candiard
PublishedDate: 2016
SourceLink: https://www.laprocure.com/comprendre-islam-plutot-pourquoi-comprend-rien-adrien-candiard/9782081386587.html
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Comprendre l'islam ou plutôt : pourquoi on n'y comprend rien
 
```ad-abstract
title: Summary
collapse: open
Les avis de cette rubrique sont la propriété de La Procure. Les auteurs s'engagent donc à renoncer à tous leurs droits de propriété. L'internaute a le droit de publier un avis par livre, mais certains livres ne sont pas ouverts aux avis.
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,69 @@
---
Tag: ["Novel", "Social", "UK"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language: EN
Author: Martin Amis
PublishedDate: 2012
SourceLink: https://en.wikipedia.org/wiki/Lionel_Asbo:_State_of_England
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Lionel Asbo: State of England
 
```ad-abstract
title: Summary
collapse: open
Lionel Asbo: State of England is a novel by the English author Martin Amis, published in 2012. Desmond Pepperdine, a teen resident of the hopeless borough of Diston Town, shares the home of his late mother with his uncle, the implacably yobbish Lionel Asbo.
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,69 @@
---
Tag: ["Novel", "Classics", "Reflective", "Relationship", "Africa"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language: EN
Author: Norman Rush
PublishedDate: 1991
SourceLink: https://en.wikipedia.org/wiki/Mating_(novel)
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Mating
 
```ad-abstract
title: Summary
collapse: open
Mating (1991) is a novel by American author Norman Rush. It is a first-person narrative by an unnamed American anthropology graduate student in Botswana around 1980.
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,69 @@
---
Tag: ["Biography", "Society", "UK", "Private School"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language: EN
Author: Richard Beard
PublishedDate: 2021
SourceLink: https://www.waterstones.com/book/sad-little-men/richard-beard//9781787302938
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Sad Little Men: Private Schools and the Ruin of England (Hardback)
 
```ad-abstract
title: Summary
collapse: open
'Insanely readable and enjoyable' - TOM HOLLAND, author of Dominion In 1975, as a child, Richard Beard was sent away from his home to sleep in a dormitory. So were David Cameron and Boris Johnson.
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,69 @@
---
Tag: ["Novel", "Society", "Cult", "Relationships"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp: 2021-08
SourceType: "Book"
Language: EN
Author: Emma Cline
PublishedDate: 2016
SourceLink: http://www.theguardian.com/books/2016/jun/12/the-girls-emma-cline-review
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# The Girls
 
```ad-abstract
title: Summary
collapse: open
A teenage girl joins a dangerous commune in this evocative debut novel inspired by the Charles Manson affair Its not hard to see why novelists are attracted to writing about cults and communes, fictional or fictionalised: their bounded and reclusive worlds nonetheless illuminate the soc
```
 
```toc
style: number
```
 
---
 
### Notes
 
***Harvey*** from the same author
 
 

@ -0,0 +1,69 @@
---
Tag: ["Novel", "Historic", "Medieval", "France", "Cathars"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language: EN
Author: Charmaine Craig
PublishedDate: 2003
SourceLink: https://www.goodreads.com/work/best_book/824714-the-good-men-a-novel-of-heresy
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# The Good Men
 
```ad-abstract
title: Summary
collapse: open
by Charmaine Craig. In fourteenth-century France, a young woman from the mountain village of Montaillou was tried for heresy by the Catholic inquisition. Her name was Grazida Lizier and, by her own confession, her “joy was shared” with the wrong man: the village rector.
```
 
```toc
style: number
```
 
---
 
### Notes
 
***Miss Burma*** from the same author
 
 

@ -0,0 +1,70 @@
---
Alias: [""]
Tag: ["Novel", "Brazilian", "Social"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language: BR
Author: Itamar Vieira Junior
PublishedDate: 2019
SourceLink: https://www.lemonde.fr/series-d-ete/article/2021/08/10/un-premier-roman-qui-bouscule-le-bresil-de-bolsonaro_6091079_3451060.html
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Un premier roman qui bouscule le Brésil de Bolsonaro
 
```ad-abstract
title: Summary
collapse: open
Voici deux enfants. Deux sœurs : Bibiana et Belonisia, filles des profondeurs du Sertao bahianais. Leur grand-mère, Donana, a un secret bien gardé. Un couteau, caché dans une malle. Un jour, elles décident den savoir plus. Mais un terrible accident survient. Il les liera pour la vie.
```
 
```toc
style: number
```
 
---
 
### Notes
 
Loret ipsum
 
 

@ -4,7 +4,7 @@ Tag: ["Server", "Security", "Privacy", "App", "Web"]
Date: 2021-09-19 Date: 2021-09-19
DocType: "Server" DocType: "Server"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-09-23 TimeStamp: 2021-09-24
CPU: 2Core CPU: 2Core
RAM: 4GB RAM: 4GB
StorageCapa: 40GB StorageCapa: 40GB
@ -17,7 +17,7 @@ IPv4: 41.216.181.11
Hostname: vm919620.desivps.com Hostname: vm919620.desivps.com
Host: DesiVPS Host: DesiVPS
SubDomain: tools SubDomain: tools
UsedDiskSpace: 14% UsedDiskSpace: 17%
--- ---

@ -0,0 +1,121 @@
---
Alias: ["Reading", "Reading list"]
Tag: ["Book"]
Date: 2021-09-25
DocType: "Personal"
Hierarchy: "Root"
CollapseMetaTable: Yes
---
Parent:: [[Lifestyle]]
---
 
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
```
^button-ReadingNewNote
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-ReadingNewSource
```button
name Save
type command
action Save current file
id Save
```
^button-ReadingMSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate all books and readings in this Vault.
```
 
```toc
style: number
```
 
---
 
### Unread books
 
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes"
Where TimeStamp < date(today) - dur(100 years)
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
&emsp;
---
&emsp;
### Read books
&emsp;
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where TimeStamp < date(today) and TimeStamp > date(today) - dur(100 years)
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
&emsp;
---
&emsp;
### Tag Navigation
&emsp;
```dataview
Table without id tags as "Tags"
where SourceType = "Book"
Flatten file.tags as tags
Group by tags
```
&emsp;
---
&emsp;
### High Level tasks
&emsp;
&emsp;
&emsp;

@ -5,7 +5,7 @@ Date: 2021-08-16
DocType: "Source" DocType: "Source"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
SourceType: "Book" SourceType: "Archive"
Language: "FR" Language: "FR"
Author: "Pierre Le Bastart de Villeneuve" Author: "Pierre Le Bastart de Villeneuve"
PublishedDate: 1977 PublishedDate: 1977

Loading…
Cancel
Save