1.6.0 • Published 2 years ago

pageman v1.6.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
2 years ago

Pageman

At Kary Foundation we use a very rich stack to build web. We use higher languages like TypeScript and Less. And templating via Jekyll. However when it comes to writing content it gets hard. We use Markdown for normal content and Legend for side commenting.

When it comes to having markdown, html and legend fixed together it really gets hard. Also HTML comments are horrible. As the foundation with most prestige on code management via commenting we need to have a C-family style of commenting so that we can bring Kary Comments into our document files.

In order to have all the said factors we developed Pageman. A base that lets you mixup all these languages with kary comments. This is a file made possible with pageman's preprocess:

npm.io

Installing

Simply install the pageman with npm

% npm install -g pageman

Editor support

Kary Foundation provides a Pageman Language Support Extension for Visual Studio Code that you can use to highlight Pageman code.

Usage

If you specify any file it will build just the said files

% pageman yourfile.kfml something.kfml

However you can also build the the whole directory by just typing

% pageman

And you can run a watching server with

% pageman -w

Configuration

If you're using legend commentings in your website please make sure you have these CSS classes defined.

1.6.0

2 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago