Skip to content

Database Editor Example #399

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exampleVault/Buttons/In Note Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ text
## This is a Heading at the Bottom


Some Secion
^section-1
Some Section
^section-1
519 changes: 519 additions & 0 deletions exampleVault/Database Editor/Database Editor.md

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions exampleVault/Database Editor/Database/Acceleration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
parent: []
dimensions:
related:
- "[[Force]]"
- "[[Gravitational Constant]]"
- "[[Mass]]"
mathLink: ${\color{red}a}\left[\pu{m//s2},\pu{cm//s2},\pu{ft//s2} \right]$
mathLink-blocks:
MKS: ${\color{red}a}[\pu{m//s2}]$
CGS: ${\color{red}a}[\pu{cm//s2}]$
FPS: ${\color{red}a}[\pu{ft//s2}]$
Dimensions: $\left[ \frac{\boldsymbol{L}}{\boldsymbol{T}^{2}} \right]$
Formula: ${\color{red}a}\left[\pu{m//s2},\pu{cm//s2},\pu{ft//s2} \right]=\frac{{\boldsymbol{F}[\pu{N},\pu{dyn},\pu{lb_{f}}]*{\color{blue}g}_{c}[\pu{1kg*m//N*s2}][\pu{32.2lb_{m}*ft//lb_{f}*s2}]}}{\boldsymbol{M}[\pu{kg},\pu{g},lb_{m}]}$
Type: Variable
title: Acceleration
---
20 changes: 20 additions & 0 deletions exampleVault/Database Editor/Database/Force.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
related:
- "[[Mass]]"
- "[[Acceleration]]"
- "[[Gravitational Constant]]"
mathLink: $\boldsymbol{F}[\pu{N},\pu{dyn},\pu{lb_{f}}]$
mathLink-blocks:
Dimensions: $\left[ \frac{\boldsymbol{ML}}{\boldsymbol{T}^{2}} \right]$
StaticDimensions: $\boldsymbol{F}$
MKS: $\boldsymbol{F}[\pu{N},\pu{kg*m//s2}]$
CGS: $\boldsymbol{F}[\pu{dyn},\pu{g*cm//s2}]$
FPS: $\boldsymbol{F}[\pu{lb_{f}},\pu{lb_{m}*ft//s2}]$
Formula: $\boldsymbol{F}[\pu{N},\pu{dyn},\pu{lb_{f}}]=\frac{\boldsymbol{M}[\pu{kg},\pu{g},lb_{m}]*{\color{red}a}\left[\pu{m//s2},\pu{cm//s2},\pu{ft//s2} \right]}{{{\color{blue}g}_{c}[\pu{1kg*m//N*s2}][\pu{32.2lb_{m}*ft//lb_{f}*s2}]}}$
parent:
- "[[Mass#^Dimensions]]"
Type: Sub_Dimension
title: Force
dimensions:
- "[[Mass#^Dimensions]]"
---
13 changes: 13 additions & 0 deletions exampleVault/Database Editor/Database/Gravitational Constant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
related:
- "[[Mass]]"
- "[[Acceleration]]"
- "[[Force]]"
parent: []
fileClass: Variables
mathLink-blocks:
Formula: ${{\color{blue}g}_{c}[\pu{1kg*m//N*s2}][\pu{32.2lb_{m}*ft//lb_{f}*s2}]}=\frac{\boldsymbol{M}[\pu{kg},\pu{g},lb_{m}]*{\color{red}a}\left[\pu{m//s2},\pu{cm//s2},\pu{ft//s2} \right]}{\boldsymbol{F}[\pu{N},\pu{dyn},\pu{lb_{f}}]}$
mathLink: ${\color{blue}g}_{c}[\pu{1kg*m//N*s2}][\pu{32.2lb_{m}*ft//lb_{f}*s2}]$
Type: Constant
title: Gravitational Constant
---
19 changes: 19 additions & 0 deletions exampleVault/Database Editor/Database/Mass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
parent: []
mathLink: $\boldsymbol{M}[\pu{kg},\pu{g},lb_{m}]$
mathLink-blocks:
MKS: $\boldsymbol{M}[\pu{kg},\pu{N*s2//m}]$
CGS: $\boldsymbol{M}[\pu{g},\pu{erg*s2//cm}]$
FPS: $\boldsymbol{M}[\pu{lb_{m}},\pu{lb_{f}*s2//ft}]$
Dimensions: $\boldsymbol{M}$
StaticDimensions: $\left[ \frac{\boldsymbol{FT^2}}{\boldsymbol{L}} \right]$
Formula: $\boldsymbol{M}[\pu{kg},\pu{g},lb_{m}]=\frac{\boldsymbol{F}[\pu{N},\pu{dyn},\pu{lb_{f}}]*{{\color{blue}g}_{c}[\pu{1kg*m//N*s2}][\pu{32.2lb_{m}*ft//lb_{f}*s2}]}}{{\color{red}a}\left[\pu{m//s2},\pu{cm//s2},\pu{ft//s2} \right]}$
Type: Dimension
staticdimensions:
- "[[Force#^StaticDimensions]]"
title: Mass
related:
- "[[Force]]"
- "[[Gravitational Constant]]"
- "[[Acceleration]]"
---