chore: remove preloading pages (#5854)
@@ -100,13 +100,13 @@ export async function buildShowcaseWorkspace(
|
||||
store.set(atoms.pageMode, edgelessPage1, 'edgeless');
|
||||
}
|
||||
|
||||
// should jump to "Getting Started" by default
|
||||
const gettingStartedPage = (workspace.meta.pages as PageMeta[])?.find(p =>
|
||||
p.title.startsWith('Getting Started')
|
||||
// should jump to "AFFiNE - not just a note-taking app" by default
|
||||
const defaultPage = (workspace.meta.pages as PageMeta[])?.find(p =>
|
||||
p.title.startsWith('AFFiNE - not just a note-taking app')
|
||||
)?.id;
|
||||
|
||||
if (gettingStartedPage) {
|
||||
workspace.setPageMeta(gettingStartedPage, {
|
||||
if (defaultPage) {
|
||||
workspace.setPageMeta(defaultPage, {
|
||||
jumpOnce: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 2.6 MiB |
|
Before Width: | Height: | Size: 280 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 523 KiB |
|
Before Width: | Height: | Size: 819 KiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 5.2 MiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 585 KiB |
|
Before Width: | Height: | Size: 330 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 723 KiB |
|
Before Width: | Height: | Size: 4.2 MiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 971 KiB |
@@ -1,211 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "-P-O4GSfVGTkI16zJRVa4",
|
||||
"title": "Templates Galleries ",
|
||||
"createDate": 1691551731225,
|
||||
"tags": []
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "Tz41kDyemg",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Templates Galleries "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "PCxQvHuwt1",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "PMY4JPuq4o",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,529]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1KJadeDAj-",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "_a8e4OM_PP",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "No matter if you're "
|
||||
},
|
||||
{
|
||||
"insert": "organizing your personal life",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " or "
|
||||
},
|
||||
{
|
||||
"insert": "getting things done at work",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ", our templates galleries have got you covered! "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ndmUz6zEr1",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Here We offer a wide range of resources to meet your unique needs and help you achieve your goals, whether in your personal or professional life."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "yIcapYtWKm",
|
||||
"flavour": "affine:divider",
|
||||
"props": {},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "gPqHv8Whaq",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Tired of managing your notes or coming up with a effient work plan? Whether you're a student, parent, or have diverse interests, here we provide a few templates to kick off your journey and unlock your true potential with AFFiNE and reap incredible benefits."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "pp12c2slOV",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "0nee_XzkrN23Xy7HMoXL-"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "VyoH5kUerc",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Staying organized and efficient in a dynamic work environment is essential for today's working people. AFFiNE elevates productivity for project managers, software engineers, and professionals alike. We're excited to provide insights into how AFFiNE transforms work life. "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "XvCeZ-f-ib",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "nPPyOV0JBNKu5hvW9hE00"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,178 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "0nee_XzkrN23Xy7HMoXL-",
|
||||
"title": "Personal Home",
|
||||
"createDate": 1691552082822,
|
||||
"tags": []
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "QmQb34xduM",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Personal Home"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "f4WAKZ67ki",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "xj7QSmgQgT",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,547]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "qlnEliaAwr",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "U6w_UTi2p5",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "e5cYLNpIRUb-nwpSZGdix"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "YN7S4Pe19c",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Personal knowledge management (PKM for short) is "
|
||||
},
|
||||
{
|
||||
"insert": "the process of collecting, organizing, and storing information",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ", so it's easier to search for, retrieve, share, expand upon, and use later on."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "V9nK8F7B0R",
|
||||
"flavour": "affine:divider",
|
||||
"props": {},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "jj-qOseCj-",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "Scod6coKmJJ-waH1-jkiW"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "hgSgQdYwWJ",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "An event planning template ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "is an efficient framework that details the steps you and your team need to consider taking to plan and execute a successful event."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,310 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "GWsRbUtMF4Ee6foVg-H9R",
|
||||
"title": "Meeting Summary ",
|
||||
"createDate": 1691635388447,
|
||||
"tags": [
|
||||
"Oe5dSe1DDJ"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "EYboj1it1i",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Meeting Summary "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "86K_nlhKXG",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "q7fYMX90uJ",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,1237]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "IuRC73HZLH",
|
||||
"flavour": "affine:image",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"sourceId": "/static/f9yKnlNMgKhF-CxOgHBsXkxfViCCkC6KwTv6Uj2Fcjw=.png",
|
||||
"width": 752,
|
||||
"height": 501.6328125,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"rotate": 0,
|
||||
"size": -1
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "YuOqeDHzoe",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Project:"
|
||||
},
|
||||
{
|
||||
"insert": " [Link the project plan]\n",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "]Attendees: "
|
||||
},
|
||||
{
|
||||
"insert": "[@mention teammates]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "\nDate & Time:"
|
||||
},
|
||||
{
|
||||
"insert": " [type /today]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "jPGxHHA_QX",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Agenda"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "sCk70nT5eX",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Write down the main topic to discuss."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "iKwcxVFpCH",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E.g. content roadmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "RPED0t8fSj",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "bulleted",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Get aligned on the main upcoming topics"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "D3Y93H8WvU",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Notes"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "BfO7S4Gkfm",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Cover any key information discussed in the meeting."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "Stcz30R0Ad",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Outcomes"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "YKIkBUmv01",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Summarize key decisions in a tidy paragraph and communicate them to the team."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "JzAgpzljrp",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Action items"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "FSkrwB-T33",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E.g. @jess review the content roadmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "abGz-82vvA",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "E.g. @mike contact copywriter freelancers"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,457 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "RCpxnWMtBWmUZy5awgJBh",
|
||||
"title": "OKR Template",
|
||||
"createDate": 1691636192263,
|
||||
"tags": [
|
||||
"q3mceOl_zi",
|
||||
"g1L5dXKctL"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "0tJt1nfXpr",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "OKR Template"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "-SeDPuI6pE",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "gjPKqwOdlZ",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,1418]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "syUYSO6Hlw",
|
||||
"flavour": "affine:image",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"sourceId": "/static/VuXYyM9JUv1Fv_qjg1v5Go4Zksz0r4NXFeh3Na7JkIc=.png",
|
||||
"width": 752,
|
||||
"height": 501.2734375,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"rotate": 0,
|
||||
"size": -1
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "B12ua5IVdH",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Using "
|
||||
},
|
||||
{
|
||||
"insert": "OKR (Objectives and Key Results)",
|
||||
"attributes": {
|
||||
"link": "https://en.wikipedia.org/wiki/Objectives_and_key_results"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " helps teams work together to create and break down their goals. They also figure out how to reach those goals and use their own ideas and creativity. Every week, the team checks in to make sure everyone understands the goals, shares their thoughts, and makes changes as needed to get the job done well and quickly."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "UWKiht4_yF",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "tsqRR7Aqqe",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h2",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "I. Synchronization of team OKR progress "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "TzALQTyjsF",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "-RNdJMcB-M",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "All team members collectively update the latest progress and the next step plan for the person responsible for the OKR. These updates are discussed during the weekly Team OKR meeting."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "_E43A1XjkR",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "lbLc-rsTQ_",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h1",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "O1: Fourth quarter revenue 1 million "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "IbLsSTqZWu",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "LfH4-lvRy1",
|
||||
"flavour": "affine:database",
|
||||
"props": {
|
||||
"views": [
|
||||
{
|
||||
"id": "BjTEwK-3iR",
|
||||
"name": "table",
|
||||
"mode": "table",
|
||||
"columns": [
|
||||
{
|
||||
"id": "f15PcPjtU8",
|
||||
"width": 246
|
||||
},
|
||||
{
|
||||
"id": "LfH4-lvRy1",
|
||||
"hide": false,
|
||||
"width": 260
|
||||
},
|
||||
{
|
||||
"id": "ftL1qPRgYl",
|
||||
"hide": false,
|
||||
"width": 200
|
||||
},
|
||||
{
|
||||
"id": "3s4GtwNZTH",
|
||||
"hide": false,
|
||||
"width": 108
|
||||
},
|
||||
{
|
||||
"id": "IwZCoBvV9W",
|
||||
"hide": false,
|
||||
"width": 142
|
||||
}
|
||||
],
|
||||
"filter": {
|
||||
"type": "group",
|
||||
"op": "and",
|
||||
"conditions": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "KR setting & reviewing "
|
||||
}
|
||||
]
|
||||
},
|
||||
"cells": {
|
||||
"C75yOBGfeP": {
|
||||
"ftL1qPRgYl": {
|
||||
"columnId": "ftL1qPRgYl",
|
||||
"value": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "the planning case has been reviewed, see doc for details "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"IwZCoBvV9W": {
|
||||
"columnId": "IwZCoBvV9W",
|
||||
"value": 85
|
||||
}
|
||||
},
|
||||
"iouBY8Zk33": {
|
||||
"ftL1qPRgYl": {
|
||||
"columnId": "ftL1qPRgYl",
|
||||
"value": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "worning on it "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"IwZCoBvV9W": {
|
||||
"columnId": "IwZCoBvV9W",
|
||||
"value": 46
|
||||
},
|
||||
"3s4GtwNZTH": {
|
||||
"columnId": "3s4GtwNZTH",
|
||||
"value": "Qp1kGLAbfE"
|
||||
}
|
||||
},
|
||||
"jRFdpU21Jf": {
|
||||
"ftL1qPRgYl": {
|
||||
"columnId": "ftL1qPRgYl",
|
||||
"value": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "waiting "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"IwZCoBvV9W": {
|
||||
"columnId": "IwZCoBvV9W",
|
||||
"value": 3
|
||||
},
|
||||
"3s4GtwNZTH": {
|
||||
"columnId": "3s4GtwNZTH",
|
||||
"value": "yCF1NgLWhh"
|
||||
}
|
||||
},
|
||||
"CLLfj990JA": {
|
||||
"ftL1qPRgYl": {
|
||||
"columnId": "ftL1qPRgYl",
|
||||
"value": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "The planning case has been reviewed, see doc for details "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"IwZCoBvV9W": {
|
||||
"columnId": "IwZCoBvV9W",
|
||||
"value": 70
|
||||
},
|
||||
"3s4GtwNZTH": {
|
||||
"columnId": "3s4GtwNZTH",
|
||||
"value": "KHKc4e79W8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"id": "f15PcPjtU8",
|
||||
"type": "title",
|
||||
"name": "Key Resluts ",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"id": "LfH4-lvRy1",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "progress",
|
||||
"name": "progress bar ",
|
||||
"data": {},
|
||||
"id": "IwZCoBvV9W"
|
||||
},
|
||||
{
|
||||
"type": "rich-text",
|
||||
"name": "Notes ",
|
||||
"data": {
|
||||
"options": []
|
||||
},
|
||||
"id": "ftL1qPRgYl"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"name": "priority ",
|
||||
"data": {
|
||||
"options": [
|
||||
{
|
||||
"id": "yCF1NgLWhh",
|
||||
"value": "not urgent",
|
||||
"color": "var(--affine-tag-blue)"
|
||||
},
|
||||
{
|
||||
"id": "Qp1kGLAbfE",
|
||||
"value": "urgent",
|
||||
"color": "var(--affine-tag-red)"
|
||||
},
|
||||
{
|
||||
"id": "KHKc4e79W8",
|
||||
"value": "important",
|
||||
"color": "var(--affine-tag-yellow)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "3s4GtwNZTH"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "CLLfj990JA",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "The campus activity was successfully released, and the exposure was not less than 1 million people"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "iouBY8Zk33",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "describe Key results "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "jRFdpU21Jf",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "KR1: Describe Key results "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "PmstSRjisx",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,330 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "Scod6coKmJJ-waH1-jkiW",
|
||||
"title": "Brief Event planning ",
|
||||
"createDate": 1691634722239,
|
||||
"tags": [
|
||||
"ze07JVwBu4"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "SMCf2aOH8T",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Brief Event planning "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "_07_dOaECY",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0n7YghSHPc",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,527]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "d6Alacwr32",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9slwdYgqgq",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "An event brief outline the goals and key elements needed to plan a successful event. This AFFiNE Event Planning template will help you gain alignment and kick off your event planning. "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6dH3Amz0rn",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ObsV2gBxUe",
|
||||
"flavour": "affine:database",
|
||||
"props": {
|
||||
"views": [
|
||||
{
|
||||
"id": "sfIqqrnI2q",
|
||||
"name": "table",
|
||||
"mode": "table",
|
||||
"columns": [
|
||||
{
|
||||
"id": "WtNvmw4ls-",
|
||||
"width": 186
|
||||
},
|
||||
{
|
||||
"id": "ObsV2gBxUe",
|
||||
"hide": false,
|
||||
"width": 246
|
||||
},
|
||||
{
|
||||
"id": "FCYCytB4wx",
|
||||
"hide": false,
|
||||
"width": 162
|
||||
},
|
||||
{
|
||||
"id": "mGltZNTJmw",
|
||||
"hide": false,
|
||||
"width": 176
|
||||
},
|
||||
{
|
||||
"id": "ozFBusFd0s",
|
||||
"hide": false,
|
||||
"width": 200
|
||||
}
|
||||
],
|
||||
"filter": {
|
||||
"type": "group",
|
||||
"op": "and",
|
||||
"conditions": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Event Planning"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cells": {
|
||||
"pFlIzSXLOj": {
|
||||
"mGltZNTJmw": {
|
||||
"columnId": "mGltZNTJmw",
|
||||
"value": [
|
||||
"bsTnd_L1aE",
|
||||
"oU49ElCHCG"
|
||||
]
|
||||
},
|
||||
"FCYCytB4wx": {
|
||||
"columnId": "FCYCytB4wx",
|
||||
"value": 100
|
||||
},
|
||||
"ozFBusFd0s": {
|
||||
"columnId": "ozFBusFd0s",
|
||||
"value": "https://affine.pro/blog/free-event-planning-templates-for-professsional-2023"
|
||||
}
|
||||
},
|
||||
"4XPamQdWpq": {
|
||||
"mGltZNTJmw": {
|
||||
"columnId": "mGltZNTJmw",
|
||||
"value": [
|
||||
"oU49ElCHCG",
|
||||
"d6riek6K4d"
|
||||
]
|
||||
},
|
||||
"FCYCytB4wx": {
|
||||
"columnId": "FCYCytB4wx",
|
||||
"value": 50
|
||||
}
|
||||
},
|
||||
"3uJL-VNu7K": {
|
||||
"mGltZNTJmw": {
|
||||
"columnId": "mGltZNTJmw",
|
||||
"value": [
|
||||
"bsTnd_L1aE",
|
||||
"z3vOXFIT-T"
|
||||
]
|
||||
},
|
||||
"FCYCytB4wx": {
|
||||
"columnId": "FCYCytB4wx",
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"id": "WtNvmw4ls-",
|
||||
"type": "title",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"id": "ObsV2gBxUe",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "multi-select",
|
||||
"name": "Tag",
|
||||
"data": {
|
||||
"options": [
|
||||
{
|
||||
"id": "z3vOXFIT-T",
|
||||
"value": "not important",
|
||||
"color": "var(--affine-tag-teal)"
|
||||
},
|
||||
{
|
||||
"id": "ZbJHxXJK3L",
|
||||
"value": "nit important",
|
||||
"color": "var(--affine-tag-pink)"
|
||||
},
|
||||
{
|
||||
"id": "d6riek6K4d",
|
||||
"value": "important",
|
||||
"color": "var(--affine-tag-yellow)"
|
||||
},
|
||||
{
|
||||
"id": "oU49ElCHCG",
|
||||
"value": "urgent",
|
||||
"color": "var(--affine-tag-purple)"
|
||||
},
|
||||
{
|
||||
"id": "bsTnd_L1aE",
|
||||
"value": "must",
|
||||
"color": "var(--affine-tag-green)"
|
||||
},
|
||||
{
|
||||
"id": "hHjqAauZu6",
|
||||
"value": "urgent",
|
||||
"color": "var(--affine-tag-gray)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "mGltZNTJmw"
|
||||
},
|
||||
{
|
||||
"type": "progress",
|
||||
"name": "progress",
|
||||
"data": {},
|
||||
"id": "FCYCytB4wx"
|
||||
},
|
||||
{
|
||||
"type": "link",
|
||||
"name": "additional link ",
|
||||
"data": {},
|
||||
"id": "ozFBusFd0s"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "pFlIzSXLOj",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "research"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "4XPamQdWpq",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "book accommondation"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "3uJL-VNu7K",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "arrange transportation "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "xf1m62_pbc",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,750 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "b1F2xKjgZ4ISHhXNe1kck",
|
||||
"title": "Annual Performance Review",
|
||||
"createDate": 1691575011078,
|
||||
"tags": [
|
||||
"8qcYPCTK0h"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "mMBWzZtpvM",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Annual Performance Review"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "XSMCxudQf4",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2xxenQgE1-",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,91]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "G7wJk4W9lz",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ca2-VFQV45",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,1719]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "viFZDjrBqJ",
|
||||
"flavour": "affine:image",
|
||||
"props": {
|
||||
"caption": "",
|
||||
"sourceId": "/static/gZLmSgmwumNdgf0eIfOSW44emctrLyFUaZapbk8eZ6s=.png",
|
||||
"width": 752,
|
||||
"height": 422.9140625,
|
||||
"index": "a0",
|
||||
"xywh": "[0,0,0,0]",
|
||||
"rotate": 0,
|
||||
"size": -1
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "XPiPjHYnvE",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Employee Information:",
|
||||
"attributes": {
|
||||
"underline": true,
|
||||
"bold": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "qpyYi7g_c6",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Name:",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "[Employee Name]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "NpbigpLTNh",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Department:",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "[Department Name]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "e1ax4lVFjW",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Job Title:",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "[Job Title]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "rEKXjYtGDR",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Date of Joining:",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "[Date of Joining]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "gYcGYxQ88e",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Review Date: ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "[Review Date]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "OyFSyuWbzw",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "VcUt-bpjIK",
|
||||
"flavour": "affine:database",
|
||||
"props": {
|
||||
"views": [
|
||||
{
|
||||
"id": "bIFdicaEON",
|
||||
"name": "table",
|
||||
"mode": "table",
|
||||
"columns": [
|
||||
{
|
||||
"id": "jPry_IOhQt",
|
||||
"width": 343
|
||||
},
|
||||
{
|
||||
"id": "VcUt-bpjIK",
|
||||
"hide": false,
|
||||
"width": 260
|
||||
},
|
||||
{
|
||||
"id": "teyC7JgUni",
|
||||
"hide": false,
|
||||
"width": 200
|
||||
}
|
||||
],
|
||||
"filter": {
|
||||
"type": "group",
|
||||
"op": "and",
|
||||
"conditions": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Employee's performance "
|
||||
}
|
||||
]
|
||||
},
|
||||
"cells": {
|
||||
"VwZ3681tdd": {
|
||||
"teyC7JgUni": {
|
||||
"columnId": "teyC7JgUni",
|
||||
"value": [
|
||||
"rwjdYVF3jd"
|
||||
]
|
||||
}
|
||||
},
|
||||
"jT3Oo2XSeJ": {
|
||||
"teyC7JgUni": {
|
||||
"columnId": "teyC7JgUni",
|
||||
"value": [
|
||||
"4dHxaZ8cKk"
|
||||
]
|
||||
}
|
||||
},
|
||||
"RviIfLJUPX": {
|
||||
"teyC7JgUni": {
|
||||
"columnId": "teyC7JgUni",
|
||||
"value": [
|
||||
"wgvB2fzMu6"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"id": "jPry_IOhQt",
|
||||
"type": "title",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"id": "VcUt-bpjIK",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "multi-select",
|
||||
"name": "score ",
|
||||
"data": {
|
||||
"options": [
|
||||
{
|
||||
"id": "rwjdYVF3jd",
|
||||
"value": "awsome",
|
||||
"color": "var(--affine-tag-yellow)"
|
||||
},
|
||||
{
|
||||
"id": "4dHxaZ8cKk",
|
||||
"value": "well",
|
||||
"color": "var(--affine-tag-purple)"
|
||||
},
|
||||
{
|
||||
"id": "wgvB2fzMu6",
|
||||
"value": "good",
|
||||
"color": "var(--affine-tag-green)"
|
||||
},
|
||||
{
|
||||
"id": "YGPLhMJkni",
|
||||
"value": "done",
|
||||
"color": "var(--affine-tag-pink)"
|
||||
},
|
||||
{
|
||||
"id": "Q1-TuffR-9",
|
||||
"value": "in progress",
|
||||
"color": "var(--affine-tag-white)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "teyC7JgUni"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "VwZ3681tdd",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Employee's Performance Goal 1]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "jT3Oo2XSeJ",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Employee's Performance Goal 2]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "RviIfLJUPX",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Employee's Performance Goal 3]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "a0xWifxvFi",
|
||||
"flavour": "affine:database",
|
||||
"props": {
|
||||
"views": [
|
||||
{
|
||||
"id": "MvodpC_iAj",
|
||||
"name": "table",
|
||||
"mode": "table",
|
||||
"columns": [
|
||||
{
|
||||
"id": "lvyHgZEelb",
|
||||
"width": 354
|
||||
},
|
||||
{
|
||||
"id": "a0xWifxvFi",
|
||||
"hide": false,
|
||||
"width": 260
|
||||
},
|
||||
{
|
||||
"id": "ZdTyvkjQwz",
|
||||
"hide": false,
|
||||
"width": 200
|
||||
}
|
||||
],
|
||||
"filter": {
|
||||
"type": "group",
|
||||
"op": "and",
|
||||
"conditions": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Job responsibility "
|
||||
}
|
||||
]
|
||||
},
|
||||
"cells": {},
|
||||
"columns": [
|
||||
{
|
||||
"id": "lvyHgZEelb",
|
||||
"type": "title",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"id": "a0xWifxvFi",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "multi-select",
|
||||
"name": "Tag",
|
||||
"data": {
|
||||
"options": []
|
||||
},
|
||||
"id": "ZdTyvkjQwz"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ZEi_-9SS-Y",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Job Responsibility 1]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "8LPVaagwtP",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Job Responsibility 2]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "lYnANRxW0A",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[List Job Responsibility 3]"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "YiQINiDM6W",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Employee's Signature: "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "Zp-YtzbUUK",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Date: "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ZMfsmg_5oZ",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "XH7xQMlX_0",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Manager's Signature: "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "mBO-_pWGoi",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Date: "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "X_SNf6rQf4",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "0LF9mjFcX9",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[Company Name]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "d2IrxHbD5D",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[Address]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "IdLESwrZ-U",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[Phone Number]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "6YwnA2HHQM",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "[Email]",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -24,68 +24,10 @@
|
||||
"properties": {
|
||||
"tags": {
|
||||
"options": [
|
||||
{
|
||||
"id": "icg1n5UdkP",
|
||||
"value": "Travel",
|
||||
"color": "var(--affine-tag-gray)"
|
||||
},
|
||||
{
|
||||
"id": "Oe5dSe1DDJ",
|
||||
"value": "Quick summary",
|
||||
"color": "var(--affine-tag-green)"
|
||||
},
|
||||
{
|
||||
"id": "g1L5dXKctL",
|
||||
"value": "OKR",
|
||||
"color": "var(--affine-tag-purple)"
|
||||
},
|
||||
{
|
||||
"id": "q3mceOl_zi",
|
||||
"value": "Streamline your workflow",
|
||||
"color": "var(--affine-tag-teal)"
|
||||
},
|
||||
{
|
||||
"id": "ze07JVwBu4",
|
||||
"value": "Plan",
|
||||
"color": "var(--affine-tag-teal)"
|
||||
},
|
||||
{
|
||||
"id": "8qcYPCTK0h",
|
||||
"value": "Review",
|
||||
"color": "var(--affine-tag-orange)"
|
||||
},
|
||||
{
|
||||
"id": "wg-fBtd2eI",
|
||||
"value": "Engage",
|
||||
"color": "var(--affine-tag-pink)"
|
||||
},
|
||||
{
|
||||
"id": "QYFD_HeQc-",
|
||||
"value": "Create",
|
||||
"color": "var(--affine-tag-blue)"
|
||||
},
|
||||
{
|
||||
"id": "ZHBa2NtdSo",
|
||||
"value": "Learn",
|
||||
"color": "var(--affine-tag-yellow)"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"id": "rzyBHDgN5KIlEYzB9oBaD",
|
||||
"title": "Getting Started👇",
|
||||
"createDate": 1691548231530,
|
||||
"tags": [
|
||||
"ZHBa2NtdSo",
|
||||
"QYFD_HeQc-",
|
||||
"wg-fBtd2eI"
|
||||
],
|
||||
"updatedDate": 1691676331623,
|
||||
"favorite": true,
|
||||
"jumpOnce": false
|
||||
},
|
||||
{
|
||||
"id": "9iIScyvuIB_kUKbs1AYOQ",
|
||||
"title": "AFFiNE - not just a note-taking app",
|
||||
@@ -93,83 +35,6 @@
|
||||
"tags": [],
|
||||
"updatedDate": 1691676775642,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "-P-O4GSfVGTkI16zJRVa4",
|
||||
"title": "Templates Galleries ",
|
||||
"createDate": 1691551731225,
|
||||
"tags": [],
|
||||
"updatedDate": 1691654611175,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "0nee_XzkrN23Xy7HMoXL-",
|
||||
"title": "Personal Home",
|
||||
"createDate": 1691552082822,
|
||||
"tags": [],
|
||||
"updatedDate": 1691654606912,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "nPPyOV0JBNKu5hvW9hE00",
|
||||
"title": "Working Home",
|
||||
"createDate": 1691552090989,
|
||||
"tags": [],
|
||||
"updatedDate": 1691646748171,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "wbXL4bZcblxLKC6ETqcQ1",
|
||||
"title": "AFFiNE's Personal project management",
|
||||
"createDate": 1691564303138,
|
||||
"tags": [],
|
||||
"updatedDate": 1691646845195
|
||||
},
|
||||
{
|
||||
"id": "e5cYLNpIRUb-nwpSZGdix",
|
||||
"title": "Personal-Knowledge Management ",
|
||||
"createDate": 1691574859042,
|
||||
"tags": [],
|
||||
"updatedDate": 1691648159371
|
||||
},
|
||||
{
|
||||
"id": "b1F2xKjgZ4ISHhXNe1kck",
|
||||
"title": "Annual Performance Review",
|
||||
"createDate": 1691575011078,
|
||||
"tags": [
|
||||
"8qcYPCTK0h"
|
||||
],
|
||||
"updatedDate": 1691645074511,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "Scod6coKmJJ-waH1-jkiW",
|
||||
"title": "Brief Event planning ",
|
||||
"createDate": 1691634722239,
|
||||
"tags": [
|
||||
"ze07JVwBu4"
|
||||
],
|
||||
"updatedDate": 1691647069662,
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"id": "GWsRbUtMF4Ee6foVg-H9R",
|
||||
"title": "Meeting Summary ",
|
||||
"createDate": 1691635388447,
|
||||
"tags": [
|
||||
"Oe5dSe1DDJ"
|
||||
],
|
||||
"updatedDate": 1691645873930
|
||||
},
|
||||
{
|
||||
"id": "RCpxnWMtBWmUZy5awgJBh",
|
||||
"title": "OKR Template",
|
||||
"createDate": 1691636192263,
|
||||
"tags": [
|
||||
"q3mceOl_zi",
|
||||
"g1L5dXKctL"
|
||||
],
|
||||
"updatedDate": 1691645102104
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,355 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "nPPyOV0JBNKu5hvW9hE00",
|
||||
"title": "Working Home",
|
||||
"createDate": 1691552090989,
|
||||
"tags": []
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "qsMt8nCetT",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Working Home"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "yC-F6Rj9bA",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "pk_Cjkpyd4",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,939]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "IAOXx-DBBz",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "5hR-BR03ms",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "b1F2xKjgZ4ISHhXNe1kck"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "zVgCQKWH-c",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "This "
|
||||
},
|
||||
{
|
||||
"insert": "Annual Performance Review template",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " is ideal for businesses seeking a structured and comprehensive approach to evaluating employee performance. By utilizing this template, you will gain clarity on individual strengths and areas for improvement, fostering effective communication and driving professional growth within your organization."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "ym2g48zSU_",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "o1UyrWV30t",
|
||||
"flavour": "affine:divider",
|
||||
"props": {},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "1EUiH1t60b",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "GWsRbUtMF4Ee6foVg-H9R"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "HmzMXKFaci",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Meeting minutes are an official record of a meeting",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " for its participants. They're also sources of information for teammates who were unable to attend."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "v5CGQQPDrt",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "lcf4te4rxB",
|
||||
"flavour": "affine:divider",
|
||||
"props": {},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "AbN8iFn0RW",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "uXdWxSSWgl",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "RCpxnWMtBWmUZy5awgJBh"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "TBjwPij8cJ",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "quote",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Maximize your team's performance and drive goal-oriented success with our extensive collection of "
|
||||
},
|
||||
{
|
||||
"insert": "OKR templates",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ", specifically crafted to facilitate effective objective setting, key result tracking, and overall performance improvement."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "mjgDUguqmV",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "c_gX1ik0kK",
|
||||
"flavour": "affine:divider",
|
||||
"props": {},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "IU3gGmIffA",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "LnERZXy0xj",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "🔔Reminder: Click the "
|
||||
},
|
||||
{
|
||||
"insert": "+New page ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "to start your journey in AFFiNE "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "oi0BxPtiit",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "✏Unleash your creativity and elevate your work efficiency to new heights by customizing templates that perfectly align with your unique needs and objectives."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "DuRxwNJe2w",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,419 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "rzyBHDgN5KIlEYzB9oBaD",
|
||||
"title": "Getting Started👇",
|
||||
"createDate": 1691548231530,
|
||||
"tags": [
|
||||
"ZHBa2NtdSo",
|
||||
"QYFD_HeQc-",
|
||||
"wg-fBtd2eI"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "1FO1aYcosq",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Getting Started👇"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "f7o2Osxfa_",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "NDAzEfCZnv",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[-12.5684605441112,-52.45959387999099,800,582]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "jArWNRgiLB",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Basic things you should know: "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "TUx2T-R2zT",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Drag "
|
||||
},
|
||||
{
|
||||
"insert": "blocks ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "(put a symbol) at the bottom right of the page to insert a new block, list, database, etc."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "kyqLH3oNHK",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Hit \""
|
||||
},
|
||||
{
|
||||
"insert": "/",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " \"to see all the types of content you can add - headings, videos, link pages, etc."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "kyQSXZ39ce",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Edit any text, and "
|
||||
},
|
||||
{
|
||||
"insert": "stylish",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "your",
|
||||
"attributes": {
|
||||
"italic": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " "
|
||||
},
|
||||
{
|
||||
"insert": "writing",
|
||||
"attributes": {
|
||||
"underline": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " freely."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "tKK8W8BwHQ",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Follow "
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "9iIScyvuIB_kUKbs1AYOQ"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "knowing how to "
|
||||
},
|
||||
{
|
||||
"insert": "write, draw, and plan all at once",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "APwWQJEqlF",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Not sure where to start with? Refer to"
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"reference": {
|
||||
"type": "LinkedPage",
|
||||
"pageId": "-P-O4GSfVGTkI16zJRVa4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "in your sidebar to get started with pre-built pages."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "q4UGzfn08o",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Click the drop-down menu "
|
||||
},
|
||||
{
|
||||
"insert": "\"v\" next to the title for more advanced options",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ", such as the ability to one-click export your work into PDF/HTML/Markdown formats."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "yDnnnpnCFh",
|
||||
"flavour": "affine:list",
|
||||
"props": {
|
||||
"type": "todo",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "👉 Encounter"
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "a question? Click the \""
|
||||
},
|
||||
{
|
||||
"insert": "?\" Button ",
|
||||
"attributes": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "at the bottom right for more guides, or directly send us a message."
|
||||
}
|
||||
]
|
||||
},
|
||||
"checked": false,
|
||||
"collapsed": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "Uq0yIH932N",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "h6",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "🎉 Congratulations! You already go through all of this list!"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "Ag86EJnVv0",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Click the"
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "+ New Page",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "button at the bottom of your sidebar to start your journey in AFFiNE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "iQUJlC0oQT",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "wtxc_a6qxN",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "⏰ Kindly Reminder: This page is automatically set up in the"
|
||||
},
|
||||
{
|
||||
"insert": " ",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": "+New Workspace",
|
||||
"attributes": {
|
||||
"background": "var(--affine-text-highlight-grey)",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"insert": ". If you ever find yourself unsure about how to use AFFiNE, simply click on the workspace avatar and select \"Add a New Workspace\" to revisit this page and get the guidance you need."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,191 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"meta": {
|
||||
"id": "wbXL4bZcblxLKC6ETqcQ1",
|
||||
"title": "AFFiNE's Personal project management",
|
||||
"createDate": 1691564303138,
|
||||
"tags": []
|
||||
},
|
||||
"blocks": {
|
||||
"type": "block",
|
||||
"id": "LvRIWQ1EAT",
|
||||
"flavour": "affine:page",
|
||||
"props": {
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "AFFiNE's Personal project management"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "9eBKQxt8ax",
|
||||
"flavour": "affine:surface",
|
||||
"props": {
|
||||
"elements": {}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "2nHeyqzDMf",
|
||||
"flavour": "affine:note",
|
||||
"props": {
|
||||
"xywh": "[0,0,800,361]",
|
||||
"background": "--affine-background-secondary-color",
|
||||
"index": "a0",
|
||||
"hidden": false,
|
||||
"edgeless": {
|
||||
"style": {
|
||||
"borderRadius": 8,
|
||||
"borderSize": 4,
|
||||
"borderStyle": "solid",
|
||||
"shadowType": "--affine-note-shadow-box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "g0M-Toj8iK",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "To-do-list "
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "JpcfJa6HqU",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "w9Oyl2J6bd",
|
||||
"flavour": "affine:database",
|
||||
"props": {
|
||||
"views": [
|
||||
{
|
||||
"id": "zp1yuVbPHH",
|
||||
"name": "table",
|
||||
"mode": "table",
|
||||
"columns": [
|
||||
{
|
||||
"id": "46SguLuWz3",
|
||||
"width": 185
|
||||
},
|
||||
{
|
||||
"id": "uSHvJhR2FN",
|
||||
"width": 200
|
||||
}
|
||||
],
|
||||
"filter": {
|
||||
"type": "group",
|
||||
"op": "and",
|
||||
"conditions": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": [
|
||||
{
|
||||
"insert": "Database"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cells": {},
|
||||
"columns": [
|
||||
{
|
||||
"id": "46SguLuWz3",
|
||||
"type": "title",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"id": "w9Oyl2J6bd",
|
||||
"name": "Title",
|
||||
"data": {}
|
||||
},
|
||||
{
|
||||
"type": "multi-select",
|
||||
"name": "Tag",
|
||||
"data": {
|
||||
"options": []
|
||||
},
|
||||
"id": "uSHvJhR2FN"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "block",
|
||||
"id": "yP88q8kMa_",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "xo7ok9TmO7",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"id": "dOQULUJfK6",
|
||||
"flavour": "affine:paragraph",
|
||||
"props": {
|
||||
"type": "text",
|
||||
"text": {
|
||||
"$blocksuite:internal:text$": true,
|
||||
"delta": []
|
||||
}
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,29 +1,9 @@
|
||||
/* eslint-disable simple-import-sort/imports */
|
||||
// Auto generated, do not edit manually
|
||||
import json_0 from './onboarding/wbXL4bZcblxLKC6ETqcQ1.snapshot.json';
|
||||
import json_1 from './onboarding/Scod6coKmJJ-waH1-jkiW.snapshot.json';
|
||||
import json_2 from './onboarding/rzyBHDgN5KIlEYzB9oBaD.snapshot.json';
|
||||
import json_3 from './onboarding/RCpxnWMtBWmUZy5awgJBh.snapshot.json';
|
||||
import json_4 from './onboarding/nPPyOV0JBNKu5hvW9hE00.snapshot.json';
|
||||
import json_5 from './onboarding/info.json';
|
||||
import json_6 from './onboarding/GWsRbUtMF4Ee6foVg-H9R.snapshot.json';
|
||||
import json_7 from './onboarding/e5cYLNpIRUb-nwpSZGdix.snapshot.json';
|
||||
import json_8 from './onboarding/b1F2xKjgZ4ISHhXNe1kck.snapshot.json';
|
||||
import json_9 from './onboarding/9iIScyvuIB_kUKbs1AYOQ.snapshot.json';
|
||||
import json_10 from './onboarding/0nee_XzkrN23Xy7HMoXL-.snapshot.json';
|
||||
import json_11 from './onboarding/-P-O4GSfVGTkI16zJRVa4.snapshot.json';
|
||||
import json_0 from './onboarding/info.json';
|
||||
import json_1 from './onboarding/9iIScyvuIB_kUKbs1AYOQ.snapshot.json';
|
||||
|
||||
export const onboarding = {
|
||||
'wbXL4bZcblxLKC6ETqcQ1.snapshot.json': json_0,
|
||||
'Scod6coKmJJ-waH1-jkiW.snapshot.json': json_1,
|
||||
'rzyBHDgN5KIlEYzB9oBaD.snapshot.json': json_2,
|
||||
'RCpxnWMtBWmUZy5awgJBh.snapshot.json': json_3,
|
||||
'nPPyOV0JBNKu5hvW9hE00.snapshot.json': json_4,
|
||||
'info.json': json_5,
|
||||
'GWsRbUtMF4Ee6foVg-H9R.snapshot.json': json_6,
|
||||
'e5cYLNpIRUb-nwpSZGdix.snapshot.json': json_7,
|
||||
'b1F2xKjgZ4ISHhXNe1kck.snapshot.json': json_8,
|
||||
'9iIScyvuIB_kUKbs1AYOQ.snapshot.json': json_9,
|
||||
'0nee_XzkrN23Xy7HMoXL-.snapshot.json': json_10,
|
||||
'-P-O4GSfVGTkI16zJRVa4.snapshot.json': json_11
|
||||
'info.json': json_0,
|
||||
'9iIScyvuIB_kUKbs1AYOQ.snapshot.json': json_1
|
||||
}
|
||||