nobkd

Results 28 issues of nobkd

### Environment Website ### Reproduction click on *[Edit this page on GitHub]* on the end of a **v1 docs page**: e.g. - https://content.nuxtjs.org/v1/getting-started/introduction/ - https://content.nuxtjs.org/fr/v1/getting-started/introduction/ ### Describe the bug The...

Allow internal file browser to scan external storage (like SD cards) and list the files

feature

The [logo was changed in the README](https://github.com/isar/hive/releases/tag/4.0.0-dev.2), but not in the social preview settings: ![image](https://github.com/isar/hive/assets/44443899/fff321a4-90ff-450d-9681-b5a0eff64777) See `Settings > ⚙️ General > Social Preview > ✏️ Edit`

- resolve #182 **`WIP`/`POC`** implementation for marked extension loading. ## Description The default file to load from is `marked.config.js` but this can be changed using the `marked_config` key in `site.yaml`....

nuemark
needs discussion

I want to support all browsers, but use some modern CSS features like [`light-dark()`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark#browser_compatibility), which is currently only stable in Firefox. This is a rule, that can [get transpiled by...

improvement
nuekit

> Hey I noticed nuemark uses marked as the underlying library. Is there an easy way to add marked extensions for things like [footnotes](https://github.com/bent10/marked-extensions/tree/main/packages/footnote)? _Originally posted by @indifferentghost in https://github.com/nuejs/nue/discussions/159#discussioncomment-8126684_...

new feature
nuemark

Is there a way to use components inline with `[]`-syntax in Markdown? Like ```md # Title text [component-name] stuff... More text [.class-name] etc. [clock] 00:00 - some time ```

improvement
nuemark

Is it possible to define multiple collections? E.g. I want to have a global collection for all pages (e.g. global navigation), and a sub-collection for only a specific subfolder (e.g....

new feature
nuekit

Fixes an invalid link introduced with replacement (I guess) in #386 ([exact change](https://github.com/HigherOrderCO/Bend/pull/386/files#diff-2fb18301a62221a0b9f8febe8f83e0a4a6c8b2177493a5d4fbfa50fc139d42acL18-R19))