-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into 10-json-schema-C
- Loading branch information
Showing
17 changed files
with
182 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% include head.html %} | ||
<body> | ||
|
||
{% include nav.html %} | ||
|
||
<div class="page"> | ||
{{ content }} | ||
</div> | ||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
const urlParams = new URLSearchParams(window.location.search); | ||
const hideNav = urlParams.get('hidenav'); | ||
if(hideNav === 'true') { | ||
document.body.classList.add('hidenav'); | ||
} | ||
}); | ||
document.addEventListener('DOMContentLoaded', function() { | ||
const links = document.querySelectorAll('a'); | ||
links.forEach(link => { | ||
const url = new URL(link.href); | ||
if (url.hostname !== window.location.hostname) { | ||
link.target = '_blank'; | ||
link.rel = 'noopener noreferrer'; | ||
} | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<div id="navbar"> | ||
<nav> | ||
<a href="/" id="logo"><img width="120" height="44" src="/logo.svg" alt="JSON Feed" /></a> | ||
<a href="/spec/1.0" class="link">Spec</a> | ||
<a href="/docs/apps" class="link">Apps</a> | ||
<a href="https://github.com/obsidianmd/jsoncanvas" class="link">GitHub</a> | ||
</nav> | ||
|
||
<hr> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Not found | ||
permalink: /404.html | ||
layout: default | ||
--- | ||
|
||
<div class="container"> | ||
<svg width="96" height="96" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M-4.36441e-06 102.115C-1.95401e-06 88.3294 11.1757 77.1537 24.9615 77.1538V77.1538C38.7474 77.1538 49.9231 88.3294 49.9231 102.115V102.115C49.9231 115.901 38.7474 127.077 24.9615 127.077V127.077C11.1757 127.077 -6.77481e-06 115.901 -4.36441e-06 102.115V102.115Z" fill="var(--color-ax-1)"/> | ||
<path d="M77.1538 24.9615C77.1538 11.1757 88.3295 1.95401e-06 102.115 4.36441e-06V4.36441e-06C115.901 6.77481e-06 127.077 11.1757 127.077 24.9615V24.9615C127.077 38.7474 115.901 49.9231 102.115 49.9231V49.9231C88.3295 49.9231 77.1538 38.7474 77.1538 24.9615V24.9615Z" fill="var(--color-ax-1)"/> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5386 104.102C63.5385 81.6995 81.699 63.539 104.101 63.539H113.462V82.2601H104.101C92.0384 82.2601 82.2597 92.0389 82.2597 104.102L82.2598 113.462L63.5386 113.462L63.5386 104.102Z" fill="var(--color-ax-1)"/> | ||
</svg> | ||
|
||
<h1>404</h1> | ||
|
||
<p>Whoops. You've found an unknown part of this infinite canvas. <a href="/">Head back home</a>.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Apps and tools | ||
|
||
JSON Canvas is supported by the following apps and tools. If you would like to add an app or tool to this list, please submit a pull request on [GitHub](https://github.com/obsidianmd/jsoncanvas). | ||
|
||
## Apps | ||
|
||
| Name | Storage | Import | Export | | ||
| ----------------------------------------------- | :-----: | :----: | :----: | | ||
| [Obsidian](https://obsidian.md/) | ✓ | ✓ | ✓ | | ||
| [Kinopio](https://kinopio.club/) | | ✓ | ✓ | | ||
| [Flowchart Fun](https://flowchart.fun/) | | ✓ | ✓ | | ||
| [hi-canvas](https://hi-canvas.marknoteapp.com/) | | ✓ | ✓ | | ||
|
||
## Tools | ||
|
||
- [Heptabase Export](https://github.com/link-ding/Heptabase-Export) | ||
|
||
## Libraries | ||
|
||
- [Rust crate](https://crates.io/crates/jsoncanvas) | ||
- [TypeScript Library](https://npmjs.com/package/@trbn/jsoncanvas) |
Oops, something went wrong.