


技術資料の蓄積を目的としたページです。


<div class="alert text-white bg-danger" role="alert">
  本資料の使用により障害・損害が発生しても保証致しかねます。自己責任でご利用ください。
</div>

<div class="alert text-white bg-dark" role="alert">
  ご連絡はこちらへ！✉️ <a href="mailto:63rabbitsgoodman@gmail.com" class="alert-link">63rabbitsgoodman@gmail.com</a>
</div>



---


$lsx(depth=2)


---

# Googleドライブ 画像 問題 :anger: 

2024/01/14 : Googleドライブの画像がみえなくなったので下記手法で一時的な対処。  
Google次第でまた見えなくなる可能性があるので全ページへの修正は保留。

```html
<div style="text-align:center;">
    <img src="https://drive.google.com/thumbnail?id=xxxxxxxx&sz=w2000" width="500" alt="xxxxxx">
</div>
```

- 参考にしたページ：
  - https://stackoverflow.com/questions/77803187/having-trouble-displaying-an-image-from-google-drive-in-html-using-javascript
      - [https://codepen.io/raulpenate/pen/wvOozzw](https://codepen.io/raulpenate/pen/wvOozzw)
      - https://justin.poehnelt.com/posts/google-drive-embed-images-403/






# 課題

Growi V7にアップグレードしたら
- Bootstrap4が使えなくなった。→Bootstrap5に書き換え。[Bootstrap を使ってページを装飾する](https://docs.growi.org/ja/guide/features/bootstrap.html)

[GROWI v7.0.x へのアップグレード](https://docs.growi.org/ja/admin-guide/upgrading/70x.html#%E7%9B%AE%E6%AC%A1)

---

Growi V6にアップグレードしたら
- 数式番号が表示されるようになった。
- 図が表示されなくなった。（バイナリの羅列表示）
- ` ::: editable-row`が表示される。
- ~~`$lsx(../, depth=1)`がデタラメを表示する。~~
- ~~`<img src="..." width="100>"`のwidthが効かない。(GROWI 6.1.10)~~
- 画像に貼ったリンクでジャンプするが元のページにinvalid sourceが表示されている。(GROWI 6.1.10)
- [![code](https://img.shields.io/badge/GitHub-the%20code%20is%20here-blue?logo=github&style=plastic)](https://github.com/63rabbits/UILifecycle) をクリックするとシールだけの画面が残る。(GROWI 6.1.10)

[GROWI v6.0.x へのアップグレード](https://docs.growi.org/ja/admin-guide/upgrading/60x.html#%E5%88%A9%E7%94%A8%E8%80%85%E5%90%91%E3%81%91)

[GROWI v6.1.x へのアップグレード](https://docs.growi.org/ja/admin-guide/upgrading/61x.html#%E7%9B%AE%E6%AC%A1)


https://github.com/weseek/growi/discussions/7180


## インライン・コードの表示形式を変更

Wiki管理 > カスタマイズ > カスタム CSS


```
.code-inline {
 /*   font-size: .875em; 
    word-wrap: break-word;
    color: #1b73db;
*/
    color: darkslategray;
    background-color: #eff1f3;
/*
    color: black;
    color: gray;
    color: silver;
    color: white;
    color: blue;
    color: navy;
    color: teal;
    color: green;
    color: lime;
    color: aqua;
    color: yellow;
    color: red;
    color: fuchsia;
    color: olive;
    color: purple;
    color: maroon;
*/
}
```


## 数式番号を消す

数式番号が邪魔なら`align*`を使うか、`aligned`を使う。

```
$$
\begin{align}
f = x^2
\end{align}
$$


$$
\begin{align*}
f = x^2
\end{align*}
$$


$$
\begin{aligned}
f = x^2
\end{aligned}
$$
```

$$
\begin{align}
f = x^2
\end{align}
$$


$$
\begin{align*}
f = x^2
\end{align*}
$$



$$
\begin{aligned}
f = x^2
\end{aligned}
$$



## 図が表示されない

`::: drawio` -> ` ``` drawio`


## ` ::: editable-row`が表示

削除！

## `$lsx(../, depth=1)`がデタラメ

~~今のところ解決策なし。~~

v6.1.10あたりで解決された。



## `<img src="..." width="100">`のwidthが効かない。(GROWI 6.1.10)


~~バージョンアップでの解決を待つしかない。~~

v6.1.14あたりで解決された。
 
<div style="text-align:center;">
    <img src="http://drive.google.com/uc?export=view&id=1UN5bXjmF-5tqNxLL1r6qj-MLjRZjcJKi" width="100" alt="MTL_Arg_Index-0002.png">
</div>



## 画像に貼ったリンクでジャンプするが元のページにinvalid sourceが表示されている。(GROWI 6.1.10)

invalid source



## [![code](https://img.shields.io/badge/GitHub-the%20code%20is%20here-blue?logo=github&style=plastic)](https://github.com/63rabbits/XXXXX) をクリックするとシールだけの画面が残る。(GROWI 6.1.10)


[![code](https://img.shields.io/badge/GitHub-the%20code%20is%20here-blue?logo=github&style=plastic)](https://github.com/63rabbits/UILifecycle)




# :earth_asia: Map


| same layer | lower layer |
| ---- | ---- |
| $lsx(../, depth=1)     |   $lsx(./, depth=1)    |

---

## Page Navigation

- Canonical URL: https://63rabbits.growi.cloud/user/63rabbits
- Permalink: https://63rabbits.growi.cloud/6a5b3e235606911ead62d415
- Parent: [user](/6a5b3e235606911ead62d41f.md)
- Children: 2 total
  - [Contents](/6a9562383352c0041544717e.md)
  - [growi_export_test](/6a948f2b3352c0041542b44c.md)
- Total descendants: 1420
- Siblings: 1 total
  - [test](/6a946dea3352c004154277f9.md)
- Last updated: 2026-08-31T10:09:22.905Z by test
- Full page listing (all children regardless of count): https://63rabbits.growi.cloud/_api/v3/page-listing/children?id=6a5b3e235606911ead62d415
