Git Product home page Git Product logo

betterrunner / context-note Goto Github PK

View Code? Open in Web Editor NEW
692.0 12.0 59.0 846 KB

A note-taking chrome extension: taking notes on the web with their context.

Home Page: https://chrome.google.com/webstore/detail/context-note/enmeffcefbiehghanidhebgiccljmncl?hl=zh-CN

License: MIT License

TypeScript 40.74% CSS 0.94% Vue 58.32%
note-taking chrome-extension vue3-typescript vite context tag productivity notebook

context-note's People

Contributors

betterrunner avatar sockball 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

context-note's Issues

tks~

Thanks to your thoughts, the browser first producer goal finally close to completion.
If you have time, we may need to cloud synchronization function, it is easier to implement it in the browser, can be based on such onedrive cloud storage data synchronization to the cloud, such work in the home, when work can continue.

Retaining rich format and/or links for highlighted text?

Hi,
It seems that when highlights are created, the retained text is just plan text. I expect this is a feature

Did you give any thought to retaining the highlight with format? Retaining links <a href/> would be particularly important for the use case I am pursuing

Thanks

Feature Request: Shortcut keys

It would be really handy to have shortcut keys for at least closing the context note UI. Currently after I create a note I have to scroll to the top of the UI to close the context note overlay which is obscuring the webpage underneath. As I generate more notes it becomes more and more cumbersome.

Overall I really like the concept!

scroll bar disappeared

After installation,
the scroll bar of the browser disappeared,
this should be explained in advance

(feature request) copy or export notes in indented format

Hello!

I am very impressed by this extension. Seems like it will be very useful for keeping track of my webpage highlights. Complementary to this are networked notetaking programs, which powerfully allow you to cross-reference pieces of notes (e.g. Roam Research, Athens Research). It would be a fantastic feature to be able to copy/export a given set of highlights in such a Roam-friendly format (e.g. see below or Daniel Wirtz's chrome extension).

The format is generally:
article title
#tag
copiedhighlights

What do you think?

Great!

兄弟你用点燃了我的热情,之前我也想做一个这样的chrome extension。现在刚好看到,真实太好了。我可能会魔改一下,真的很期待。太感谢了!

There is a bug with "handleClickOutsideEditor"

Now, when I have a note in notebook, it will trigger "handleClickOutsideEditor" wherever I click if I didn't focus the editor. And "delete" operation doesn't work.

I try this and it would be fixed.

// src/content-scripts/renderer/popup/note-book/note.vue #201

const handleClickOutsideEditor = () => {
  // add 3 lines
  if (!enableEditor.value) {
    return;
  }

  enableEditor.value = false;

  // save the note
  if (!notSelected.value) {
...

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.