Updated: 2023-07-18 10:55:55 + 4
parent
6cfda808ac
commit
1155369283
|
@ -170,9 +170,11 @@
|
|||
"id": "73f95872e2d90090",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "image",
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png"
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -263,7 +265,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -280,7 +282,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -303,7 +305,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png"
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -326,10 +328,12 @@
|
|||
"omnisearch:Omnisearch": false
|
||||
}
|
||||
},
|
||||
"active": "630c2dee08cf5f73",
|
||||
"active": "73f95872e2d90090",
|
||||
"lastOpenFiles": [
|
||||
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png",
|
||||
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
|
||||
"Quantum spaces.canvas",
|
||||
"Machine Tips (Quantum)/Math/1. First Step is Matrix Math.md",
|
||||
"Machine Tips (Quantum)/Math/Algorithms/0. INTRO Choose Your Hero! er, Algo.md",
|
||||
|
@ -355,7 +359,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/About Browsers.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Physical Servers/Raspberry Pis.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230717204615.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Physical Servers",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts",
|
||||
|
|
|
@ -87,5 +87,3 @@ A list + description of all the repositories I've worked on in the past or just
|
|||
|
||||
- [https://github.com/shwetha729/DualUnitaryCircuits-](https://github.com/shwetha729/DualUnitaryCircuits-) constructing dual unitary quantum gate circuits in hilbert space, learn more about how quantum architecture works this way when designing yourself**
|
||||
|
||||
General self-hosted information flow:
|
||||
![[Pasted image 20230716192907.png]]
|
|
@ -1,17 +1,13 @@
|
|||
Resources:
|
||||
- Follow the instructions [here](https://medium.com/analytics-vidhya/how-i-put-my-mind-under-version-control-24caea37b8a5) and document as you go:
|
||||
- on [Cron]( https://osxdaily.com/2020/04/27/fix-cron-permissions-macos-full-disk-access/):
|
||||
- *UPDATE*: crontab is deprecated for MacOS so the sync option given will not work.
|
||||
- the best next alternative is then to use [launchd](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FShells%2FComputers%20(operating%20system)%2FApple%20Macbook%2FLaunchd) or keyboard scheduler as described through this youtube video.
|
||||
- Refer back to [plists](obsidian://open?vault=Coding%20Tips&file=Computers%2FMac%20OS%20X%2FBBEdit%2Fplist) for a better understanding of implementation and usage.
|
||||
- apparently the extension [Obsidian-Git](https://github.com/denolehov/obsidian-git/wiki/Installation#existing-repo) already does this in an easier way now
|
||||
- So this is how you [push it to your gitlab](https://about.gitlab.com/blog/2022/03/15/publishing-obsidian-notes-with-gitlab-pages/)
|
||||
- Refer to the [Git page](obsidian://open?vault=Obsidian&file=Coding%20Tips%2FComputers%2FTerminal%20Tips%2FGit) on here for more shortcuts.
|
||||
- This page exists now showing o[ne way to setup gitea with Obsidian](https://webuxlab.com/en/projects/gitea-obsidian)
|
||||
|
||||
General self-hosted information flow:
|
||||
![[Pasted image 20230716192907.png]]
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
#### Syncing my Obsidian: The Steps I took
|
||||
|
||||
## Syncing my Obsidian: The Steps I took
|
||||
|
||||
My Obsidian files are all stored within Google Drive. So in order to maintain sync while still preserving cloud storage space, I used a few different steps than the guides, and well really it was a culmination of it all.
|
||||
|
||||
|
@ -371,3 +367,15 @@ Another[ site that you can render ](https://gitlab-org.gitlab.io/frontend/playgr
|
|||
![[Pasted image 20230714005144.png]]
|
||||
|
||||
For instructions on setting up the front-end of Gitea to your Obsidian Vault head to Browser Talk.
|
||||
|
||||
##### Resources:
|
||||
- Follow the instructions [here](https://medium.com/analytics-vidhya/how-i-put-my-mind-under-version-control-24caea37b8a5) and document as you go:
|
||||
- on [Cron]( https://osxdaily.com/2020/04/27/fix-cron-permissions-macos-full-disk-access/):
|
||||
- *UPDATE*: crontab is deprecated for MacOS so the sync option given will not work.
|
||||
- the best next alternative is then to use [launchd](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FShells%2FComputers%20(operating%20system)%2FApple%20Macbook%2FLaunchd) or keyboard scheduler as described through this youtube video.
|
||||
- Refer back to [plists](obsidian://open?vault=Coding%20Tips&file=Computers%2FMac%20OS%20X%2FBBEdit%2Fplist) for a better understanding of implementation and usage.
|
||||
- apparently the extension [Obsidian-Git](https://github.com/denolehov/obsidian-git/wiki/Installation#existing-repo) already does this in an easier way now
|
||||
- So this is how you [push it to your gitlab](https://about.gitlab.com/blog/2022/03/15/publishing-obsidian-notes-with-gitlab-pages/)
|
||||
- Refer to the [Git page](obsidian://open?vault=Obsidian&file=Coding%20Tips%2FComputers%2FTerminal%20Tips%2FGit) on here for more shortcuts.
|
||||
- This page exists now showing o[ne way to setup gitea with Obsidian](https://webuxlab.com/en/projects/gitea-obsidian)
|
||||
|
||||
|
|
Loading…
Reference in New Issue