--- cssclass: cards Alias: ["News"] Tag: ["News"] Date: 2022-02-06 DocType: WebClipping ChildrenType: Hierarchy: "Root" location: CollapseMetaTable: true --- 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   # Article map   ```ad-abstract title: Summary collapse: open This page enables to navigate in the News section. ```   ```toc style: number ``` %%  ---   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from "00.03 News" where contains(DocType, "WebClipping") where Read != "๐ŸŸฅ" sort date(Read) asc limit 10 ``` %%   ---   ### Politics   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿ—ณ๏ธ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Society   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿคต๐Ÿป where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Crime   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿš” where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### History   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿ“œ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Human   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿซ€ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Art   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐ŸŽญ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Science   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿงช where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Nature   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿ•๏ธ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Travel   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #โœˆ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Tech   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿ“Ÿ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Economy   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿ“ˆ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Sport   ```dataview Table without id file.link as "Title", "**Read**: " + Read as "Read", Tag as "Themes" from #๐Ÿฅ‰ where contains(DocType, "WebClipping") sort file.link asc ```   ---   ### Tag navigation   ```dataview Table without id tags as "Tags" From "00.03 News" Flatten file.tags as tags Group by tags ```     ---
Copyright ยฉ 2022 mfxm.fr. All rights reserved.