1
0

restart with obsidian

This commit is contained in:
2025-11-07 11:09:35 +01:00
commit 3665b6af65
210 changed files with 123304 additions and 0 deletions

9
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"alwaysUpdateLinks": true,
"userIgnoreFilters": [
"templates/",
"scripts/"
],
"showUnsupportedFiles": true,
"newLinkFormat": "relative"
}

5
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"cssTheme": "Wikipedia",
"baseFontSize": 18,
"accentColor": "#ff7f00"
}

46
.obsidian/bookmarks.json vendored Normal file
View File

@ -0,0 +1,46 @@
{
"items": [
{
"type": "graph",
"ctime": 1761381742335,
"title": "Words",
"options": {
"collapse-filter": false,
"search": "tag:#word ",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [
{
"query": "tag:#word section:(Mosici))",
"color": {
"a": 1,
"rgb": 14815762
}
},
{
"query": "tag:#word section:(Classical Nyelaf)",
"color": {
"a": 1,
"rgb": 14725458
}
}
],
"collapse-display": true,
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 1,
"repelStrength": 20,
"linkStrength": 1,
"linkDistance": 30,
"scale": 1.5,
"close": false
}
}
]
}

5
.obsidian/community-plugins.json vendored Normal file
View File

@ -0,0 +1,5 @@
[
"dataview",
"templater-obsidian",
"webpage-html-export"
]

33
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

37
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,37 @@
{
"collapse-filter": false,
"search": "tag:#word",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": false,
"colorGroups": [
{
"query": "tag:#word tag:#mos",
"color": {
"a": 1,
"rgb": 14815762
}
},
{
"query": "tag:#word tag:#cln",
"color": {
"a": 1,
"rgb": 14725458
}
}
],
"collapse-display": false,
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 0.738020833333333,
"lineSizeMultiplier": 2.49895833333333,
"collapse-forces": true,
"centerStrength": 1,
"repelStrength": 20,
"linkStrength": 1,
"linkDistance": 30,
"scale": 0.2962962962962963,
"close": false
}

20876
.obsidian/plugins/dataview/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.68",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
"isDesktopOnly": false
}

141
.obsidian/plugins/dataview/styles.css vendored Normal file
View File

@ -0,0 +1,141 @@
.block-language-dataview {
overflow-y: auto;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
}
.table-view-table > thead > tr, .table-view-table > tbody > tr {
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
.table-view-table > tbody > tr:hover {
background-color: var(--table-row-background-hover);
}
.table-view-table > thead > tr > th {
font-weight: 700;
font-size: larger;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid;
max-width: 100%;
}
.table-view-table > tbody > tr > td {
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/*******************/
/** Inline Fields **/
/*******************/
.dataview.inline-field-key {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-standalone-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--nav-item-color-selected);
}
/***************/
/** Task View **/
/***************/
.dataview.task-list-item, .dataview.task-list-basic-item {
margin-top: 3px;
margin-bottom: 3px;
transition: 0.4s;
}
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
background-color: var(--text-selection);
box-shadow: -40px 0 0 var(--text-selection);
cursor: pointer;
}
/*****************/
/** Error Views **/
/*****************/
div.dataview-error-box {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
border: 4px dashed var(--background-secondary);
}
.dataview-error-message {
color: var(--text-muted);
text-align: center;
}
/*************************/
/** Additional Metadata **/
/*************************/
.dataview.small-text {
font-size: smaller;
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}

View File

@ -0,0 +1,4 @@
{
"handleNativeTable": true,
"hackPDF": true
}

12882
.obsidian/plugins/table-extended/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "table-extended",
"name": "Table Extended",
"version": "1.6.1",
"minAppVersion": "0.12.0",
"description": "Enable extended table support with MultiMarkdown 6 syntax",
"author": "AidenLx",
"authorUrl": "https://github.com/AidenLx/",
"isDesktopOnly": false
}

View File

@ -0,0 +1,38 @@
{
"command_timeout": 5,
"templates_folder": "templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "scripts",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.16.2",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"helpUrl": "https://silentvoid13.github.io/Templater/",
"isDesktopOnly": false
}

View File

