2024-11-20 14:02:35
This commit is contained in:
parent
00a38ce54e
commit
911a63f270
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,5 +1,6 @@
|
||||
[
|
||||
"table-editor-obsidian",
|
||||
"obsidian-icon-folder",
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"obsidian-dictionary-plugin"
|
||||
]
|
2
.obsidian/core-plugins.json
vendored
2
.obsidian/core-plugins.json
vendored
@ -22,7 +22,7 @@
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"audio-recorder": true,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
|
1
.obsidian/plugins/obsidian-dictionary-plugin/cache.json
vendored
Normal file
1
.obsidian/plugins/obsidian-dictionary-plugin/cache.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
74
.obsidian/plugins/obsidian-dictionary-plugin/data.json
vendored
Normal file
74
.obsidian/plugins/obsidian-dictionary-plugin/data.json
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"getLangFromFile": true,
|
||||
"defaultLanguage": "en_US",
|
||||
"normalLang": "en_US",
|
||||
"shouldShowSynonymPopover": true,
|
||||
"shouldShowCustomContextMenu": true,
|
||||
"apiSettings": {
|
||||
"en_US": {
|
||||
"definitionApiName": "Offline Dictionary",
|
||||
"synonymApiName": "Google"
|
||||
},
|
||||
"hi": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"es": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": "Altervista"
|
||||
},
|
||||
"fr": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": "Altervista"
|
||||
},
|
||||
"ja": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"ru": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"en_GB": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"de": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": "Open Thesaurus"
|
||||
},
|
||||
"it": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": "Altervista"
|
||||
},
|
||||
"ko": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"pt_BR": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"ar": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"tr": {
|
||||
"definitionApiName": "Free Dictionary API",
|
||||
"synonymApiName": null
|
||||
},
|
||||
"cn": {
|
||||
"definitionApiName": "Offline Dictionary",
|
||||
"synonymApiName": null
|
||||
}
|
||||
},
|
||||
"partOfSpeechApiName": "Systran API",
|
||||
"advancedSynonymAnalysis": false,
|
||||
"useCaching": true,
|
||||
"folder": "",
|
||||
"capitalizedFileName": true,
|
||||
"prefix": "",
|
||||
"suffix": " ({{lang}})",
|
||||
"template": "---\n# {{notice}}\naliases: [\"{{word}}\"]\n---\n\n# {{word}}\n\n## {{pronunciationHeader}}\n\n{{phoneticList}}\n\n## {{meaningHeader}}\n\n{{meanings}}\n\n## {{originHeader}}\n\n{{origin}}\n",
|
||||
"languageSpecificSubFolders": false
|
||||
}
|
47
.obsidian/plugins/obsidian-dictionary-plugin/main.js
vendored
Normal file
47
.obsidian/plugins/obsidian-dictionary-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-dictionary-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-dictionary-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-dictionary-plugin",
|
||||
"name": "Dictionary",
|
||||
"version": "2.22.0",
|
||||
"minAppVersion": "0.12.11",
|
||||
"description": "This is a simple dictionary for the Obsidian Note-Taking Tool.",
|
||||
"author": "phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"isDesktopOnly": false
|
||||
}
|
36
.obsidian/plugins/obsidian-dictionary-plugin/styles.css
vendored
Normal file
36
.obsidian/plugins/obsidian-dictionary-plugin/styles.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
.setting-item.extra > .setting-item-info {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
a[href="https://ko-fi.com/phibr0"] > img
|
||||
{
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
a[href="https://ko-fi.com/phibr0"]
|
||||
{
|
||||
transform: translate(0, 5%);
|
||||
}
|
||||
|
||||
.dictionaryprefixsuffix .setting-item-control input {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.dictionarytextarea .setting-item-control textarea {
|
||||
height: 15em;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.dictionarycenter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dictionarybuttons {
|
||||
display: flex;
|
||||
place-content: center;
|
||||
}
|
||||
|
||||
.dictionary-view-content {
|
||||
overflow-y: hidden !important;
|
||||
}
|
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
@ -13,7 +13,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "UNB/Year 5/Semester 1/HIST1451/In class notes.md",
|
||||
"file": "UNB/Year 5/Semester 1/HIST1001/In class notes.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
@ -163,10 +163,10 @@
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false
|
||||
}
|
||||
},
|
||||
"active": "9191391a49dbaeb6",
|
||||
"active": "46a6eee907728856",
|
||||
"lastOpenFiles": [
|
||||
"UNB/Year 5/Semester 1/HIST1001/In class notes.md",
|
||||
"UNB/Year 5/Semester 1/HIST1451/In class notes.md",
|
||||
"UNB/Year 5/Semester 1/HIST1001/In class notes.md",
|
||||
"UNB/Year 5/Semester 1/MAAC3113/In class notes.md",
|
||||
"UNB/Year 5/Semester 1/HIST1001/Module 2 - Reading 1.md",
|
||||
"UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md",
|
||||
|
@ -664,9 +664,20 @@ So what can we do
|
||||
- Carved into wood and stone
|
||||
- Each material/method has its own rate of surviavbility, what does this mean if certain genres of text were written on certain materials
|
||||
- Key takeaways
|
||||
- Writing is independantly invented in multiple places at different times
|
||||
- We use this inevntion of writing to demarcate a major divisiion in historical eras (prehisoroy vs history)
|
||||
- The ivention of writing is a gradual process
|
||||
- Early writing is invened for a variery of purposes
|
||||
- Writing is not neccesaarily analogous to recored speech
|
||||
- Writing is inenvted in already cmplex sociertys with forms of proto-writing and not ex-novo (out of nothing)
|
||||
- Writing is independently invented in multiple places at different times
|
||||
- We use this invention of writing to demarcate a major division in historical eras (prehistory vs history)
|
||||
- The invention of writing is a gradual process
|
||||
- Early writing is invented for a variety of purposes
|
||||
- Writing is not necessarily analogous to recorded speech
|
||||
- Writing is invented in already complex society with forms of proto-writing and not ex-novo (out of nothing)
|
||||
## Cuneiform
|
||||
- Overview
|
||||
- ...
|
||||
- Death
|
||||
- Cuneiform probably stopped being written somewhere around 1st c CE, replaced by Aramaic and Greek
|
||||
- Later writers claimed their teachers (or teacher's teacher) knew the writings of the Chaldean's
|
||||
- Travelers in the Middle East from the 15th century onward saw the marks and thought they were decorative
|
||||
- Decipherment
|
||||
- Carsten Niebuhr traveled to Persepolis (1764) and made excellent copies of the inscriptions, identified that there were three scripts in use
|
||||
- Friedrich Munter guessed (1802) that in the Old-Persian inscription the most common word was probably "king"
|
||||
- Georg Gotefend knew that later inscription started with "kings name great king, king of kings, son of kings father the king" and started guessing Persian kings
|
||||
|
Loading…
Reference in New Issue
Block a user