lambdoc icon indicating copy to clipboard operation
lambdoc copied to clipboard

"Blog mode" ?

Open Drup opened this issue 10 years ago • 5 comments

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.

Drup avatar Oct 04 '14 17:10 Drup

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.

darioteixeira avatar Oct 05 '14 15:10 darioteixeira

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).

Drup avatar Oct 05 '14 15:10 Drup

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?

darioteixeira avatar Oct 05 '14 16:10 darioteixeira

let's imagine my templates implement a toc as a side panel. It means the template needs additional informations than just the complete page.

Drup avatar Oct 05 '14 16:10 Drup

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?

darioteixeira avatar Mar 15 '16 11:03 darioteixeira