lambdoc
lambdoc copied to clipboard
"Blog mode" ?
Is a "Blog mode" planned ? It seems to me not much is missing. As far as I can tell, it needs :
- A way to do (verified) cross links between pages. I didn't find any.
- A way to index pages (to provide a list of posts).
- A better integration with templates (the way to choose a template and it's parameters from inside the document).
Now I wonder if pluging with stog wouldn't be a good idea. lambdoc does the markup side of things much better, but stog does the whole blog integration nicely.
I think the functionality you have in mind is out of scope for Lambdoc. As you mentioned, it would indeed be trivial to build a simple blogging engine around Lambdoc, but I reckon that should be a separate project.
I never said it was trivial, only that few things were missing :D
But I agree, it deserves to be separated. I may need to make some patches against lambdoc (for template integration in particular).
I'm not sure I'm following what you mean by template integration. Do you mean a Lambdoc output according to the conventions of some third-party template?
let's imagine my templates implement a toc as a side panel. It means the template needs additional informations than just the complete page.
let's imagine my templates implement a toc as a side panel. It means the template needs additional informations than just the complete page.
The type of a valid Lambdoc document (see module Lambdoc_core_valid) includes a field toc
with the Table of Contents. This may be enough for your needs, right?