Skip to content

Commit

Permalink
index.html updates
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe committed Jun 16, 2024
1 parent f7c47ff commit b3c01e1
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"newFileLocation": "current"
}
1 change: 1 addition & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
30 changes: 30 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"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": true,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": true,
"workspaces": true,
"file-recovery": true,
"publish": false,
"sync": false
}
23 changes: 23 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"markdown-importer",
"outline",
"word-count",
"audio-recorder",
"workspaces",
"file-recovery"
]
5 changes: 5 additions & 0 deletions .obsidian/switcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"showExistingOnly": true,
"showAttachments": true,
"showAllFileTypes": false
}
155 changes: 155 additions & 0 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"main": {
"id": "5d27b8ec57aa7448",
"type": "split",
"children": [
{
"id": "97627574eba0ef1f",
"type": "tabs",
"children": [
{
"id": "6912b7df6a5b6bc6",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "fe7f8caeedad8e3b",
"type": "split",
"children": [
{
"id": "99f68324f6c71a0d",
"type": "tabs",
"children": [
{
"id": "95359d818e0a2a59",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "fb28834c0e3a774d",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "b09daa5f97e57e51",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "fe32703b083c32f0",
"type": "split",
"children": [
{
"id": "375774fc89d8b5b5",
"type": "tabs",
"children": [
{
"id": "2307eade7a7f9d0a",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "dir-list.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "17a8f8e88d03f780",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "dir-list.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "db088dfdff62d96e",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "1f977fb90603846d",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "dir-list.md"
}
}
}
]
}
],
"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,
"audio-recorder:Start/stop recording": false,
"markdown-importer:Open format converter": false,
"workspaces:Manage workspace layouts": false
}
},
"active": "95359d818e0a2a59",
"lastOpenFiles": [
"Maximo.md",
"README.md",
"Trend_Micro/Trend_Micro_logo.png",
"dir-list.md"
]
}
Binary file modified dir-list.md
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<link rel="stylesheet" href="./css/footer.css">
</head>
<body>
<!-- header.html -->>
<!-- header.html -->
<header>
<nav>
<ul>
Expand Down

0 comments on commit b3c01e1

Please sign in to comment.