Nico Rikken

Results 58 issues of Nico Rikken

I ported the Asciidoctor snippets from the Atom (editor) autocomplete package to YASnippet. My repo: https://github.com/nicorikken/adoc-mode-yasnippet A request to get this into the yasnippet-snippets repo https://github.com/AndreaCrotti/yasnippet-snippets/issues/161

The Asciidoc(tor) syntax enables the use of source code blocks. Currently the content is treated as a literal block, with faulty font-style rendering, and without syntax highlighting or more advanced...

Asciidoctor has [support for Markdown](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#markdown-compatibility) including headers, quotes, and horizontal rules. This is not yet available in `adoc-mode`.

I'm building a solution to start a Neo4j Docker container and have it initialize from a dump. When I load the dump in a 'cold' container, there is no graph.db...

feature
team-kernel

I also use Archimate to create deployment diagrams, as it has the nice feature of clickable documentation. This use-case comes with giant diagrams which contain all the features in one...

Adds the missing slash in the URL to the releases page. **Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/get-woke/woke/blob/main/CONTRIBUTING.md) - [x] Tests...

Enables `asciidoctor-diagram` support for generating images as defined inline in the source file. The resulting images are captured afterwards in a new task named `collect-images`, to stick to the basic...

enhancement

Fixes the issue as described in https://github.com/hashobject/perun/issues/192 by checking the triple dash to be prefixed by either the start of the document, or the start of a new line. This...

bug

Adds metadata handling to the asciidoctor task. The asciidoctor task will now: 1. read asciidoctor attributes and add them as metadata 2. expose metadata to the asciidoctor process as attributes...

enhancement

The `parse-yaml` task fails when no YAML frontmatter is provided, but a valid asciidoctor codeblock is encountered further down the file: Minimal source example: ``` = Bugreport [source, json] ----...

bug