This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// for https://nanodash.knowledgepixels.com/explore?id=RA3daecoHbMKovZpS1nbqvLaKfypCC2YfuVeczBHpYUfQ | |
{ | |
"@context": { | |
"@base": "http://purl.org/nanopub/temp/mynanopub#", | |
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
"dc": "http://purl.org/dc/terms/", | |
"np": "http://www.nanopub.org/nschema#", | |
"foaf": "http://xmlns.com/foaf/0.1/", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
ArrowShapeTool, | |
ArrowShapeUtil, | |
TLArrowShape, | |
TLUiOverrides, | |
Tldraw, | |
toolbarItem, | |
} from "@tldraw/tldraw"; | |
import "@tldraw/tldraw/tldraw.css"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
App as Editor, | |
TldrawEditor, | |
TldrawUi, | |
ContextMenu, | |
Canvas, | |
TLArrowUtil, | |
TLArrowTool, // overrode to export | |
TldrawEditorConfig, | |
defineShape, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data-page-title="Dashboards Home"] table tr td:nth-child(3) span { | |
pointer-events:auto | |
} | |
div[id*="RW-hw1Dg7"] { | |
pointer-events: none; | |
} | |
[data-page-title="Dashboards Home"] .kanban-board { | |
pointer-events: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div[data-page-title="📊 Dashboard"] .rm-table .roam-table td, | |
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table td | |
{ | |
border-right: none; | |
border-left: none; | |
border-top: none; | |
} | |
div[data-page-title="📊 Dashboard"] .rm-table .roam-table tr, | |
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table tr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import { | |
Document, | |
Page, | |
Text, | |
StyleSheet, | |
View, | |
Link, | |
PDFViewer, | |
Image, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("loaded") |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). | |
* This devtool is neither made for production nor for readable output files. | |
* It uses "eval()" calls to create a separate source file in the browser devtools. | |
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | |
* or disable the default devtool with "devtool: false". | |
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | |
*/ | |
/******/ var __webpack_modules__ = ({ |