init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
43
Meta.md
Normal file
43
Meta.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
obj: meta
|
||||
---
|
||||
|
||||
# Frontmatter
|
||||
[Index](MetaIndex.md)
|
||||
## Common Frontmatter Tags
|
||||
- `website` - Website
|
||||
- `repo` - Repository
|
||||
- `source` - Source
|
||||
- `wiki` - Wiki link
|
||||
- `arch-wiki` - Arch Wiki link
|
||||
- `rfc` - RFC Document link
|
||||
- `obj` - Object Type
|
||||
|
||||
## Common Frontmatter Tags for Object Types
|
||||
### `Application` + `Emulator`
|
||||
- `android-id` - Android Application ID
|
||||
- `flatpak-id` - Flatpak Application ID
|
||||
- `f-droid` - F-Droid URL
|
||||
|
||||
### `Website`
|
||||
- `category` - Website Category
|
||||
- `status` - Website Status
|
||||
|
||||
# Object Types
|
||||
- `Application` - Any application
|
||||
- `OS` - Operating System
|
||||
- `Codec` - Media Codec
|
||||
- `FileSystem` - File System
|
||||
- `Emulator` - Emulator System
|
||||
- `Concept` - Concept
|
||||
- `Meta` - Lists, Collections, Metadata
|
||||
- `Meta/Collection` - Collection of notes
|
||||
- `Device` - Physical Device
|
||||
- `Website` - Website
|
||||
- `Science` - Scientific Notes
|
||||
- `Science/Unit` - Scientific measurement unit
|
||||
|
||||
## Notes without Object set
|
||||
```dataview
|
||||
table obj as "Type" from "knowledge" where obj = null
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue