mirror of
https://github.com/wahyd4/one-knowledge.git
synced 2026-08-09 05:06:40 +10:00
739 B
739 B
Links App Posts
This directory contains all 2,337 articles and posts from the Links App.
Format
Each file follows the Obsidian-compatible markdown format:
---
title: {article title}
created: {YYYY-MM-DD}
updated: {YYYY-MM-DD}
type: summary
tags: [{tag1}, {tag2}, ...]
external: http://go/ui/posts/{id}/
---
{article content}
File Naming
Files are named as {id}-{slug}.md where:
idis the post's numeric ID from the Links Appslugis a URL-safe version of the title (max 50 characters)
Browsing
You can search for specific posts by:
- Looking up the post ID in the filename
- Using the external link to view the original in the Links App web interface
- Searching by tags in the frontmatter