This commit is contained in:
Bram Adams
2022-12-08 19:17:10 -06:00
parent 6a505f7e99
commit ce3130bd79
32 changed files with 21757 additions and 58162 deletions

0
_tests/External/Alfred.md vendored Normal file
View File

7
_tests/External/GitHub.md vendored Normal file
View File

@@ -0,0 +1,7 @@
In this vault, Obsidian Git is used for:
- version control
- backups
>[!warning]
>You should add `/Private` to `.gitignore` using the "Edit .gitignore" command

65
_tests/External/Readwise.md vendored Normal file
View File

@@ -0,0 +1,65 @@
If you use Readwise, you'll be able to have resources auto sync from Kindle + the web. They'll end up in the `/Readwise` directory.
## Dataview Test (should have one item)
```dataview
list from "Readwise"
where project = "Test Project"
```
## Page Metadata Formatting
```
---
author: {% if author %}{{author}}{% endif %}
fullTitle: {{full_title}}
category: #{{category}}
source: {{source}}
date: [[{{date}}]]
time: {{time}}
{% if image_url -%}
imageURL: {{image_url}}
{% endif -%}
{% if book_id -%}
bookID: {{book_id}}
{% endif -%}
{% if document_tags -%}
documentTags: {% for tag in document_tags %}#{{tag}} {% endfor %}
{% endif -%}
{% if url -%}
url: {{url}}
{% endif -%}
project: -
---
```
## Highlights Header Formatting
```
{% if is_new_page %}
## Highlights
{% elif has_new_highlights -%}
## New highlights added {{date|date('F j, Y')}} at {{time}}
{% endif -%}
```
## Highlight Formatting
```
---
> {{ highlight_text }}{% if highlight_location and highlight_location_url %} ([{{highlight_location}}]({{highlight_location_url}})){% elif highlight_location %} ({{highlight_location}}){% endif %}{% if highlight_tags %}
- Tags: {% for tag in highlight_tags %} #{{tag}} {% endfor %}{% endif %}{% if highlight_note %}
- Note: {{ highlight_note }}{% endif %}
---
```
## Sync Notification
```
- [[{{date|date('Y-m-d')}}]] {{time}} — Synced {{num_highlights}} highlight{{num_highlights|pluralize}} from {{num_books}} document{{num_books|pluralize}}.
{% for book in books %} - {{ book.num_highlights_added}} highlights from {{ book.title }}
{% endfor %}
```

0
_tests/External/iOS Shortcuts.md vendored Normal file
View File

5
_tests/Hotkeys.md Normal file
View File

@@ -0,0 +1,5 @@
`ctrl-shift-e` -> [auto link title](obsidian://show-plugin?id=obsidian-auto-link-title)
`ctrl-shift-p` -> show [projects](obsidian://show-plugin?id=obsidian-projects)
`ctrl-click` a folder name -> create a [folder note](obsidian://show-plugin?id=folder-note-plugin)
`ctrl-shift-f` -> [omnisearch](obsidian://show-plugin?id=omnisearch) vault search
`alt-shift-f` -> [footnote](obsidian://show-plugin?id=obsidian-footnotes) insertion

View File

@@ -0,0 +1,8 @@
>[!info]
>Test to check pasting URL into selected text
Here's a link: https://obsidian.md/
1. Copy the link
2. Highlight this text -> Obsidian <- and paste the URL
3. See if you can paste it directly, you should see [Obsidian](https://obsidian.md/)

12
_tests/Private.md Normal file
View File

@@ -0,0 +1,12 @@
> [!warning]
> Private notes should have a icon in front of them to show they will not propogate to [Obsidian Publish](https://obsidian.md/publish)
You should see the shh emoji (🤫) to the left of this private note -> [[Secret Note]]
You should **not** see the shh emoji (🤫) next to this public note -> [[Hello World]]
Daily Notes should also be kept private imo, but this is optional -- you should see a calendar emoji (📆) before a daily note -> [[2022-12-08]]
## Resources
[Link Icons Tutorial](https://youtu.be/uWyeJLWKXUI)

View File

@@ -0,0 +1,13 @@
>[!info]
>Obsidian is in top form when it helps **manage** and **finish** projects
This vault follows the PARA methodology:
1. When a project is finished, it is moved to [[Archive]]
2. All resources related to a project are kept within the respective parent folder
1. When a link is found on the internet, it should be trivial to add it to the list of resources in a project
2. Notes should also be easily made, following the tenets of progressive summarization
On the left ribbon, the "sprout" creates a new project, and the "ribbon plus" appends to a Project's Scratchpad

3
_tests/_tests.md Normal file
View File

@@ -0,0 +1,3 @@
>[!info]
>Sometimes plugins get updated and things break. It's ok! This folder will give you an idea if something doesn't work to spec