Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuovotaka/obsidian
https://github.com/nuovotaka/obsidian
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuovotaka/obsidian
- Owner: nuovotaka
- Created: 2022-12-09T08:57:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T00:32:23.000Z (21 days ago)
- Last Synced: 2025-01-02T07:56:16.747Z (9 days ago)
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NUOVOTAKA personal contens
## Contens Front matter
`contentDirPath: 'vault/public'`
### Post
`filepath: 'posts/**/*.md'`
```
---
title: 'string'
created: 'date'
updated: 'date'
description: 'string'
category: ['technology','life']
---
```### Book
`filepath: 'books/**/*.md'`
```
---
title: 'string'
author: 'string'
originallyPublished: 'number'
coverImg: filename within _assets folder
---
```### School
`filepath: 'schools/**/*.md'`
```
---
title: 'string'
teacher: 'string'
school: 'string'
created: 'date'
updated: 'date'
description: 'string'
coverImg: filename within _assets folder
---
```### NowUpdate
`filepath: 'now/*.md'`
```
---
title: 'string'
---
```### Page
`filepath: 'pages/**/*.md'`
```
---
title: 'string'
description: 'string'
---
```### Project
`filepath: 'projects/*.md'`
```
---
title: 'string'
organization: 'string'
role: 'string'
created: 'date'
updated: 'date'
tools: 'string'
---
```## Under the front matter
The text can be listed under the front matter.
The description should be in markdown format.