Giter Site home page Giter Site logo

frianasoa / ze-notes Goto Github PK

View Code? Open in Web Editor NEW
52.0 3.0 1.0 6.95 MB

Zotero plugin for note management. Helping you visualize your notes and annotations efficiently.

JavaScript 90.68% HTML 5.75% Shell 0.03% CSS 2.45% Python 1.01% Fluent 0.08%
zotero-plugin zotero zotero-addon plugin note-manager note notes ai-notes note-prompt note-translate

ze-notes's Issues

[request] Add "show all" and "hide all" in tag settings

I can't say how grateful I am for you developing this. No need for me to use Citavi or they to figure out ways to work around in Obsidian/Notify etc.. What you did is amazing.

As you can see in the image, my settings page looks different than what you have on the notes. (Using macOS Sonoma 14.1.1 and Zotero 7.0.0-beta.53+969031a37)

So I was wondering if you can add a hide all option to the tag display area, so I don't need to go through giding them individually.

Screenshot 2023-12-19 at 2 39 21 pm

Not displaying notes

Hi , thanks for the excellent plug in , very useful ,
The only issue is that I can't open the notes with this warning:

notes.init 1: Error: getNotes() cannot be called on items of type 'note'

Multi-label bug

If a note has multiple tags, Ze-Notes displays only the contents of the first and last tags, not the middle tags. And the content will be displayed repeatedly.
Snipaste_2023-12-06_22-43-07

Can you display pictures normally?

The picture here can't be displayed normally. If it can't be displayed normally, can you use a symbol to indicate that there is a picture here? Otherwise, the picture can not be displayed, and it occupies a large display area.
The problem is shown in the following figure
Snipaste_2023-12-04_20-02-48

Unable to display Chinese author name.

Thank you for creating this incredibly useful plugin. I want to express my gratitude. However, I have come across a bug where author names are displayed correctly for English documents, but not for Chinese ones. I would appreciate it if you could let me know what additional information is needed to address this issue.

截屏2024-01-04 20 59 25

Add Horizontal Rows Based on Table of Contents and Definable

Hi, frianasoa!

The plug in is SOOOOO useful for literature review. THANK YOU for working so hard to make something so amazing. Right down to a slider for the colors of the highlights. GREAT stuff!

I have an idea. Tell me what you think. There's one feature I feel would be a HUGE help. I'm stuck with reading some really abstract books over the next few years...the arguments are hard for my poor wee brain to follow.

By and large the authors will make their points in each chapter - so that they will present and wrap concept by concept as the chapters go along.

Is there any way we could add horizontal rows to the table?

My first idea is to inherit the chapter headings in the table of contents. Since that's already in the file's structure I was thinking that would be less troublesome for you.

That way, there'd be a visible division within the annotations related to each chapter.

Ideally, it would be great if we could insert our OWN divisions, as many times in my own reading I'll find that the TOC either omits lots of sub headings, or I just get into 10 or 20 paragraphs that define a main idea well. So, have the TOC as auto-inserted rows, and then have the ability for us to define our own rows if needed.

In using the plug in, I did notice a feature to add a row, but I couldn't figure out how to use it.

With horizontal rows based on the chapter headings inside the table, it would make the reviews of the annotations REALLY easy and increase the efficiency.

How does that sound?

Sincerely,

Trip

SUPER Wow! And, Some Files Not Working.

Hi,

I got the plugin to work! 💯 Yay!

Here's what I'm seeing. I tested it using five different PDF files.

Three worked fine - and WOW! That TABLE and what it CAN DO! That's the DREAM. Your work is amazing!!!

Trouble I'm having is that with two files, the system only loaded the table headers of the existing tages, but left the columns all blank.

So, 3 of 5 PDF files worked perfectly.

The other two - though they HAD annotaions, the table only loads the headers / tag names. No highlight content / columns.

Trouble for me is, the 5th file is REALLY the main file I need to work with. And, files like that.

It's original research, so I can't share it. But, I've uploaded the 4th file, too - it was just an NVIDIA tech guide, but it showed the same problems.

Please can you take a look at the file and see if you can understand what's happening? I REALLY need Ze-notes to get a BIG project done. Need your help, please.

tags-only-no-highlight-columns
files-in-cant-see-annotations
nvidia-smi.1.pdf

What is the tag "other"

PixPin_2023-12-15_18-48-14 This tag exists in some collections, does not exist in some collections,but i don't have this tag.

Can we NOT displaying titles of notes in the table?

Thank you first for the excellent extension that offers me a novel way to manage and collect INFOs scattered in numerous notes within my Zotero base.

Here, I wanna know is it possible to NOT displaying the title of all collected notes in the summary table. In practice, I both need a title to label my note and directly copy the contents in a table column to another. This two needs, however, clashes each other if the titles are included in the table: what we want is usually the content IN the note, not the title (which is just the indiciator for me to locate the target note).

Displaying titles in the summary table, as a result, may pollute the summarized contents so that the user has to spend time on removing these them before formal use, and it is an uncessary loss of efficiency. I think if we could make the titles (at least the first H1 header) disappear, the workflow would be more fluent.

Thank you for any potential response! Anyway Ze-Notes is still an excellent extension and I'll keep using it.

open Tab by loadURI get error

NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsIWebNavigation.loadURI]

try this.
change

     Ui.iframe.loadURI(url, {

to

      const iframe = Ui.iframe;
      try {
        iframe.loadURI(url, {
          triggeringPrincipal:
            Services.scriptSecurityManager.getSystemPrincipal(),
        });
      } catch (e) {
          ztoolkit.log("loadURI 错误修复了吗?");
        iframe.src = url;
      }

Allow Unlimited Size of Tags & Let Users Define Column Width

Hi,

I need to be able to make some fairly long tags - ideas that occur to me which I may or may not use, and don't really boil down to two or three words.

I've done that with one academic work this week - using PRETTY long tags - and the result as to break the table.

That is, the columns all stayed a fixed width, but the first row with the tags became very tall.

And. there was no way to get to the second row with the quotes.

Basically, it was a full screen showing ONLY VERY TALL COLUMNS of just the tags row. You could scroll up and down that tall tags row, but you could not get to the highlight themselves.

Please can you enable the tags to have no limit on characters?

And, please could you allow users to define the width of columns?

Sincerely.

Triplu

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.