Giter Club home page Giter Club logo

zettels's Introduction

Acien101's Zettels - My note taking tool

Original work by Crisrojas from Zettels. This work differs from the original mostly on style. Checkout gumroad for supporting the original author.

Online Zettelkästen built with Hugo. Useful tool for taking notes and linking knowledge. This repository is not a theme, its a blog that use Zettels. Use it like an example or a guideline for creating your zettel.

If you want to host this theme free consider using GitLab pages. Take a look to my Zettelkästen hosted here.

Installing

Clone repository

Be careful to recursively clone the repository.

$ git clone --recursive https://github.com/acien101/Zettels.git

Installing hugo

See hugo documentation to get started. Install the extender version that supports sass.

Start the server

hugo server -D

Linking notes

This theme includes [[wikilinks]] support.

If you want to link a note, just put it's file name inside two brackets.

That means that for the note:

biology.md

You would link it like this

[[biology]]

Output:

<a href="biology.html">biology</a>

Make sure your filenames contain not spaces as this isn't supported by the regex yet.

DO

biologia-celular.md ✅
[[biologia-celular]] ✅

DON'T

biología celular.md ⛔️
[[biología celular]] ⛔️

Your markdown notes go inside the content folder and need to comply with a valid yaml syntax if you're using metadata

Backlinks

Backlinks are supported right out the box. To use them properly you would want to give a title to each of your notes in the yaml header, like so:

---
title: My awesome note
---

Hi! This is the content of my awesome note.

This way the note can be referenced in the backlinks section since the backlink function will look for the title key.

MathJax

You can write math equations using latex syntax.

<div>
$$
\sqrt{\frac{\lambda}{\ro}}
$$
</div>

Screenshots

zettels's People

Contributors

acien101 avatar axilleas avatar sglyon avatar virtuacreative avatar blinksmith avatar utf18 avatar ariya avatar rootkea avatar rahveetufts avatar rumyantseva avatar gilbsgilbs avatar wary-hermit avatar lucab85 avatar rickkuilman avatar remyj38 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.