...
44 commits 55 files changed 0 commit comments 2 contributors
Commits on 2026-06-25
@sylow_castle sylow_castle [add] 右クリックから名前をつけて保存をできるように変更 5f03671
Commits on 2025-07-30
@sylow-castle sylow-castle [refactor] remove unused code. 3ba1acb
@sylow-castle sylow-castle [refactor] remove unused code. 96c1542
@sylow-castle sylow-castle [refactor] Queを外出しにしてライブラリ化 3aa2832
@sylow-castle sylow-castle [update] add Simple Logger App df58d33
@sylow-castle sylow-castle [update] add TeX b18e4e9
@sylow-castle sylow-castle [update] reference on svg is working. e92ed05
Commits on 2024-11-03
@sylow-castle sylow-castle [refactor]インデント変更 370fc1f
Commits on 2024-10-08
@sylow-castle sylow-castle [refactor] change indent spaces : 4sp -> 2sp d769dc3
@sylow-castle sylow-castle [refactor] change indent spaces: 4sp -> 2sp b327e26
Commits on 2024-09-23
@sylow-castle sylow-castle [update]app.html内のjavascriptを移行 e78608c
@sylow-castle sylow-castle [update]メインアプリのレイアウト修正。メインアプリのフッター追加。Que関数の追加による書き換え c755db4
Commits on 2024-09-19
@sylow-castle sylow-castle [update] left menu is sticky/ 455dfb0
Commits on 2024-09-09
@sylow-castle sylow-castle [refactor] グローバルなところにいないように変更 4065619
Commits on 2024-09-02
@sylow-castle sylow-castle [fix] 編集用バーの位置を動きにあわせて変更 4327f44
@sylow-castle sylow-castle [update]CSVファイルを開く機能追加とコード整理 795b57b
Commits on 2024-09-01
@sylow-castle sylow-castle [fix] カード追加が機能しなくなっていたしなくなっていた 2d2d71f
@sylow-castle sylow-castle [fix]some buttons are disabled 7f78283
Commits on 2024-08-30
@sylow-castle sylow-castle [refactor] 重複コードとか減らす bacf5ee
Commits on 2024-08-29
@sylow-castle sylow-castle [add]ブックマックの奴追加 4d9091d
Commits on 2023-11-16
@sylow-castle sylow-castle [updaate]spilit d0b133e
@sylow-castle sylow-castle [add] split javascript as file. c0a7150
Commits on 2023-11-12
@sylow-castle sylow-castle [delete] deleted unused files. 1221f86
@sylow-castle sylow-castle [add] add StaticPage app 9044f53
Commits on 2023-03-27
@sylow-castle sylow-castle [refactor] seiton codes. aabc57f
Commits on 2023-03-26
@sylow-castle sylow-castle [add] add license 76a9197
@sylow-castle sylow-castle [add]add CSV export feature. 2a604d6
Commits on 2023-03-24
@sylow-castle sylow-castle [update] interval calculation is domain logic. a5b9601
@sylow-castle sylow-castle [add] domain layer begin to grow. 4839bae
Commits on 2023-02-25
@sylow-castle sylow-castle [add] trackerアプリの追加 33fa150
Commits on 2022-10-06
@sylow-castle sylow-castle [update] iframe type app add menu item. 9ce9894
Commits on 2022-10-05
@sylow-castle sylow-castle [fix] now, load web-conf.js from app.html b61c6cf
Commits on 2022-10-03
@sylow-castle sylow-castle [update] mdeditor app is started dynamically. 3f5f36b
Commits on 2022-10-01
@sylow-castle sylow-castle [fix] renamed, moved or deleted etc... files are alive. bc53a87
@sylow-castle sylow-castle [refactor] move some files. 8de58b9
Commits on 2022-06-24
@sylow-castle sylow-castle [fix]rename ambiguous filename. 867008e
Commits on 2022-06-20
@sylow-castle sylow-castle [fix]refactor directory structure. 37846a1
@sylow-castle sylow-castle [add]add petari as transpranting. e0a91d1
Commits on 2022-06-18
@sylow-castle sylow-castle [fix]remove useless dir. 10b59bb
Commits on 2022-06-16
@sylow-castle sylow-castle [update] To watch html files in the blowser. 7e03e2f
@sylow-castle sylow-castle [add] add toggle switch to left menu f11f72b
Commits on 2022-06-12
@sylow-castle sylow-castle [add] switching tab action. 96b43f3
@sylow-castle sylow-castle [add] add some builindg script. 693ac0b
@sylow-castle sylow-castle [add] create home screen 95571f9
Showing 55 changed files
View
etc/public 0 → 120000
View
src/js/.babelrc 100644 → 0
View
src/js/.eslintrc 100644 → 0
View
src/js/.gitignore
View
src/js/.stylelintrc.json 100644 → 0
View
src/js/.travis.yml 100644 → 0
View
src/js/package.json
View
src/js/src/bookmark/app.html 0 → 100644
View
src/js/src/bookmark/main.css 0 → 100644
View
src/js/src/bookmark/main.js 0 → 100644
View
src/js/src/example/app.html 0 → 100644
View
src/js/src/index.html 100644 → 0
View
src/js/src/index.js 100644 → 0
View
src/js/src/js/File.js 0 → 100644
View
src/js/src/js/Que.js 0 → 100644
View
src/js/src/js/solitude.js 0 → 100644
View
src/js/src/main/app.html 0 → 100644
View
src/js/src/main/app.js 0 → 100644
View
src/js/src/main/color-sample.html 0 → 100644
View
src/js/src/main/css/color-sample.css 0 → 100644
View
src/js/src/main/css/index.css 0 → 100644
View
src/js/src/main/img/menu-empty.jpeg 0 → 100644
View
src/js/src/main/img/menu-empty.svg 0 → 100644
View
src/js/src/main/img/menu-home.png 0 → 100644
View
src/js/src/main/img/menu-home.svg 0 → 100644
View
src/js/src/main/img/menu-toggle.png 0 → 100644
View
src/js/src/main/img/menu-toggle.svg 0 → 100644
View
src/js/src/main/index.js 0 → 100644
View
src/js/src/main/preload.js 0 → 100644
View
src/js/src/main/web-conf.js 0 → 100644
View
src/js/src/mdeditor/app.html 0 → 100644
View
src/js/src/mdeditor/articles/example/example.md 0 → 100644
View
src/js/src/mdeditor/articles/example/large_image_sample.png 0 → 100644
View
src/js/src/mdeditor/lib/jquery-3.5.1.js 0 → 100644
Too large (Show diff)
View
src/js/src/mdeditor/lib/marked.js 0 → 100644
Too large (Show diff)
View
src/js/src/mdeditor/lib/paste.js 0 → 100644
View
src/js/src/mdeditor/lib/purify.js 0 → 100644
Too large (Show diff)
View
src/js/src/mdeditor/license.md 0 → 100644
View
src/js/src/mdeditor/license/Apache_LICENSE-2.0.txt 0 → 100644
View
src/js/src/mdeditor/license/DOMPurify.txt 0 → 100644
View
src/js/src/mdeditor/license/LICENSE 0 → 100644
View
src/js/src/mdeditor/license/MarkedJSandMarkdown.txt 0 → 100644
View
src/js/src/mdeditor/license/Paste.js.txt 0 → 100644
View
src/js/src/mdeditor/license/jQuery.txt 0 → 100644
View
src/js/src/mdeditor/markdown.css 0 → 100644
View
src/js/src/petari/app.html 0 → 100644
View
src/js/src/petari/configure.json 0 → 100644
View
src/js/src/petari/css/main.css 0 → 100644
View
src/js/src/petari/js/main.js 0 → 100644
View
src/js/src/simplelog/app.html 0 → 100644
View
src/js/src/simplelog/app.js 0 → 100644
View
src/js/src/tracker/app.css 0 → 100644
View
src/js/src/tracker/app.html 0 → 100644
View
src/js/src/tracker/app.js 0 → 100644
View
src/js/src/tracker/license/PURE-CSS.txt 0 → 100644