alpha
Login
or
Join now
ronshavit.com
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
appview
/
pages
/
at
sl/md-editor
5 folders
9 files
Seongmin Lee
wip: appview/pages/markup: markdown normalizer
2mo ago
c5643f17
legal
appview/pages: add a brand page Also some misc. changes to page layouts. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
10 months ago
markup
wip: appview/pages/markup: markdown normalizer Issue: goldmark doesn't distinguish link and reflink... we can't distinguish `[foo](at://bar)` and `[foo][at://bar]` Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
repoinfo
appview: canonicalize repo urls to handle/slug Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
static
appview: support blob upload from markdown editor This commit doesn't include blob rendering Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
templates
wip: appview,blobstore: v2 markdown renderer New renderer that is more pure and receive ownerDid to generate blob URLs including the user DID. Issue: PDS doesn't serve pre-uploaded blobs, so preview fails. We need extra blobCache just for pre-uploaded blobs or just do markdown rendering on client side. NOTE: considering we can't implement markdown normalizer with goldmark, maybe it's better to split this as separate, embedable service Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
cache.go
appview/pages: rework caching mechanism instead of loading all templates at once and storing into a map, we now memoize the results of `parse`. the first call to `parse` will require calculation but subsequent calls will be cached. this is simpler to reason about because the new execution model requires us to parse differently for each "base" template that is being used: - for timeline, it is necessary to parse with layouts/base - for repo-index, it is necessary to parse with layouts/base and layouts/repobase in that order the previous approach to loading also had a latent bug: all layouts were loaded atop each other in alphabetical order (order of iteration over the filesystem), and therefore it was not possible to selectively parse and execute templates on a subset of layouts. Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
compose_parse_test.go
appview/pages: test pull compose source parsing Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
funcmap.go
wip: appview,blobstore: v2 markdown renderer New renderer that is more pure and receive ownerDid to generate blob URLs including the user DID. Issue: PDS doesn't serve pre-uploaded blobs, so preview fails. We need extra blobCache just for pre-uploaded blobs or just do markdown rendering on client side. NOTE: considering we can't implement markdown normalizer with goldmark, maybe it's better to split this as separate, embedable service Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
funcmap_test.go
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
htmx.go
appview: clear signup error message on successful signup Signed-off-by: nove-b <nove.b.web@gmail.com>
2 months ago
pages.go
wip: appview,blobstore: v2 markdown renderer New renderer that is more pure and receive ownerDid to generate blob URLs including the user DID. Issue: PDS doesn't serve pre-uploaded blobs, so preview fails. We need extra blobCache just for pre-uploaded blobs or just do markdown rendering on client side. NOTE: considering we can't implement markdown normalizer with goldmark, maybe it's better to split this as separate, embedable service Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
pulls_compose.go
types,appview/pages: pull compose renderer, source enum, step templates Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
ratchet_test.go
appview: refactor string page to accept multiple files db schema is still using single file for non-blob file contents. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
url.go
appview: ingest cid of `sh.tangled.string` records the `cid` column is nullable for now, missing ones will be filled later. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago