Skip to content

Commit

Permalink
Different ways to open the library in drawio desktop and app.diagrams…
Browse files Browse the repository at this point in the history
….net (#7)
  • Loading branch information
mondeja authored May 26, 2024
1 parent 076e4ef commit 0b18764
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Load all [simple-icons] brands directly to [drawio].

## Usage

Inside a [drawio] project, go to `File` -> `Open library from` -> `URL` and
### diagrams.net

Inside a [diagrams.net] project, go to `File` -> `Open library from` -> `URL` and
paste the next [URL](https://github.com/mondeja/simple-icons-drawio/releases/download/11.15.0/simple-icons.xml):

```
```text
https://github.com/mondeja/simple-icons-drawio/releases/download/11.15.0/simple-icons.xml
```

Expand All @@ -20,10 +22,20 @@ https://github.com/mondeja/simple-icons-drawio/releases/download/11.15.0/simple-
You can also start a new project in [diagrams.net] with the simple-icons
library loaded using [this link](https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.heygears.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.15.0%2Fsimple-icons.xml):

```
```text
https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.heygears.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.15.0%2Fsimple-icons.xml
```

### drawio desktop app

If you're using the [drawio] desktop application, download the library file from [the next URL](https://github.com/mondeja/simple-icons-drawio/releases/download/11.15.0/simple-icons.xml) and open it with `File` -> `Open Library`:

```text
https://github.com/mondeja/simple-icons-drawio/releases/download/11.15.0/simple-icons.xml
```

## Select icons

Individual icons can be located using the shapes search tool:

<p align="center">
Expand Down Expand Up @@ -59,7 +71,7 @@ For example, next command will include the brands Deno, [diagrams.net] and Node.
SI_DRAWIO_SLUGS_FILTER=diagramsdotnet,simpleicons,deno,nodedotjs SI_DRAWIO_ALPHABET_FILTER=n,d ./build.js > simple-icons-subset.xml
```

3. Inside a [drawio] project, go to `File` -> `Open library from` -> `Device` and select the created file.
3. Inside a [diagrams.net] project, go to `File` -> `Open library from` -> `Device` and select the created file. If you're using the [drawio] desktop app, go to `File` -> `Open Library` and select the created file.

[diagrams.net]: https://www.diagrams.net/
[drawio]: https://github.com/jgraph/drawio
Expand Down

0 comments on commit 0b18764

Please # to comment.