Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 7505fa9

Browse files
committed
update components
1 parent 73fb642 commit 7505fa9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
1313

1414
- [Back end](./back/)
1515
- [Front end](./front/)
16+
- [EO editor](https://github.com/br4ch1st0chr0n3/eo-editor)
17+
- [Phi editor](https://github.com/br4ch1st0chr0n3/phi-editor)
1618

1719
## Development
1820

front/src/Phi.purs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,10 @@ cdns =
865865
, script [ src "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js", type_ applicationJavascript ] []
866866
-- TODO insert into a separate tab
867867
-- TODO add tab switching with ctrl+tab
868-
, script [ src "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/eo-editor@d58d13becead90f7aaf11e424df8663532e85a23/docs/eo-editor.js", U.attr_ "type" "module" ] []
869-
, link [ href "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/eo-editor@d58d13becead90f7aaf11e424df8663532e85a23/docs/eo-editor.css", type_ textCSS ]
870-
, script [ src "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/phi-editor@c04746d8040a6fcad2efd94b14014defeaccacf4/docs/phi-editor.js", U.attr_ "type" "module" ] []
871-
, link [ href "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/phi-editor@c04746d8040a6fcad2efd94b14014defeaccacf4/docs/phi-editor.css", type_ textCSS ]
868+
, script [ src "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/eo-editor@e974857b00a510ba8f1286b7d6e15c5e3f193267/docs/eo-editor.js", U.attr_ "type" "module" ] []
869+
, link [ href "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/eo-editor@e974857b00a510ba8f1286b7d6e15c5e3f193267/docs/eo-editor.css", type_ textCSS ]
870+
, script [ src "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/phi-editor@32829a4e1b29a203ee014f3d84a18cd88edda98e/docs/phi-editor.js", U.attr_ "type" "module" ] []
871+
, link [ href "https://cdn.jsdelivr.net/gh/br4ch1st0chr0n3/phi-editor@32829a4e1b29a203ee014f3d84a18cd88edda98e/docs/phi-editor.css", type_ textCSS ]
872872
, link [ href "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css", rel "stylesheet", type_ textCSS ]
873873
, link [ href "https://www.yegor256.com/images/books/elegant-objects/cactus.png", rel "shortcut icon" ]
874874
, link [ href "https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css.min.css", rel "stylesheet", type_ textCSS ]

0 commit comments

Comments
 (0)