Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuovotaka/obsidian


https://github.com/nuovotaka/obsidian

Last synced: 3 days ago
JSON representation

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.