contenteditableの領域に項番を出したいけど編集できないようにしたい.md
https://jsfiddle.net/gtxhLoue/
- 良い点
# パラメータ設定 | |
$RDPWRAP_INI_URL = "https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/refs/heads/master/rdpwrap.ini" | |
$SAVE_PATH = "C:\Program Files\RDP Wrapper\rdpwrap.ini" | |
$TEMP_FILE = "$env:TEMP\rdpwrap.ini.tmp" | |
# 事前設定 | |
$EventLogName = "Application" | |
$EventSource = "RDPWrapAutoUpdate" | |
# イベントソースが未登録なら作成(管理者権限が必要) |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] | |
; システム > 通知 > 追加の設定 > "更新後およびサインイン時に Windows のウェルカムエクスペリエンスを表示して、新機能と提案を表示する"を無効(0) | |
"SubscribedContent-310093Enabled"=dword:00000000 | |
; システム > 通知 > 追加の設定 > "Windowsを使用する際のヒントや提案を入手する"を無効(0) | |
"SubscribedContent-338388Enabled"=dword:00000000 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
; 個人用設定 > スタート > "スタート画面にアカウント関連の通知を時々表示する"を無効(0)にする |
# op | |
壊獣1 ズビズバァアアアアーッ! | |
壊獣1 モゴゴ……ムギゲガ…… | |
壊獣1 シャババアアアアッ! | |
壊獣1 ペンキョポッ!? | |
壊獣1 アババ…… | |
# 1-2 | |
壊獣1 ゲルゴゴゴミゴモ……! |
contenteditableの領域に項番を出したいけど編集できないようにしたい.md
https://jsfiddle.net/gtxhLoue/
// simply fixed custom permalink | |
// dependencies: Custom Permalinks (plugin) | |
class Test{ | |
public function __construct() | |
{ | |
add_filter('get_sample_permalink_html', array( | |
$this,'get_sample_permalink_html' | |
), 999, 4); | |
} |
<?php | |
/* | |
Plugin Name: My Custom Type | |
Plugin URI: 独自の投稿タイプを定義しますん | |
Description: | |
Author: ryozi-tn | |
Version: 0.1 | |
Author URI: | |
*/ |