Obsidian is a local-first, markdown-based personal knowledge management application.
Integration
For details on running the Wiki CLI directly from Obsidian, see Obsidian Integration.
Obsidian is a local-first, markdown-based personal knowledge management application.
For details on running the Wiki CLI directly from Obsidian, see Obsidian Integration.
{
"@context": {
"schema": "https://schema.org/",
"wiki": "https://wazootech.github.io/wiki/"
},
"@id": "wiki:Obsidian",
"@type": "schema:SoftwareApplication",
"schema:description": "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files.",
"schema:name": "Obsidian"
}
@prefix schema: <https://schema.org/> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
wiki:Obsidian a schema:SoftwareApplication ;
schema:description "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files." ;
schema:name "Obsidian" .
@prefix schema: <https://schema.org/> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
wiki:Obsidian a schema:SoftwareApplication ;
schema:description "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files." ;
schema:name "Obsidian" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:schema="https://schema.org/"
>
<rdf:Description rdf:about="https://wazootech.github.io/wiki/Obsidian">
<rdf:type rdf:resource="https://schema.org/SoftwareApplication"/>
<schema:name>Obsidian</schema:name>
<schema:description>A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files.</schema:description>
</rdf:Description>
</rdf:RDF>
<https://wazootech.github.io/wiki/Obsidian> <https://schema.org/description> "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files." .
<https://wazootech.github.io/wiki/Obsidian> <https://schema.org/name> "Obsidian" .
<https://wazootech.github.io/wiki/Obsidian> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://schema.org/SoftwareApplication> .
@prefix schema: <https://schema.org/> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
_:Nbd801424961f41b4ba97269e0d085e48 {
wiki:Obsidian a schema:SoftwareApplication ;
schema:description "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files." ;
schema:name "Obsidian" .
}
<https://wazootech.github.io/wiki/Obsidian> <https://schema.org/description> "A powerful and extensible knowledge base that works on top of a local folder of plain text Markdown files." .
<https://wazootech.github.io/wiki/Obsidian> <https://schema.org/name> "Obsidian" .
<https://wazootech.github.io/wiki/Obsidian> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://schema.org/SoftwareApplication> .