<title>Markology Logo</title>
<style>
#arco polygon {
display: none;
}
#arco:hover g {
animation: .5s infinite launch;
}
#arco:hover polygon {
animation: .1s infinite flame;
display: block;
transform-origin: 5px 6px;
}
#arco:hover polygon:nth-of-type(1) {
animation-delay: -0.01s;
}
@keyframes flame {
50% {
transform: scale(.9);
}
}
@keyframes launch {
20% {
transform: translate(.3px, -.5px);
}
40% {
transform: translate(-.4px, -.6px);
}
60% {
transform: translate(.4px, -.6px);
}
80% {
transform: translate(-.3px, 0);
}
}
</style>
Markology
An opinionated, open source, zettelkasten-inspired note creation and linking tool.
- Markdown (via swift-markdown).
- Offline usage and search (via GRDB).
- iCloud syncing.
- To recall a concept, while only remembering what it related to.
- To organize thoughts, without needing a heirarchy.
- To create and discover interesting connections.
- To track new knowledge, in a way that makes it easy to build on.
We don't store or process your Markology data in any way. If you choose to use iCloud, then those notes stored on Apple servers will be governed by Apple's relevant policies, but we have no way of accessing either local or cloud stored notes.