Skip to content

Commit f1c8b50

Browse files
committed
journal and enable keywords scheme
SQUASHED: AUTO-COMMIT-doc-journal-2020-09-10.md-index.md,AUTO-COMMIT-src-client-lively.js,
1 parent dac3ca4 commit f1c8b50

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/journal/2020-09-10.md/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 2020-09-10 Custom URLs.... read and write?
2+
*Author: @JensLincke*
3+
4+
Using our #PolymorphicIdentifier / custom URLs, such as <bib://Taeumel2016EUI>, <author://Jens Lincke>, or <keyword://COP> one explore the bibliography in an very interactive way... But what about using the URLs for scripting and what about modifying the content? E.g. changing the bibliography entry? Or creating new ones? We should hide it maybe behind our custom URLs too?
5+
6+
- [ ] GET/PUT of JSON? That then updates the original files or data sources which then update the index?
7+
8+
9+

src/client/lively.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ export default class Lively {
462462
await System.import("src/client/protocols/tmp.js")
463463
await System.import("src/client/protocols/bib.js")
464464
await System.import("src/client/protocols/author.js")
465+
await System.import("src/client/protocols/keyword.js")
465466

466467
await System.import("src/client/protocols/microsoft.js")
467468

0 commit comments

Comments
 (0)