Skip to content

Commit

Permalink
gitignore obsidian dir
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed May 20, 2024
1 parent 2a8682f commit 10d62be
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,8 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
cb-lcars-full.yaml
.obsidian/app.json
.obsidian/appearance.json
.obsidian/core-plugins-migration.json
.obsidian/core-plugins.json
.obsidian/workspace.json
53 changes: 26 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@ Ha-lcards is a home automation project that offers personalized dashboards for u
---


## CB Templates
### Base Templates

| Template | Description |
| -------------------- | -------------- |
| `cb-lcars-functions` | base functions |
| `cb-lcars-debug` | debug shit |
| `cb-lcars-base` |
| `cb-lcars-label` |
| `cb-lcars-animate-press` |
| `cb-lcars-state-blink` |
| Template | Description |
| ------------------------ | -------------- |
| `cb-lcars-functions` | base functions |
| `cb-lcars-debug` | debug shit |
| `cb-lcars-base` | |
| `cb-lcars-label` | |
| `cb-lcars-animate-press` | |
| `cb-lcars-state-blink` | |


### Actions
Expand Down Expand Up @@ -109,12 +110,12 @@ Ha-lcards is a home automation project that offers personalized dashboards for u
### LCARS Buttons
| Template | Description |
| ----------------------------- | ----------- |
| cb-lcars-button-bullet | |
| cb-lcars-button-bullet-right | |
| cb-lcars-button-capped | |
| cb-lcars-button-capped-right | |
| cb-lcars-button-lozenge | |
| cb-lcars-button-lozenge-right | |
| `cb-lcars-button-bullet` | |
| `cb-lcars-button-bullet-right` | |
| `cb-lcars-button-capped` | |
| `cb-lcars-button-capped-right` | |
| `cb-lcars-button-lozenge` | |
| `cb-lcars-button-lozenge-right` | |


### LCARS Buttons - Picard Style
Expand All @@ -128,9 +129,7 @@ Ha-lcards is a home automation project that offers personalized dashboards for u
| `cb-lcars-button-picard-filled-right` | |
| `cb-lcars-button-picard-filled-dense` | |
| `cb-lcars-button-picard-filled-dense-right` | |
| | |
| `cb-lcars-button-picard-icon` | |
| | |


### LCARS Buttons - Picard Button Modifiers
Expand All @@ -144,22 +143,22 @@ Ha-lcards is a home automation project that offers personalized dashboards for u
### LCARS Constructors
| Template | Description |
| -------------------------- | ----------- |
| cb-lcars-card-base | |
| cb-lcars-button-grid | |
| cb-lcars-button-grid-icons | |
| `cb-lcars-card-base` | |
| `cb-lcars-button-grid` | |
| `cb-lcars-button-grid-icons` | |


### LCARS Complex Cards ('widgets??')
| Template | Description |
| -------------------------------- | ----------- |
| cb-lcars-meter | |
| cb-lcars-meter-horizontal | |
| cb-lcars-slider | |
| cb-lcars-slider-gauge | |
| cb-lcars-slider-horizontal | |
| cb-lcars-slider-horizontal-gauge | |
| cb-lcars-multimeter | |
| cb-lcars-dpad | |
| `cb-lcars-meter` | |
| `cb-lcars-meter-horizontal` | |
| `cb-lcars-slider` | |
| `cb-lcars-slider-gauge` | |
| `cb-lcars-slider-horizontal` | |
| `cb-lcars-slider-horizontal-gauge` | |
| `cb-lcars-multimeter` | |
| `cb-lcars-dpad` | |



Expand Down

0 comments on commit 10d62be

Please sign in to comment.