Skip to content

This java app generates a static website on the basis of a collection of .md files. As you type in text in a .md file, it will automatically regenerate the static html for that specific .md file and display it in the browser (much like how overleaf works with latex and pdf generated preview). This is just very fast in that it only re-generates t…

Notifications You must be signed in to change notification settings

Sebastian-Nielsen/Culprit

Repository files navigation

To generate jar file

  1. run the shadowJar gradle task
  2. Find the generated .jar in build/libs/culprit_2-all.jar

Set up 'File Watcher'

Set the arguments to: $ContentRoot$ --single $FilePath$

How to run

java -jar culprit_2.jar

Feature ideas:

  1. Expandable/collapsible sections. [COLLAPSIBLES]:<> (true|false) compiles all: \<!--COLLAPSIBLE(args*) <content goes here> -->

    An arg could be whether it is collapsed initially or not.

  2. Three sections on a page (left, mid, right) columns.

    Left:

    mid: main content

    right: uddybninger af main content.

  3. Support multiple spaces in .md

  4. Should support image paste

About

This java app generates a static website on the basis of a collection of .md files. As you type in text in a .md file, it will automatically regenerate the static html for that specific .md file and display it in the browser (much like how overleaf works with latex and pdf generated preview). This is just very fast in that it only re-generates t…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages