oupala

Results 72 issues of oupala

The real support of windows system needs another modification. Sorry for not having seen that on the first pull request.

According to [Source Map Revision 3 Proposal](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#heading=h.75yo6yoyk7x5): > **Source Map Naming** > Optionally, a source map will have the same name as the generated file but with a “.map” extension....

Is it possible to get files from outside the source directory of metalsmith? ```js .source('./src/') ``` I want to get files from `./node_modules/` which is outside `./src/`.

It is not obvious to understand how to use this plugin on the template side. At least, a simple example in the README file would be welcome.

I have a strange behaviour here while replacing watch and serve plugins by browsersync plugin. I have a collection of documents which are lister on the front page. When I...

When notes contain markdown, markdown is correctly rendered in the footer, but not the tooltips where the raw markdown is displayed instead of rendered markdown.

bug

Is there a way to use `tag.name` in page ``? I'd like to add a `title` metadata of each page generated by the plugin. Is there a way to do...

Tags seem to be case sensitive. - I create a document with `api` tag - I create another document with `API` tag On both document, tag link is `http://myserver/tags/api/`. But...

I have a page that list all the used tags. - Is there a way to order tags by alphabetical order? - Is there a way to mention how many...

When we have multiple tags with the same safe tag, one of them is overriding the other and only one page is generated. In my opinion, when multiple tags have...