Looksyk

A simple personal knowledge platform with a focus on clean markdown files, simple queries and a journal.

Overview

Page names and hierarchy

page hierarchy

Block Properties

Favorites

favorites

Code-Blocks

Todos

HTML in Markdown

You can use HTML in Markdown, but it is not recommended. If you want to style your markdown, simply pack them in a <div> with a css-class and style them in the user-theme.css file.

Please note, that double-line breaks in the markdown file gets rendered in a <p> tag, and all existing "manually" added tags get automatically closed. If you want to wrap your tag across multiple lines, o you can use <br> to create line breaks.

The html gets sanitized, so you cannot use any script tags or other potentially dangerous HTML tags.

History

Looksyk has a history feature that allows you to navigate to the previous and next page. The history is stored in the local storage of the browser and is not synchronized with other devices.

The history is displayed in the sidebar and can be dropped. The history is limited to 5 visible entries, but all entries are stored in the local storage.