@ -0,0 +1,226 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div,
.templater-multisuggester-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input,
.templater-multisuggester-input {
flex-grow: 1;
}
.templater-button-div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
textarea.templater-prompt-input {
height: 10rem;
}
textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.templater-multisuggester-list {
margin: 1.5em 0;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: var(--code-property, #008bff);
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: var(--code-function, #c0d700);
}
.cm-s-obsidian .cm-templater-command.cm-keyword {
color: var(--code-keyword, #00a7aa);
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.cm-atom {
color: var(--code-normal, #f39b35);
}
.cm-s-obsidian .cm-templater-command.cm-value,
.cm-s-obsidian .cm-templater-command.cm-number,
.cm-s-obsidian .cm-templater-command.cm-type {
color: var(--code-value, #a06fca);
}
.cm-s-obsidian .cm-templater-command.cm-def,
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: var(--code-normal, var(--text-normal));
}
.cm-s-obsidian .cm-templater-command.cm-property,
.cm-s-obsidian .cm-templater-command.cm-property.cm-def,
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: var(--code-function, #98e342);
}
.cm-s-obsidian .cm-templater-command.cm-variable,
.cm-s-obsidian .cm-templater-command.cm-variable-2,
.cm-s-obsidian .cm-templater-command.cm-variable-3,
.cm-s-obsidian .cm-templater-command.cm-meta {
color: var(--code-property, #d4d4d4);
}
.cm-s-obsidian .cm-templater-command.cm-callee,
.cm-s-obsidian .cm-templater-command.cm-operator,
.cm-s-obsidian .cm-templater-command.cm-qualifier,
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: var(--code-operator, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-tag {
color: var(--code-tag, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-comment,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: var(--code-comment, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-string,
.cm-s-obsidian .cm-templater-command.cm-string-2 {
color: var(--code-string, #e6db74);
}
.cm-s-obsidian .cm-templater-command.cm-header,
.cm-s-obsidian .cm-templater-command.cm-hr {
color: var(--code-keyword, #da7dae);
}
.cm-s-obsidian .cm-templater-command.cm-link {
color: var(--code-normal, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 3px;
border: 1px solid silver;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}

View File

@ -0,0 +1,243 @@
{
"settingsVersion": "0.0.0",
"exportOptions": {
"createDocumentContainer": true,
"keepModHeaderFooter": false,
"addPageIcon": true,
"unifyTitleFormat": true,
"createPusherElement": true,
"makeHeadersTrees": true,
"postProcess": true,
"displayProgress": true,
"inlineHTML": false,
"exportPath": "/home/annwan/projects/1-Writing/wiki/public_html",
"filesToExport": [
"Asteron",
"Dict",
"Misc",
"static",
"Index.md"
],
"useFallbackRenderer": false,
"addBodyClasses": true,
"addMathjaxStyles": true,
"addHeadTag": true,
"backlinkOptions": {
"featureId": "backlinks",
"enabled": false,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": ".footer",
"type": "start"
},
"displayTitle": "Backlinks"
},
"tagOptions": {
"featureId": "tags",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": ".header .data-bar",
"type": "end"
},
"displayTitle": "",
"showInlineTags": true,
"showFrontmatterTags": true
},
"aliasOptions": {
"featureId": "aliases",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": ".header .data-bar",
"type": "start"
},
"displayTitle": "Aliases"
},
"propertiesOptions": {
"featureId": "properties",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": ".header",
"type": "start"
},
"displayTitle": "Properties"
},
"fileNavigationOptions": {
"featureId": "file-navigation",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "#left-sidebar-content",
"type": "end"
},
"showCustomIcons": false,
"showDefaultFolderIcons": true,
"showDefaultFileIcons": true,
"defaultFolderIcon": "lucide//folder",
"defaultFileIcon": "lucide//file",
"defaultMediaIcon": "lucide//file-image",
"exposeStartingPath": false,
"includePath": "site-lib/html/file-tree.html"
},
"searchOptions": {
"featureId": "search",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "#left-sidebar .topbar-content",
"type": "start"
},
"displayTitle": "Search..."
},
"outlineOptions": {
"featureId": "outline",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "#right-sidebar-content",
"type": "end"
},
"displayTitle": "Outline",
"startCollapsed": false,
"minCollapseDepth": 0
},
"themeToggleOptions": {
"featureId": "theme-toggle",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "#right-sidebar .topbar-content",
"type": "start"
},
"displayTitle": ""
},
"graphViewOptions": {
"featureId": "graph-view",
"enabled": false,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "#right-sidebar-content",
"type": "start"
},
"displayTitle": "Graph View",
"showOrphanNodes": true,
"showAttachments": false,
"allowGlobalGraph": true,
"allowExpand": true,
"attractionForce": 1,
"linkLength": 15,
"repulsionForce": 80,
"centralForce": 2,
"edgePruning": 100,
"minNodeRadius": 3,
"maxNodeRadius": 7
},
"sidebarOptions": {
"featureId": "sidebar",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"allowResizing": true,
"allowCollapsing": true,
"rightDefaultWidth": "20em",
"leftDefaultWidth": "20em"
},
"customHeadOptions": {
"featureId": "custom-head",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"featurePlacement": {
"selector": "head",
"type": "end"
},
"sourcePath": "static/includes.html",
"includePath": "site-lib/html/custom-head.html"
},
"documentOptions": {
"featureId": "obsidian-document",
"enabled": true,
"unavailable": false,
"alwaysEnabled": true,
"hideSettingsButton": false,
"allowFoldingLists": true,
"allowFoldingHeadings": true,
"documentWidth": "40em"
},
"rssOptions": {
"featureId": "rss",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": false,
"siteUrl": "https://wiki.annwan.me/",
"authorName": "Annwan"
},
"linkPreviewOptions": {
"featureId": "link-preview",
"enabled": true,
"unavailable": false,
"alwaysEnabled": false,
"hideSettingsButton": true
},
"relativeHeaderLinks": true,
"includeJS": true,
"includeCSS": true,
"inlineMedia": false,
"inlineCSS": false,
"inlineJS": false,
"inlineFonts": false,
"inlineOther": false,
"combineAsSingleFile": false,
"offlineResources": true,
"themeName": "Wikipedia",
"slugifyPaths": true,
"flattenExportPaths": false,
"fixLinks": true,
"faviconPath": "",
"siteName": "Annwan Wiki",
"iconEmojiStyle": "Twemoji",
"exportRoot": "",
"includePluginCss": [],
"includeStyleCssIds": [],
"autoDisposeWebpages": true
},
"logLevel": "all",
"titleProperty": "title",
"rssDateProperty": "date",
"onlyExportModified": true,
"deleteOldFiles": true,
"exportPreset": "online",
"openAfterExport": false,
"filePickerBlacklist": [
"(^|\\/)node_modules\\/",
"(^|\\/)dist\\/",
"(^|\\/)dist-ssr\\/",
"(^|\\/)\\.vscode\\/"
],
"filePickerWhitelist": [
"\\.\\w+$"
]
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
{
"id": "webpage-html-export",
"name": "Webpage HTML Export",
"version": "1.9.2",
"minAppVersion": "1.6.0",
"description": "Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.",
"author": "Nathan George",
"authorUrl": "https://github.com/KosmosisDire/obsidian-webpage-export",
"isDesktopOnly": true,
"fundingUrl": "https://www.buymeacoffee.com/nathangeorge",
"updateNote": "- Local and global graph view\n- Backlinks view!\n- Show tags, properties, and aliases views\n- Hover previews of pages\n- Local exports will now export only a single file containing the whole vault!\n- Notifications system\n- Place components anywhere you want on the page."
}

View File

@ -0,0 +1,303 @@
/* THIS FILE IS NOT EXPORTED WITH THE HTML FILE! */
body.html-export-running .workspace-tabs:has(.html-progress-wrapper) .workspace-tab-header-container
{
display: none !important;
}
body.html-export-running :is(.nav-files-container, .side-dock-actions, .workspace-tab-header-container, .workspace-drawer-vault-actions, .nav-buttons-container)
{
opacity: 0.2 !important;
pointer-events: none !important;
}
/* Flow list used on the settings page */
.flow-list {
contain: inline-size;
gap: 0.2em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
width: -webkit-fill-available;
background-color: var(--background-secondary);
border: 1px solid var(--divider-color);
border-radius: 5px;
padding: 6px;
}
.flow-item {
display: flex;
flex-direction: row;
border-radius: 100px;
border: 1px solid var(--divider-color);
font-size: 0.9em;
height: min-content;
width: max-content;
padding: 3px 8px 3px 8px;
margin: 0.1em 0em 0.1em 0.0em;
background-color: var(--background-primary);
align-items: center;
}
.flow-item:has(input:checked) {
background-color: hsla(var(--color-accent-hsl), 0.3);
}
.flow-item input[type="checkbox"] {
padding: 0;
margin: 0.1em;
margin-right: 0.5em;
}
.webpage-html-settings .setting-item.is-disabled
{
opacity: 0.5;
}
/* Progressbar used in the render progress */
.html-progress-bar
{
width: 300px;
height: 15px;
background-color: transparent;
color: var(--interactive-accent);
}
.html-progress-bar::-webkit-progress-bar {
background-color: var(--background-secondary);
border-radius: 500px;
}
.html-progress-bar::-webkit-progress-value {
background-color: currentColor;
border-radius: 500px;
}
button.html-progress-cancel
{
background-color: var(--color-red);
color: white;
border: none;
padding: 0.5em 1em;
border-radius: 5px;
margin-top: 1em;
}
.file-list-wrapper
{
display: flex;
flex-direction: column;
overflow: hidden;
height: -webkit-fill-available;
margin-left: 1em;
}
.file-list
{
display: flex;
flex-direction: column;
overflow: auto;
height: 100%;
width: 100%;
font-size: 12px;
line-height: 1.6em;
border-right: 1px solid var(--divider-color);
padding-bottom: 4em;
}
.file-list-title
{
font-size: 20px;
padding: 0.2em 0 0.5em 0;
margin-right: 2em;
text-align: center;
width: 100%;
}
.file-list-item {
display: flex;
align-items: center;
}
.file-list-item-icon
{
margin-right: 0.5em;
width: 1.1em !important;
height: 1.1em !important;
}
.html-progress-wrapper
{
position: absolute;
height: 100%;
min-width: 100%;
display:flex;
flex-direction:column;
background-color: var(--background-primary);
z-index: 1000;
}
.workspace-tab-container:has(.html-progress-wrapper)
{
position: relative;
}
.html-progress-content
{
display: flex;
height: 100%;
}
.html-progress-inner
{
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.html-progress-sub
{
margin-block-start: 2em;
}
.html-progress-log
{
display:none;
flex-direction: column;
border-left: 1px solid var(--divider-color);
overflow-y: auto;
width: 300px;
max-width: 300px;
min-width: 300px;
}
.html-progress-log > h1
{
color: var(--color-yellow);
padding: 0.3em;
background-color: rgba(100, 70, 20, 0.1);
margin: 0;
}
/* File picker */
.file-picker .tree-icon {
border: 1px solid transparent;
margin: 0px 4px 0px 0px;
display: flex;
align-self: center;
}
.file-picker .tree-icon :is(svg, img)
{
width: 16px !important;
height: 16px !important;
}
.file-picker .tree-icon *:has(svg, img) {
display: contents !important;
}
.file-picker a.tree-item-self.is-clickable
{
text-decoration: none !important;
text-decoration-line: none !important;
outline: none !important;
border: none !important;
}
.file-picker .tree-item-inner > p
{
display: contents !important;
}
.feature-title
{
margin: 0 0 1em 0;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.select-all
{
border-bottom: 1px solid var(--divider-color);
margin-bottom: 0.5em;
}
.file-picker *:before
{
display: none !important;
}
.file-picker .tree-item > .tree-item-self,
.file-picker .tree-item .tree-item-self:has(> .tree-item-icon)
{
padding-left: 5px !important;
display: flex !important;
align-items: center !important;
}
.file-picker .tree-item-self > *:not(.nav-file-tag, .file-checkbox)
{
position: relative !important;
margin: 0 !important;
padding: 0 !important;
translate: none !important;
}
.file-picker .tree-item-self > .file-checkbox
{
margin-right: 1em;
}
.file-picker .tree-item-self > .tree-item-inner
{
padding: 0 0.3em !important;
}
.file-picker .tree-item-children > *
{
margin: 0 !important;
padding: 0 !important;
}
.file-picker .collapse-icon,
.file-picker .collapse-icon *
{
display: block !important;
}
/* Settings sections */
details.settings-section
{
padding-left: 2em;
border-left: 1px solid var(--interactive-accent);
}
details.settings-section > summary
{
display: flex;
align-items: center;
gap: 1em;
margin-left: -1em;
}
details.settings-section > summary > svg
{
min-width: 18px;
min-height: 18px;
rotate: 0deg;
transition: rotate 0.2s;
}
details.settings-section[open] > summary > svg
{
rotate: 90deg;
}

3
.obsidian/templates.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"folder": ""
}

View File

@ -0,0 +1,8 @@
{
"name": "Handwriting (Kalam)",
"author": "Kumar Anurag",
"description": "A clean and friendly handwriting-style theme using Kalam font, with colored headings and academic-friendly formatting.",
"version": "1.0.0",
"minAppVersion": "0.12.0"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
{
"name": "Shimmering Focus",
"author": "pseudometa aka Chris Grieser",
"version": "5.56",
"minAppVersion": "1.6.0",
"authorUrl": "https://github.com/chrisgrieser/shimmering-focus",
"helpUrl": "https://github.com/chrisgrieser/shimmering-focus#readme",
"fundingUrl": {
"Ko-Fi": "https://ko-fi.com/pseudometa",
"PayPal": "https://www.paypal.me/ChrisGrieser"
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
{
"name": "Terminal",
"version": "1.0.5",
"minAppVersion": "1.0.0",
"author": "@Atlas",
"authorUrl": "https://github.com/zcysxy"
}

1575
.obsidian/themes/Terminal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
{
"name": "Wikipedia",
"version": "2.0.4",
"minAppVersion": "1.0.0",
"author": "Ha'ani Whitlock",
"authorUrl": "https://github.com/Bluemoondragon07"
}

1134
.obsidian/themes/Wikipedia/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

218
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,218 @@
{
"main": {
"id": "40640491cb93acba",
"type": "split",
"children": [
{
"id": "a4110f61a566052a",
"type": "tabs",
"children": [
{
"id": "32e3a6ecc7096dc9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Larana/Galactic Cooperation Treaty Organisation.md",
"mode": "preview",
"source": false
},
"icon": "lucide-file",
"title": "Galactic Cooperation Treaty Organisation"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "9e4813749e37c1e9",
"type": "split",
"children": [
{
"id": "a7315b17fa40a39d",
"type": "tabs",
"children": [
{
"id": "16a71c342d7bd046",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "dc8336fba03b6999",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "tag:#mos/irrform",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "a80b2934c468ba81",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 200
},
"right": {
"id": "94f486e7309f3b04",
"type": "split",
"children": [
{
"id": "d161e46988a403e1",
"type": "tabs",
"children": [
{
"id": "a644175c1023403e",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "en/oilenioí.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for oilenioí"
}
},
{
"id": "d7e8a7087372beb3",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "en/oilenioí.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from oilenioí"
}
},
{
"id": "d60e40f65d7a8197",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "0e928ca5d76f31cb",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "content/Dict/ipianlei.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of ipianlei"
}
}
],
"currentTab": 3
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false,
"templater-obsidian:Templater": false,
"webpage-html-export:Export as HTML": false
}
},
"active": "32e3a6ecc7096dc9",
"lastOpenFiles": [
"public_html/site-lib/fonts/mathjax_vector-bold.woff",
"public_html/site-lib/fonts/mathjax_vector-regular.woff",
"public_html/site-lib/fonts/mathjax_typewriter-regular.woff",
"public_html/site-lib/fonts/mathjax_script-regular.woff",
"public_html/site-lib/fonts/mathjax_sansserif-italic.woff",
"public_html/site-lib/fonts/mathjax_sansserif-bold.woff",
"public_html/site-lib/fonts/mathjax_sansserif-regular.woff",
"public_html/site-lib/fonts/mathjax_fraktur-bold.woff",
"public_html/site-lib/fonts/mathjax_fraktur-regular.woff",
"public_html/site-lib/fonts/mathjax_calligraphic-bold.woff",
"public_html/site-lib/fonts/mathjax_calligraphic-regular.woff",
"Dict/ipianlei.md",
"Dict/ipianalei.md",
"Larana/Standard Galactic Time Unit.md",
"Larana/Timekeeping.md",
"Larana/Travelling.md",
"Larana/Naqòo Common.md",
"Larana/Iisnire qapp ħèr-Narini.md",
"Larana/Pareli qapp Wiiqqone qapp Ħèr qqù qapp Naqòo.md",
"Larana/Galactic Cooperation Treaty Organisation.md",
"GTCO.md",
"Larana/Langs.md",
"Dict/i.md",
"Asteron/Langs/Classical Nyelaf.md",
"Asteron/Langs/Mosici.md",
"Dict/pialy.md",
"Dict/pilyteny.md",
"Dict/poīfy.md",
"Dict/poīhy.md",
"Dict/poissa.md",
"Dict/polyna.md",
"Dict/possaly.md",
"Dict/yta.md",
"Dict/toi.md",
"Dict/pi.md",
"Dict/ohaioa.md",
"public_html/site-lib/media/favicon.png",
"public_html/site-lib/media/6155340132a851f6089e.svg",
"public_html/site-lib/media/2308ab1944a6bfa5c5b8.svg",
"Untitled.canvas"
]
}

View File

0
Asteron/Langs/Mosici.md Normal file
View File

11
Dict/i.md Normal file
View File

@ -0,0 +1,11 @@
#word #mos #cln #mos/particle
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[i#Classical Nyelaf|i]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[e]</span>
### Particule
<span style="font-family: Nahan; font-size: 1.5em">i</span>
1. and
2. also
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">i</span> <span style="font-family: Junicode; font-size: 1.1em">[i]</span>

9
Dict/ipianalei.md Normal file
View File

@ -0,0 +1,9 @@
#mos
# Mosici
#mos/noun #mos/irreg
### Pronunciation
- [[../content/Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[epjãnaʎi]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">ipianalei</span>
1. _plural form of [[ipianlei#Mosici|ipianlei]]_

17
Dict/ipianlei.md Normal file
View File

@ -0,0 +1,17 @@
#word #mos #mos/noun
# Mosici
From the [[../Langs/Classical Nyelaf|Classical Nyelaf]] phrase « [[i#Classical Nyelaf|i]] [[piany#Classical Nyelaf|piany]] [[lei#Classical Nyelaf|lei]] » “and afterwards, two“
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[epjãʎi]</span> (plural <span style="font-family: Junicode; font-size: 1.1em">[epjãnaʎi]</span>)
### Noun
<span style="font-family: Nahan; font-size: 1.5em">ipianlei</span> (plural <span style="font-family: Nahan; font-size: 1.5em">ipianalei</span>)
1. Sequence, ordering
| Declension for _ipianlei_<br>Irr. pl. stem _ipianalei_ | SG | PL |
| ------------------------------------------------------ | ----------- | ------------ |
| **TOP** | ipianlei | ipianalei |
| **OBL** | ipianleit | ipianaleit |
| **GEN** | ipianleic | ipianaleic |
| **DAT** | ipianleisi | ipianaleisi |
| **ABL** | ipianleivia | ipianaleivia |

10
Dict/lei.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/numeral #cln
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[lei#Classical Nyelaf|lei]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[ʎi]</span>
### Numeral
<span style="font-family: Nahan; font-size: 1.5em">lei</span>
1. two
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">lei</span> <span style="font-family: Junicode; font-size: 1.1em">[ɫe.i]</span>

10
Dict/o.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/particle
# Mosici
Onomatopeic
### Pronounciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[o]</span>
### Particle
<span style="font-family: Nahan; font-size: 1.5em">o</span>
1. _(After nouns)_ Vocative marker
2. _(After verbs)_ Imperative marker

4
Dict/ohaioa.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">ohaioa</span> <span style="font-family: Junicode; font-size: 1.1em">[o.xa.jo.a]</span>

9
Dict/oilenioí.md Normal file
View File

@ -0,0 +1,9 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[oilenioī#Classical Nyelaf|oilenioī]].
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[øʟɛ̃njy]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">oilenioí</span>
1. Parameter, option
2. Settings

3
Dict/olaho.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">olaho</span> <span style="font-family: Junicode; font-size: 1.1em">[olaxo]</span>

17
Dict/olaroín.md Normal file
View File

@ -0,0 +1,17 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[olaho#Classical Nyelaf|olaho]] [[īny#Classical Nyelaf|īny]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[oʟaʀỹ]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">olaroín</span>
1. Peak, summit
2. _(History)_ Golden Age
| Declension for _olaroín_ | SG | PL |
| ------------------------ | ---------- | ----------- |
| **TOP** | olaroín | olaroíin |
| **OBL** | olaroínt | olaroíint |
| **GEN** | olaroínc | olaroíinc |
| **DAT** | olaroínsi | olaroíinsi |
| **ABL** | olaroínvia | olaroíinvia |

11
Dict/oli.md Normal file
View File

@ -0,0 +1,11 @@
#word #mos #mos/noun #cln
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[#Classical Nyelaf|oli]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[oʎe]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">oli</span>
1. Time
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">oli</span> <span style="font-family: Junicode; font-size: 1.1em">[oɫi]</span>

17
Dict/olnehsasife.md Normal file
View File

@ -0,0 +1,17 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[olynehhy#Classical Nyelaf|olynehhy]] [[sasife#Classical Nyelaf|sasife]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[oʉ̯nɛːsaɕfɛ]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">olnehsasife</span>
1. Weapon
| Declension for _olnehsasife_ | SG | PL |
| ---------------------------- | -------------- | --------------- |
| **TOP** | olnehsasife | olnehsasifee |
| **OBL** | olnehsasifet | olnehsasifeet |
| **GEN** | olnehsasifec | olnehsasifeec |
| **DAT** | olnehsasifesi | olnehsasifeesi |
| **ABL** | olnehsasifevia | olnehsasifeevia |

3
Dict/olynehhy.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">olnehh</span> <span style="font-family: Junicode; font-size: 1.1em">[o.ɫə.ne.xːə]</span>

16
Dict/onán.md Normal file
View File

@ -0,0 +1,16 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[onāny#Classical Nyelaf|onāny]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[õnɔ̃]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">onán</span>
1. Image, representation
| Declension for _onán_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | onán | onáan |
| **OBL** | onánt | onáant |
| **GEN** | onánc | onáanc |
| **DAT** | onánsi | onáansi |
| **ABL** | onánvia | onáanvia |

3
Dict/onāny.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">onán</span> <span style="font-family: Junicode; font-size: 1.1em">[onaːnə]</span>

16
Dict/oraioa.md Normal file
View File

@ -0,0 +1,16 @@
#word #mos #mos/verb
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[ohaioa#Classical Nyelaf|ohaioa]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[oʀajɔ]</span>
### Verb
<span style="font-family: Nahan; font-size: 1.5em">oraioa</span>
1. To breathe
| Conjugation of _oraioa_ | 1S | 2S | 3SA | 3SI | 1PE | 1PI | 2P | 3PA | 3PI | INF | PCP.SG | PCP.PL |
| ----------------------- | ------- | ------- | ------- | ------- | -------- | -------- | -------- | -------- | -------- | ------ | ------- | -------- |
| **Past** | oraioif | oraioin | oraioih | oraiois | oraioív | oraioím | oraioín | oraioír | oraioíz | oraioi | oraioip | oraioíp |
| **Present** | oraioef | oraioen | oraioeh | oraioes | oraioév | oraioém | oraioén | oraioér | oraioéz | oraioe | oraioep | oraioép |
| **Future** | oraioof | oraioon | oraiooh | oraioos | oraioóv | oraioóm | oraioón | oraioór | oraioóz | oraioo | oraioop | oraioóp |
| **Gnomic** | oraioaf | oraioan | oraioah | oraioas | oraioáv | oraioám | oraioán | oraioár | oraioáz | oraioa | oraioap | oraioáp |

3
Dict/pefalie.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">pefalie</span> <span style="font-family: Junicode; font-size: 1.1em">[pe.fa.ɫje]</span>

17
Dict/pevalie.md Normal file
View File

@ -0,0 +1,17 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[pefalie#Classical Nyelaf|pefalie]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pɛvaʎjɛ]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">pevalie</span>
1. Situation, context
2. Occurence, event
| Declension for _pevalie_ | SG | PL |
| ------------------------ | ---------- | ----------- |
| **TOP** | pevalie | pevaliee |
| **OBL** | pevaliet | pevalieet |
| **GEN** | pevaliec | pevalieec |
| **DAT** | pevaliesi | pevalieesi |
| **ABL** | pevalievia | pevalieevia |

10
Dict/pi-.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/clitic
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[pi#Classical Nyelaf|pi]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pe-]</span> [^1]
### Clitic
<span style="font-family: Nahan; font-size: 1.5em">pi-</span>
1. _(obsolete)_ action of
[^1]: Subject to vowel coalescence

4
Dict/pi.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">pi</span> <span style="font-family: Junicode; font-size: 1.1em">[pi]</span>

17
Dict/pial.md Normal file
View File

@ -0,0 +1,17 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[pialy#Classical Nyelaf|pialy]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pjaʉ̯]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">pial</span>
1. Fight, battle
2. Rivalry
| Declension for _pial_ | SG | PL |
| --------------------- | ------- | -------- |
| **TOP** | pial | piaal |
| **OBL** | pialt | piaalt |
| **GEN** | pialc | piaalc |
| **DAT** | pialsi | piaalsi |
| **ABL** | pialvia | piaalvia |

3
Dict/pialy.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">pial</span> <span style="font-family: Junicode; font-size: 1.1em">[pja.ɫə]</span>

3
Dict/piany.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">pian</span> <span style="font-family: Junicode; font-size: 1.1em">[pja.nə]</span>

16
Dict/pilten.md Normal file
View File

@ -0,0 +1,16 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[pilyteny#Classical Nyelaf|pilyteny]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[peʉ̯tɛ̃]</span>
### Noun
1. Part, chapter (of a book)
2. Subdivision
| Declension for _pilten_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | pilten | pilteen |
| **OBL** | piltent | pilteent |
| **GEN** | piltenc | pilteenc |
| **DAT** | piltensi | pilteensi |
| **ABL** | piltenvia | pilteenvia |

3
Dict/pilyteny.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">pilten</span> <span style="font-family: Junicode; font-size: 1.1em">[pi.ɫə.te.nə]</span>

16
Dict/pioraio.md Normal file
View File

@ -0,0 +1,16 @@
#word #mos #mos/noun
# Mosici
From [[pi-#Mosici|pi-]] + [[oraioa#Mosici|oraioa]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pøʀajo]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">pioraio</span>
1. Lung
| Declension for _pioraio_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | pioraio | pioraioo |
| **OBL** | pioraiot | pioraioot |
| **GEN** | pioraioc | pioraiooc |
| **DAT** | pioraiosi | pioraioosi |
| **ABL** | pioraiovia | pioraioovia |

28
Dict/pitsia.md Normal file
View File

@ -0,0 +1,28 @@
#word #mos #mos/noun
# Mosici
From archaic [[pi-#Mosici|pi-]] + [[tsia#Mosici|tsia]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[petɕa]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">pitsia</span>
1. Question
2. Demand, request
| Declension for _pitsia_ | SG | PL |
| ----------------------- | --------- | ---------- |
| **TOP** | pitsia | pitsiaa |
| **OBL** | pitsiat | pitsiaat |
| **GEN** | pitsiac | pitsiaac |
| **DAT** | pitsiasi | pitsiaasi |
| **ABL** | pitsiavia | pitsiaavia |
### Verb
<span style="font-family: Nahan; font-size: 1.5em">pitsia</span>
1. To ask, to question
2. To request, to demand
| Conjugation of _pitsia_ | 1S | 2S | 3SA | 3SI | 1PE | 1PI | 2P | 3PA | 3PI | INF | PCP.SG | PCP.PL |
| ----------------------- | ------- | ------- | ------- | ------- | -------- | -------- | -------- | -------- | -------- | ------ | ------- | -------- |
| **Past** | pitsiif | pitsiin | pitsiih | pitsiis | pitsiív | pitsiím | pitsiín | pitsiír | pitsiíz | pitsii | pitsiip | pitsiíp |
| **Present** | pitsief | pitsien | pitsieh | pitsies | pitsiév | pitsiém | pitsién | pitsiér | pitsiéz | pitsie | pitsiep | pitsiép |
| **Future** | pitsiof | pitsion | pitsioh | pitsios | pitsióv | pitsióm | pitsión | pitsiór | pitsióz | pitsio | pitsiop | pitsióp |
| **Gnomic** | pitsiaf | pitsian | pitsiah | pitsias | pitsiáv | pitsiám | pitsián | pitsiár | pitsiáz | pitsia | pitsiap | pitsiáp |

15
Dict/poisa.md Normal file
View File

@ -0,0 +1,15 @@
#word #mos #mos/verb
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[poissa#Classical Nyelaf|poissa]]
### Pronounciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pøsa]</span>
### Verb
1. To be far, to be distant
2. To be strange
| Conjugation of _poisa_ | 1S | 2S | 3SA | 3SI | 1PE | 1PI | 2P | 3PA | 3PI | INF | PCP.SG | PCP.PL |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| **Past** | poisif | poisin | poisih | poisis | poisív | poisím | poisín | poisír | poisíz | poisi | poisip | poisíp |
| **Present** | poisef | poisen | poiseh | poises | poisév | poisém | poisén | poisér | poiséz | poise | poisep | poisép |
| **Future** | poisof | poison | poisoh | poisos | poisóv | poisóm | poisón | poisór | poisóz | poiso | poisop | poisóp |
| **Gnomic** | poisaf | poisan | poisah | poisas | poisáv | poisám | poisán | poisár | poisáz | poisa | poisap | poisáp |

15
Dict/poisonán.md Normal file
View File

@ -0,0 +1,15 @@
#word #mos #mos/noun
# Mosici
From [[poisa#Mosici|poisa]] + [[onán#Mosici|onán]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pøsõnɔ̃]</span>
### Noun
1. Television
| Declension for _poisonán_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | poisonán | poisonáan |
| **OBL** | poisonánt | poisonáant |
| **GEN** | poisonánc | poisonáanc |
| **DAT** | poisonánsi | poisonáansi |
| **ABL** | poisonánvia | poisonáanvia |

3
Dict/poissa.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">poissa</span> <span style="font-family: Junicode; font-size: 1.1em">[po.isːa]</span>

21
Dict/polane.md Normal file
View File

@ -0,0 +1,21 @@
#word #mos #mos/noun #cln
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[#Classical Nyelaf|polane]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[poʟãnɛ]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">polane</span>
1. Barley
| Declension for _polane_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | polane | polanee |
| **OBL** | polanet | polaneet |
| **GEN** | polanec | polaneec |
| **DAT** | polanesi | polaneesi |
| **ABL** | polanevia | polaneevia |
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">polane</span> <span style="font-family: Junicode">[polane]</span>

29
Dict/polna.md Normal file
View File

@ -0,0 +1,29 @@
#word #mos #mos/noun #mos/verb
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[polyna#Classical Nyelaf|polyna]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[poʉ̯na]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">polna</span>
1. Start, beginning
| Declension for _polna_ | SG | PL |
| ---------------------- | -------- | --------- |
| **TOP** | polna | polnaa |
| **OBL** | polnat | polnaat |
| **GEN** | polnac | polnaac |
| **DAT** | polnasi | polnaasi |
| **ABL** | polnavia | polnaavia |
### Verb
<span style="font-family: Nahan; font-size: 1.5em">polna</span>
1. To start, to commence
2. To enter
| Conjugation of _polna_ | 1S | 2S | 3SA | 3SI | 1PE | 1PI | 2P | 3PA | 3PI | INF | PCP.SG | PCP.PL |
| ---------------------- | ------ | ------ | ------ | ------ | ------- | ------- | ------- | ------- | ------- | ----- | ------ | ------- |
| **Past** | polnif | polnin | polnih | polnis | polnív | polním | polnín | polnír | polníz | polni | polnip | polníp |
| **Present** | polnef | polnen | polneh | polnes | polnév | polném | polnén | polnér | polnéz | polne | polnep | polnép |
| **Future** | polnof | polnon | polnoh | polnos | polnóv | polnóm | polnón | polnór | polnóz | polno | polnop | polnóp |
| **Gnomic** | polnaf | polnan | polnah | polnas | polnáv | polnám | polnán | polnár | polnáz | polna | polnap | polnáp |

4
Dict/polyna.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">polna</span> <span style="font-family: Junicode; font-size: 1.1em">[poləna]</span>

15
Dict/posaltoi.md Normal file
View File

@ -0,0 +1,15 @@
#word #mos #mos/noun
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[possaly#Classical Nyelaf|possaly]] [[toi#Classical Nyelaf|toi]] (“hard fruit”)
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[posaʉ̯dø]</span>
### Noun
1. Nut (fruit)
| Declension for _posaltoi_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | posaltoi | posaltoii |
| **OBL** | posaltoit | posaltoiit |
| **GEN** | posaltoic | posaltoiic |
| **DAT** | posaltoisi | posaltoiisi |
| **ABL** | posaltoivia | posaltoiivia |

3
Dict/possaly.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">possal</span> <span style="font-family: Junicode; font-size: 1.1em">[posːalə]</span>

10
Dict/poír.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/clitic
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[poīhy#Classical Nyelaf|poīhy]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pyɐ̯]</span>
### Clitic
<span style="font-family: Nahan; font-size: 1.5em">poír-</span>
1. Suddenly, brusquely
2. Unexpectedly
3. Quickly, rapidly

9
Dict/poív-.md Normal file
View File

@ -0,0 +1,9 @@
#word #mos #mos/clitic
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[poīfy#Classical Nyelaf|poīfy]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[pyv-]</span>
### Clitic
<span style="font-family: Nahan; font-size: 1.5em">poív-</span>
1. Iterative aspect marker: “again”
2. _(Immediately after [[ta-#Mosici|ta-]])_ Perfective aspect marker: “already”

3
Dict/poīfy.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">poíf</span> <span style="font-family: Junicode; font-size: 1.1em">[po.iː.fə]</span>

3
Dict/poīhy.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">poíh</span> <span style="font-family: Junicode; font-size: 1.1em">[po.iːxə]</span>

17
Dict/písioíl.md Normal file
View File

@ -0,0 +1,17 @@
#mos #mos/noun #word
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[pīssio#Classical Nyelaf|pīssio]] + [[īly#Classical Nyelaf|īly]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[piɕyʉ̯]</span>
### Noun
<span style="font-family: Nahan; font-size: 1.5em">písioíl</span>
1. Rarity, scarcity
| Declension for _písioíl_ | SG | PL |
| ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| **TOP** | písioíl | písioíil |
| **OBL** | písioílt | písioíilt |
| **GEN** | písioílc | písioíilc |
| **DAT** | písioílsi | písioíilsi |
| **ABL** | písioílvia | písioíilvia |

4
Dict/pīssio.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">píssio</span> <span style="font-family: Junicode; font-size: 1.1em">[piːsːjo]</span>

3
Dict/sasife.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">sasife</span> <span style="font-family: Junicode; font-size: 1.1em">[sasife]</span>

10
Dict/ta-.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/clitic
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[yta#Classical Nyelaf|yta]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[ta-]</span> [^1]
### Clitic
<span style="font-family: Nahan; font-size: 1.5em">ta-</span>
1. Negation
[^1]: Subject to vowel coalescence

4
Dict/toi.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">toi</span> <span style="font-family: Junicode; font-size: 1.1em">[to.i]</span>

10
Dict/tsia.md Normal file
View File

@ -0,0 +1,10 @@
#word #mos #mos/particle #cln
# Mosici
From [[../Langs/Classical Nyelaf|Classical Nyelaf]] [[tsia#Classical Nyelaf|tsia]]
### Pronunciation
- [[../Langs/Mosici|Standard]] <span style="font-family: Junicode; font-size: 1.1em">[tɕa]</span>
### Particle
<span style="font-family: Nahan; font-size: 1.5em">tsia</span>
1. Sentence-final question marker
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">tsia</span> <span style="font-family: Junicode; font-size: 1.1em">[tsja]</span>

3
Dict/yta.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">ta</span> <span style="font-family: Junicode; font-size: 1.1em">[əta]</span>

4
Dict/īly.md Normal file
View File

@ -0,0 +1,4 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">íl</span> <span style="font-family: Junicode; font-size: 1.1em">[iːɫə]</span>

3
Dict/īny.md Normal file
View File

@ -0,0 +1,3 @@
#word #cln
# Classical Nyelaf
<span style="font-family: Nahan; font-size: 1.5em">ín</span> <span style="font-family: Junicode; font-size: 1.1em">[iːnə]</span>

7
Index.md Normal file
View File

@ -0,0 +1,7 @@
Welcome to my wiki
Here you can find information about my worldbuilding and conlanging
Use the side bar (←) on the side to navigate:
- the ***`Dict`*** section contains my conlang dictionary;
- the ***`Misc`*** section contains random unorganized blurbs of ideas;
- the other sections are each dedicated to a world.

View File

@ -0,0 +1,5 @@
---
aliases:
- GTCO
---
#organisation #polity

View File

@ -0,0 +1,2 @@
#character
**Iisnire qapp ħèr-Narini** ([[Naqòo Common]]: <span style="font-family: Junicode; font-size: 1.1em">[iːçɲi̤ɰe̤ ʔa̤p χɛɰɲa̤ɰi̤ɲi̤]</span>), also rendered in English as **Iisnire of Stonepaw** was the first leader of the [[Pareli qapp Wiiqqone qapp Ħèr qqù qapp Naqòo|PWĦN]]. She unified the various clans that warred over land-control on [[Ȝħarqalin]] during the [[Naqòo Unification War|Unification War]] into a large federation where each clans, while retaining wide autonomy in internal matters were instead encouraged to specialise and cooperate for progress. Her government was also the one to introduce Naqòo Common as a working language to administer the various clan who to that point each spoke various languages.

1
Larana/Naqòo Common.md Normal file
View File

@ -0,0 +1 @@
#language

View File

@ -0,0 +1,7 @@
---
aliases:
- PWĦN
- Unified Counicl of the Naqòo Clans
---
#polity
***TODO***

View File

@ -0,0 +1,15 @@
---
aliases:
- SGTU
---
The **Standard Galactic Time Unit** or **SGTU** is the time unit used for standard communication of time across the many planets and polities of the [[Galactic Cooperation Treaty Organisation]].
It is defined as followed:
SGTU quantities are oft expressed either in binary (for the computers), or hexadecimal (for the normal folks) 1 SGTU is the length $2^{32}$ periods of the wavelength emitted by the [Ly-α](https://en.wikipedia.org/wiki/Lyman-alpha) transition of the Hydrogen atom. This amounts to about 1.74µs
SGTU Timestamps are expressed as a the number of SGTU elapsed since the founding of the GCTO. when written they are typically written in groups of 4 hex digits followed by another delimiter and the number of groups the precision omits, the last group may also contain less than 4 digits in which case the lowest significant digits are assumed to be omitted. e.g. `123F.12/1` is assumed to be equivalent to `123F.12XX.XXXX` (where X is not specified). the start of the timestamp may also be omitted when redundant, in practice it is rare that more than 2 or 3 groups are ever written, unless the activity requires full precision and/or disambiguation.
example:
30 September 2065, 13:12 UTC+2 would be oft rendered as `3D13.65/1` or `18F.3D13.6556.6AD9` for full specificity

5
Larana/Timekeeping.md Normal file
View File

@ -0,0 +1,5 @@
Keeping track of time in a meaningful way when your polity controls a dozen worlds and has trade relations with at least 5 dozen more is hard. Thus was invented the [[Standard Galactic Time Unit]]. With that system, interplanetary (and interstellar) activities have a common neutral time system to synchronise things such has [[Faster than Light Communication]], while planet-side affairs typically use a mix of the expressing an absolute unit in the largest SGTU sub-unit thatll fit in a local day, to which is added a SGTU duration after the local normalised sunrise.
For example Earths 30 September 2065, 13:12 UTC would be `3D13.65/1` (or `18F.3D13.6556.6AD9` for full specificity) in interstellar communication, but would be referred to as something like `3D13.6/1L+1b1af/1` "on the day that starts on `3D13.6/1` according to the `L`ocal standardised day, at `1b1af/1` past local standardised midnight.
Note however that, as of 2376, Earth, despite being a signatory of the [[Galactic Cooperation Treaty Organisation|GTCO]] still seldom use SGTUs in planetary affairs, oft choosing to use its legacy base 60 time system.

20
Larana/Travelling.md Normal file
View File

@ -0,0 +1,20 @@
There are two categories of transportation that are of interest to the galactic traveller: interstellar transport, and planetary transport.
Planetary transport vary greatly from one world to the next, be it the grand railways of Ȝħarqalin-Wiirèe, getting you most places on the main continent under a day, the relentless aeronautic industry of Telùs-Sol, or the high speed drone taxis which zip in all directions across and between the Lissiyas arboreal cities. The best way to know how to get around a planet is to ask the locals
Interstellar travel on the other hand is — at least within the members Galactic Cooperation Treaty Organisation — much more codified. Space lanes are cleared of most everything by the organisations to allow for supraluminic travel without risking the structural integrity of the ships[^1]. Thus space travel follows the routes of those cleared lanes, as travelling outside the lanes is an activity only reasonable to those who are either thrill-seekers, stupid, owners insanely overkill EM shielding, trying to evade the law, or any combination of the above.
From this you essentially have five options when arriving at the spaceport.
The option most common among the majority of travellers is to hitch a ride on one of many a cargo vessel (most have a handful of cabins spare in the crew quarters), in exchange for a relatively modest sum or some work on the ship during the transit if you have relevant skills. Its not fast, its not the most comfortable, but it will get you around for a minimal price.
If you are travelling a common route, a more comfortable — if a bit more expensive — option is to book a slot in one of the regular line ships that ferry passengers around.
Going up sharply in price, if your origin or destination is hard to reach or if you want the most speed and/or comfort, you can also charter a ship for your trip.
If however you are on the tightest of budgets and even a hitching on a cargo ship is too expensive, some freight companies offer stasis travel. Basically you get into a stasis box, they turn on the box, handle you in your stasis box like normal cargo and they turn off the box when you arrive, subjectively its instant, objectively, its as fast as the freight company is, which is typically "not fast", also quite nerve wrecking: if you get lost in shipping, well the energy core in the stasis boxes are typically good for a millennia or two, after which you may wake up to a radically different galaxy. If you dont wake up in the vacuum of space.
Lastly, if you are on are travelling between planets of the United Peoples Federation or some of their closest allies, youll have the opportunity to use a jump array. For a frankly insultingly low price, you get put into a perfectly tuned wormhole and appear on the other side instantly for you (you are transported within a stasis field, because directly exposing organics to a wormhole has… undesirable effects[^2]) and a couple of seconds for the rest of the Universe
[^1]: Also the static charge, hitting a large cloud of gas faster than a couple kilolights is one good way to zap everyone aboard with the electric charge released by the ionisation.
[^2]: Candidate for "Understatement of the standard galactic orbit"

View File

@ -0,0 +1,6 @@
#yapping
Originally my wiki was a MediaWiki instance, but, that was a pain to maintain, and being the sole contributor to it, I didn't need most of the features.
I then tried to use Gollum, and while the setup is nice, the render is kinda meh, and using relative links is very unintuitive.
Let's try again with obsidian this time.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
public_html/dict/i.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

15
public_html/dict/lei.html Normal file

File diff suppressed because one or more lines are too long

16
public_html/dict/o.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

15
public_html/dict/oli.html Normal file

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More