You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

205 lines
2.5 KiB

3 years ago
---
3 years ago
cssclass: cards
3 years ago
Alias: ["News"]
Tag: ["News"]
Date: 2022-02-06
3 years ago
DocType: WebClipping
3 years ago
ChildrenType:
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
3 years ago
Parent:: [[@Lifestyle|Lifestyle]]
3 years ago
---
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-NewsNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-NewsSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate in the 00.03 News section and find any Note in this Vault by Note or Tag
```
 
```toc
style: number
```
 
---
 
### Politics
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Politics
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Society
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Society
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Crime
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Crime
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
3 years ago
 
---
 
### History
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #History
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Human
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Human
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
```
 
---
 
### Art
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Art
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Travel
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Travel
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Tech
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Tech
3 years ago
where contains(DocType, "WebClipping")
3 years ago
sort file.link asc
3 years ago
```
 
---
 
### Economy
 
```dataview
Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #Economy
3 years ago
where contains(DocType, "WebClipping")
sort file.link asc
```
3 years ago