Closed StevenClontz closed 1 hour ago
For the first, a hint: use this in packages/viewer/src/components/Shared/Source.svelte
to add optional internal
and external
attributes to the Source component
export let internal = false
export let external = false
More hints:
import context from '@/context'
const { spaces } = context()
const name = $spaces.find(`S${id}`)?.name
And {S000123|P000123}
should link to /spaces/S000123/properties/P000123
Closed by #193
/dev/preview
, don't show the pi-Base markdown (duplicative of the textbook entry){S123}
and{P123}
citations.{T123}
citations{S123|P456}
traits.