Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content #8

Merged
merged 10 commits into from
Jan 16, 2024
12 changes: 12 additions & 0 deletions Content/Embeds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Embedded image

![[obsidian.jpeg]]

## Embedded paragraphs
![[Headings#^038507]]

![[Headings#h1 Heading 2]]

# Embed with unknown file type

![[test-unknown-file.fake]]
File renamed without changes.
File renamed without changes.
60 changes: 34 additions & 26 deletions List Variations.md → Content/Lists.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# List Variations

## Unordered lists

Expand Down Expand Up @@ -57,40 +56,49 @@ Mixed numbered lists
2. aliquip ex ea commodo consequat.

## Task lists
There are lots of variations for these. We will try to list some common ones here.

- **The basics**
- [ ] incomplete
- [x] `x` complete / done
- [X] `X` complete / done (Failed in Sanctum)
- **Completion / GTD / bullet journal flavors**
- [-] `-` cancelled
- [>] `>` deferred
- [/] `/` for in progress, or half-done
- [!] `!` for Important
- [?] `?` for question

### Examples

Not all themes support all of these variations. Here are a few examples. These are also snapshots, see the themes for the latest. ;)

#### Ebullientworks
### Standard Checkboxes
Supported by all themes

- [ ] incomplete
- [x] x complete

- [ ] nested level 1
- [ ] nested level 2
- [ ] nested level 3

### Alternate Checkboxes
Many themes can render additional variations on task list checkboxes. The meanings of symbols differ between themes, but we've tried to list some that have reasonable consensus.
#### Incomplete states
- [ ] incomplete
- [/] / partially done
- [<] < scheduling
#### Complete states
- [x] x complete/done
- [x] X complete/done (treated as failed by Sanctum theme)
- [-] - canceled
- [>] > deferred/forwarded
#### Other states
- [!] `!` Important
- [?] `?` question

#### Screenshots from themes

##### Ebullientworks

![[ebullientworks-common-tasks.png|400]]

##### Additional types
###### Additional types

![[ebullientworks-custom-tasks.png|200]]

###### Sample text

- [R] `R` for review

#### ITS Theme
##### ITS Theme

![[ITS-common-tasks.png|600]]

##### Additional types
###### Additional types

![[ITS-custom-tasks.png]]

Expand All @@ -111,11 +119,11 @@ Not all themes support all of these variations. Here are a few examples. These a
- [C] `C` for con


#### Sanctum
##### Sanctum

![[sanctum-common-tasks.png|500]]

##### Additional types
###### Additional types

Sanctum has some adjusted meanings (note differences to ITS)

Expand Down Expand Up @@ -147,6 +155,6 @@ Sanctum has some adjusted meanings (note differences to ITS)
- [❤] ❤ for a heart item


#### Spectrum
##### Spectrum

![[spectrum-common-tasks.png|500]]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions Embeds copy.md

This file was deleted.

7 changes: 0 additions & 7 deletions Embeds.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
67 changes: 0 additions & 67 deletions Plugins/Kanban 02.md

This file was deleted.

27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ The purpose of this vault is to aid in theme development by demonstrating and ex

This vault is currently incomplete. Please help update it by submitting pull requests.

- - -
## Content
Examples and notes on styling Markdown content provided by users.
- [[Embeds]]
- [[Footnotes]]
- [[Headings]]
- [[Lists]]
- [[Markdown]]
- [[Optional elements]]
- [[Properties]]
- [[Tables]]

## Guidelines for contributing
## Obsidian UI
Notes on styling parts of the Obsidian app
- [[Mobile]]
- [[Modals and Prompts]]
- [[Theme Colors]]
- [[Tooltips and Notices]]
## Core Plugins
Notes on styling core plugins distributed with Obsidian
- [[Search]]
## Community Plugins
Notes on styling additional plugins provided by the Obsidian community
- [[Kanban]]

- - -
## Guidelines for contributing
- Keep plugins turned off by default
- ....TODO....