Results 42 issues of hikerpig

I want to find a way to analyze my foam notes project and use the graph data for later site-generation. Would be very helpful if this can be integrated to...

foam-dataviz

As a Vue.js user, I use the mixin pattern quite often, it would be nice to support this tag, for example: ```javascript /** * @mixin */ const HelloMixin = {...

Often I want to analyze and visualize module dependencies in a project. And I also have the need of interactively exploring that graph, for example I want to query and...

webpack-ui

related #604 example: ```nearley @preprocessor typescript @lexer lexer @builtin "postprocessors.ne" # from shared-grammars @include "whitespace.ne" @include "config.ne" @include "comment.ne" ``` ```text shared-grammars ├── comment.ne ├── config.d.ts ├── config.ne └── whitespace.ne...

## Some background I'm developing a [text-to-diagram library](https://pintorajs.vercel.app/docs/getting-started/basic-syntax/), using nearley to generate parsers for different types of diagrams - which have quite different syntaxes so I tend to write separate...

### This PR implements or fixes... _(explain your changes)_ When I try import this package in my Vue ssr project, got several errors as 'window is not defined', this PR...

- Basic functionalities demonstrated in https://pintorajs.vercel.app/docs/diagrams/class-diagram/ - [x] Notes - [x] draw modifier like `{static}`

big feature

Pros: - styling (with inheritance) and layout are more like DOM, more natural to use Cons: - g-next is not yet stable, it's API may change over time - this...

Could we assign theme and diagram style in a general style system, and move them to a `.pintora-style` file, instead of spreading over arbitrary config and artist. For reference: -...

big feature