Giter Club home page Giter Club logo

notionplus's Introduction

notionplus's People

Contributors

dependabot[bot] avatar mayneyao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

notionplus's Issues

为什么change_name没反应?

f12可以显示插件和action
但点击change_name的checkbox就是没反应

控制台warning:
DevTools failed to load SourceMap: Could not load content for chrome-extension://kbfiplallngebfbhlapgaagacgbopocg/static/js/content-script-plus.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
和这个有关系吗?

关于表格自动关联的操作

能不能实现如下功能

A表格-主表

Name Date 关联子表
Test 2021-01-01 Test

B表格-子表

Name Date 关联主表
Test 2021-01-01 Test

在B表格新增一行Name=Test ,<关联主表>自动链接到A表格对应的Test记录
也就是不想手工去操作关联,通过Name来实现自动关联。

弹出带图片的输入框

请问能实现弹出带图片的输入框吗

async () => {
    let que = []
    que.push('今天吃了吗')
    que.push('今天拉了吗')
    que.push('几杯水了')
    que.push('几个菜啊,喝成这样')
    
    for(let i = 0; i < que.length; i++){
        let a = prompt(que[i], '');
        if(typeof(a) === "undefined" || a ===null){
            throw new Error('退出');
        }
    }
}

这样是只能弹出个输入框

notion自动化问题请教

请教下能否把代码放在github_gist上,notion是支持embed嵌入gist代码的,这样避免了浏览器多次解析加载代码

notionPlus存在的一些问题

  1. 获取当前页面的pageId,在数据库等子页面下,会出现 cmd_upload-010b17e4349d4cd1b3e271b87c608d57 的情况,即会出现 cmd_upload- 表名的前缀,而通过接口获取数据,需要使用010b17e4349d4cd1b3e271b87c608d57 进行转换。
  const pathNameList = window.location.pathname.split('/')
  const currentPageId = pathNameList[pathNameList.length - 1]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.