Monday, August 28, 2023, 07:00:02 + 5
parent
21db998c1a
commit
f59a0551d6
|
@ -10,5 +10,6 @@
|
|||
"recent-files-obsidian",
|
||||
"templater-obsidian",
|
||||
"obsidian-emoji-toolbar",
|
||||
"dataview"
|
||||
"dataview",
|
||||
"html-server"
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"port": 8080,
|
||||
"hostname": "0.0.0.0",
|
||||
"defaultFile": "",
|
||||
"startOnLoad": true,
|
||||
"useRibbonButons": true,
|
||||
"indexHtml": "<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\"\n content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover\">\n <title>#VAR{HTML_TITLE}</title>\n <link rel=\"shortcut icon\" href=\"#VAR{FAVICON_URL}\">\n <link href=\"#VAR{CSS_FILE_URL}\" type=\"text/css\" rel=\"stylesheet\">\n</head>\n<body\n class=\"#VAR{THEME_MODE} mod-windows is-frameless is-maximized is-hidden-frameless obsidian-app show-inline-title show-view-header\"\n style=\"--zoom-factor:1; --font-text-size:16px;\">\n <div class=\"app-container\">\n <div class=\"horizontal-main-container\">\n <div class=\"workspace\">\n <div class=\"workspace-split mod-vertical mod-root\">\n <div class=\"workspace-tabs mod-top mod-top-left-space mod-top-right-space\">\n <div class=\"workspace-tab-container\">\n <div class=\"workspace-leaf\">\n <div class=\"workspace-leaf-content\" data-type=\"markdown\" data-mode=\"preview\">\n <div class=\"view-content\">\n <div class=\"markdown-reading-view\" style=\"width: 100%; height: 100%;\">\n <div\n class=\"markdown-preview-view markdown-rendered node-insert-event is-readable-line-width allow-fold-headings show-indentation-guide allow-fold-lists\"\n tabindex=\"-1\" style=\"tab-size: 4;\">\n <div class=\"markdown-preview-sizer markdown-preview-section\" style=\"padding-bottom: 369px; min-height: 1158px;\">\n <div class=\"markdown-preview-pusher\" style=\"width: 1px; height: 0.1px; margin-bottom: 0px;\"></div>\n <div class=\"mod-header\">\n <div class=\"inline-title\" contenteditable=\"true\" spellcheck=\"false\" tabindex=\"-1\" enterkeyhint=\"done\">#VAR{RENDERED_CONTENT_FILE_NAME}\n </div>\n #VAR{RENDERED_CONTENT}\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</body>\n</html>",
|
||||
"htmlReplaceableVariables": [
|
||||
{
|
||||
"varName": "HTML_TITLE",
|
||||
"varValue": "Obsidian Html Server"
|
||||
},
|
||||
{
|
||||
"varName": "FAVICON_URL",
|
||||
"varValue": "//obsidian.md/favicon.ico"
|
||||
},
|
||||
{
|
||||
"varName": "CSS_FILE_URL",
|
||||
"varValue": "/.obsidian/plugins/obsidian-http-server/app.css"
|
||||
}
|
||||
],
|
||||
"showAdvancedOptions": false,
|
||||
"useSimpleAuth": false,
|
||||
"simpleAuthUsername": "obsidian",
|
||||
"simpleAuthPassword": "2e362e090ea17e10"
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "html-server",
|
||||
"name": "Html Server",
|
||||
"version": "1.0.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This plugin lets you spin up a local http server to access your vault via a web browser from any device in your network.",
|
||||
"author": "Pr0dt0s",
|
||||
"authorUrl": "https://github.com/Pr0dt0s",
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://www.buymeacoffee.com/pr0dt0s",
|
||||
"Paypal": "https://www.paypal.com/donate/?business=JGQK6YQBWZJ4A¤cy_code=USD"
|
||||
},
|
||||
"isDesktopOnly": true
|
||||
}
|
|
@ -0,0 +1,67 @@
|
|||
.settings-error-element {
|
||||
font-weight: bold;
|
||||
color: var(--background-modifier-error);
|
||||
}
|
||||
|
||||
.with-error {
|
||||
border-color: var(--text-error) !important;
|
||||
}
|
||||
|
||||
.with-success {
|
||||
border-color: var(--text-success) !important;
|
||||
}
|
||||
|
||||
.w100p {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.h350 {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
.text-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.justify-content-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.html-form-container {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
padding-bottom: 22px;
|
||||
}
|
||||
|
||||
.html-login-form {
|
||||
width: 20%;
|
||||
min-width: 300px;
|
||||
max-width: 450px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.html-login-form .html-login-form-label{
|
||||
font-size: 1.1em;
|
||||
justify-content: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.html-login-form .setting-item-control input{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.html-login-form .html-form-button{
|
||||
width: 100%;
|
||||
/* justify-content: center; */
|
||||
}
|
||||
|
||||
.html-login-form .html-form-button button{
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.http-server-ribbon-stop-button {
|
||||
color: var(--text-accent);
|
||||
opacity: 0.95;
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-etherpad-plugin",
|
||||
"name": "Etherpad",
|
||||
"version": "1.0.6",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Etherpad Integration",
|
||||
"author": "egradman",
|
||||
"authorUrl": "https://www.gradman.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
/* Sets all the text color to red! */
|
||||
body {
|
||||
}
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Ions",
|
||||
"path": "Machine Tips (Quantum)/Physics/Ions.md"
|
||||
},
|
||||
{
|
||||
"basename": "Optics",
|
||||
"path": "Machine Tips (Quantum)/Physics/Optics.md"
|
||||
},
|
||||
{
|
||||
"basename": "Resume-ish - my occupations",
|
||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md"
|
||||
|
@ -12,10 +20,6 @@
|
|||
"basename": "Particle Terms",
|
||||
"path": "Machine Tips (Quantum)/Physics/Particle Terms.md"
|
||||
},
|
||||
{
|
||||
"basename": "Ions",
|
||||
"path": "Machine Tips (Quantum)/Physics/Ions.md"
|
||||
},
|
||||
{
|
||||
"basename": "Quantum 101 - Alt. Resources",
|
||||
"path": "Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Exercise 1",
|
||||
"path": "Machine Tips (Quantum)/Project Vault/Quantum Master's Paper/Code Samples/templates/Exercise 1.md"
|
||||
},
|
||||
{
|
||||
"basename": "Workspaces",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Workspaces.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||
"file": "Machine Tips (Quantum)/Physics/Ions.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -81,7 +81,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md"
|
||||
"file": "Machine Tips (Quantum)/Physics/Ions.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -91,7 +91,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||
"file": "Machine Tips (Quantum)/Physics/Ions.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -113,11 +113,15 @@
|
|||
"digitalgarden:Digital Garden Publication Center": false,
|
||||
"templater-obsidian:Templater": false,
|
||||
"random-note:Open random note": false,
|
||||
"audio-recorder:Start/stop recording": false
|
||||
"audio-recorder:Start/stop recording": false,
|
||||
"html-server:Turn Http Server On": false,
|
||||
"html-server:Turn Http Server Off": false
|
||||
}
|
||||
},
|
||||
"active": "cda3f3fee980f873",
|
||||
"lastOpenFiles": [
|
||||
"Machine Tips (Quantum)/Physics/Optics.md",
|
||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
|
||||
"Machine Tips (Quantum)/Physics/Particle Terms.md",
|
||||
"Machine Tips (Quantum)/Physics/Ions.md",
|
||||
|
@ -142,9 +146,7 @@
|
|||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Potential and Future/60 careers/Site Reliability Engineering Lead.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md",
|
||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Princess Mononoke d115aefe5b254bf3923cb63fdd11ad7a.md",
|
||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||
"Untitled.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Example of Javascript plugin works.md",
|
||||
"Machine Tips (Quantum)/Quantum spaces.canvas",
|
||||
"Untitled.canvas",
|
||||
"Untitled 1.canvas",
|
||||
|
|
Loading…
Reference in New Issue