Code Monkey home page Code Monkey logo

hacoteb's Introduction

Haskell Code and Text Blogging (HaCoTeB)

A. About

Haskell Code and Text Blogging (HaCoTeB) started as a tool which allowed easy posting of Wordpress.com blog posts containing text and source code without relying to online tools or other plugins.

It was intended to transform one single input file into a html fragment to be inserted into the blog editor. However, in time, I've decided to allow patches which will allow converting the same input file into another format, for example into a RST format or a PDF file.

hacoteb's People

Contributors

dfilimon avatar mihaimaruseac avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hacoteb's Issues

Add options, arguments and config files

HaCoTeB should be highly configurable. Add support for a config file (at least one, maybe stack several files together). Add support for command-line arguments (overwriting config file values). Add support for inline (section header) configuration.

Change the way section headers are treated

Right now, section headers are stripped without looking at them. They can provide valuable options and arguments with the highest priority. Using them can change totally the way a specific parser is used (think parser selection inside a parser).

Remove useless formatting options.

A value of type TextSection MixedContent [FormattedContent [] String] is really a value of type TextSection SimpleContent String. See other definitions like this too and change to them, accordingly (at least in SimpleTextParsing.x).

This can be solved quickly and nicely by using a conversion function, either when adding together the sections or in the parser.

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.