Looksyk

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

Looksyk offers the possibility to flexibly and lightweightly use existing Markdown blocks as cards for a board.

Example Board

Boards can either be accessed via the menu on the left side, or visited via a link generated by a query.

Existing Markdown blocks that match the corresponding board configuration are displayed as cards in a column (including a link to the source).

When a card is moved from one column to the next on the board, the associated page property in the corresponding Markdown file is automatically updated and saved.

Boards therefore consist solely of the board configuration; all content comes from the Markdown files, such as wiki pages or the journal.

The following parameters can be used for configuration:

As with all content in Looksyk, all values are case-sensitive. If a tag, property key, or value is entered differently within the block, the block will not be displayed as a card.

Example query:

{query: board title:"My first Kanban" tag:"kanban" columnKey:"state" columnValues:"TODO,DOING,DONE" priorityKey:"priority" display:"link" } 

Example markdown block, that gets displayed as card:

[[kanban]] state:: TODO