mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-17 17:35:01
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -29,5 +29,6 @@
|
|||||||
"obsidian-plugin-update-tracker",
|
"obsidian-plugin-update-tracker",
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
"lumberjack-obsidian",
|
"lumberjack-obsidian",
|
||||||
"open-vscode"
|
"open-vscode",
|
||||||
|
"wikilinks-to-mdlinks-obsidian"
|
||||||
]
|
]
|
||||||
154
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
154
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "wikilinks-to-mdlinks-obsidian",
|
||||||
|
"name": "Wikilinks to MDLinks",
|
||||||
|
"version": "0.0.12",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "A plugin that converts wikilinks to markdown links and vice versa",
|
||||||
|
"author": "Agatha Uy",
|
||||||
|
"authorUrl": "https://github.com/agathauy",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
3
.obsidian/workspace.json
vendored
3
.obsidian/workspace.json
vendored
@@ -100,7 +100,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 300,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "b2837026535a9eaa",
|
"id": "b2837026535a9eaa",
|
||||||
|
|||||||
28
README.md
28
README.md
@@ -566,27 +566,27 @@ I use my CRM to keep track of important days like birthdays as well as items dis
|
|||||||
|
|
||||||
### Ribbon Commands
|
### Ribbon Commands
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-18-40.png]] - Add a quick thought to Project_Name/Scratchpad. Good for project specific thoughts.
|
 - Add a quick thought to Project_Name/Scratchpad. Good for project specific thoughts.
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-18-53.png]] - Create a new task in a project kanban. Good for an open specific project task.
|
 - Create a new task in a project kanban. Good for an open specific project task.
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-18-44.png]] - create a new project with an optional Kanban Board, Resources page, and Scratchpad.
|
 - create a new project with an optional Kanban Board, Resources page, and Scratchpad.
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-18-58.png]] - Lint a file. Can also by triggered with `cmd + s`
|
 - Lint a file. Can also by triggered with `cmd + s`
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-03.png]] - capture a thought to your daily note (if it exists)
|
 - capture a thought to your daily note (if it exists)
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-10.png]] - Insert a link to another Zettel using the **Luhmann** plugin
|
 - Insert a link to another Zettel using the **Luhmann** plugin
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-15.png]] - open daily note
|
 - open daily note
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-19.png]] - move a zettelkasten note from the root to the `Private` folder
|
 - move a zettelkasten note from the root to the `Private` folder
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-24.png]] - Open a map view of all your notes using the **Map View** plugin. Looks for `location: [lat,long]` in frontmatter
|
 - Open a map view of all your notes using the **Map View** plugin. Looks for `location: [lat,long]` in frontmatter
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-28.png]] - open a new Excalidraw drawing using the **Excalidraw** plugin
|
 - open a new Excalidraw drawing using the **Excalidraw** plugin
|
||||||
|
|
||||||
![[Screenshot 2022-12-17 17-19-36.png]] - Open active file (and vault) in VSCode
|
 - Open active file (and vault) in VSCode
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -650,9 +650,9 @@ Publish is another official obsidian paid service that allows you to share your
|
|||||||
|
|
||||||
shortcuts are small bits of code that run on your phone. The small workflows allow for macro style functionality. In the near future I will publish the shortcuts that I use daily in a sister repo.
|
shortcuts are small bits of code that run on your phone. The small workflows allow for macro style functionality. In the near future I will publish the shortcuts that I use daily in a sister repo.
|
||||||
|
|
||||||
### Mobile Integration (General)
|
## Mobile Integration (General)
|
||||||
|
|
||||||
`todo`
|
In BHOV-2023, mobile is mainly used for "upstream" and "downstream" work. Upstream work is raw note insertion. On my phone, I have a "battalion" of shortcuts that manage putting notes into my Obsidian vault. From there, I do most of my processing work on the computer.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -777,6 +777,8 @@ The following is a list of these plugins as well as a one sentence blurb of how
|
|||||||
- Note Refactor
|
- Note Refactor
|
||||||
- [Frontmatter Links](obsidian://show-plugin?id=frontmatter-links)
|
- [Frontmatter Links](obsidian://show-plugin?id=frontmatter-links)
|
||||||
- If you have URLs in your frontmatter/sources, this plugin is for you. Gives the ability to click links in YAML and open in the browser
|
- If you have URLs in your frontmatter/sources, this plugin is for you. Gives the ability to click links in YAML and open in the browser
|
||||||
|
- [WikiLinks to MDLinks](obsidian://show-plugin?id=wikilinks-to-mdlinks-obsidian)
|
||||||
|
- Used to make the process of getting screenshots into BHOV for the GitHub README. Helpful if you're doing something similar!
|
||||||
|
|
||||||
|
|
||||||
### Migration Guide for Current Obsidian Users
|
### Migration Guide for Current Obsidian Users
|
||||||
|
|||||||
Reference in New Issue
Block a user