Tobias Schweizer
Tobias Schweizer
`rdflib` has changed the default prefix for `http://schema.org` to `schema1`, `schema` now refers to the TLS version `https://schema.org`. In my generated docs, everything is prefixed with `schema1` now which is...
Hi there First of all: nice tool! I have the following use case: I define SHACL Shapes to define a subset of schema.org types (classes) and properties (following https://datashapes.org/schema). What...
Hi I have installed Ontospy with Django (and Pygments): ``` Django 4.0.1 ``` Then I tried to generate the docs using `gendocs` with option 2 "Html: multi page" which failed:...
I parse a table written in wiki syntax and iterate over its nodes. The elements of a table appear as `mwparserfromhell.nodes.Tag` which is nice to convert them to HTML (`node.tag`)....
resolves #1407 **This PR is not ready for review yet.**
## Search Terms Category, `@category`, hide, internal, ## Problem I would like to have an additional option to hide certain categories. There is an existing `typedoc` option `--stripInternal` based on...
I am trying to implement some richtext functionality using `contenteditable="true"`and `document.execCommand` It is a pain (inconsistent behaviour of Firefox and Webkit)! Therefor I like your approach. Is there any support...
Hi there I have been using by copying and pasting the contents of my JSON-LD files manually into the web form. Then I came up with the idea of automating...
We are using JSON-LD to represent our metadata. We are using to make sure that our metadata is valid. In some cases, we use type annotations in JSON-LD to express...
I am developing an Angular library that has an indirect dependency on `jsonld`. When I run my E2E tests that import elements of my Angular library I get: > E/launcher...