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.

204 lines
2.2 KiB

---
Alias: ["News"]
Tag: ["News"]
Date: 2022-02-06
DocType: WebSource
ChildrenType:
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
Parent:: [[@Lifestyle|Lifestyle]]
---
 
```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", Tag as "Themes" from #Politics
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Society
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Society
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Crime
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Crime
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### History
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #History
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Human
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Human
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Art
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Art
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Travel
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Travel
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Tech
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Tech
where contains(DocType, "WebSource")
sort file.link asc
```
 
---
 
### Economy
 
```dataview
Table without id file.link as "Title", Tag as "Themes" from #Economy
where contains(DocType, "WebSource")
sort file.link asc
```