CintaNotes is a Windows application for fast and convenient note taking. It can clip text from any application on a hot key, has a powerful tagging system and effective full-text search capability.
0
Naprawione

Simplenote auth fails because of incorrect base64 encoding

Andrei Palchys 12 lat temu Ostatnio zmodyfikowane przez Andrei P 9 lat temu 5

Today I bought CintaNotes and found that it doesn't sync with Simplenote. Short investigation showed that it generates incorrect base64 string for /api/login call to Simplenote API with my credentials. When I changed my password, everything works fine.


My password was something like this:


ab_cdefgh0ijklmn 

(with underscore and zero)


if you need real examples of input/output, drop a mail to andrei.palchys [at] gmail.com

syncing
Odpowiedź
Alex Jenter 12 lat temu

Fixed in 2.0.4.

You need to reenter password in the sync properties dialog.

0
To nie jest błąd

Simplenote does not work anymore

AnTul 10 lat temu Ostatnio zmodyfikowane przez Alex Jenter 10 lat temu 8
Do, please, something that you can at least in some form of notes to read on Android. Simple Note first not synchronized, then, after I got out of it, he does not give in, despite the fact that the login and password I enter the correct (through the site Login ok). More messing with this imperfection is no desire, but access to notes via Android needs.
syncing
0
Naprawione

Ctrl+Del doesn't clear para formatting if nothing is selected (V1.5.1)

Alex Jenter 13 lat temu zaktualizowano 13 lat temu 0
It should behave the same way Ctrl+B, Ctrl+I etc behave
editing text-formatting
Odpowiedź
Alex Jenter 13 lat temu
Fixed in 1.5.2
+98
Planowane

CintaNotes application for iOS

Alex Jenter 15 lat temu Ostatnio zmodyfikowane przez FernandG 7 lat temu 8

(http://cintanotes.com/forum/viewtopic.php?f=4&t=559)

complexity:very-hard external
0
W trakcie analizy

synchronization not complete please try again later after "uploading updates 2 of 2"

joe merer 11 lat temu Ostatnio zmodyfikowane przez Alex Jenter 11 lat temu 1
I'm running Cintanotes on Windows 7 on my flash drive.  I get this error when doing a manual F12 synchronization. Any ideas?
0
To nie jest błąd

Help -> About displays "[app.name]"

Robert Riebisch 11 lat temu Ostatnio zmodyfikowane przez Alex Jenter 11 lat temu 5
Odpowiedź
Alex Jenter 11 lat temu
Can't reproduce
0
Naprawione

Backup folder gets created even when all backup is turned off

Alex Jenter 14 lat temu zaktualizowano 14 lat temu 0
backup
Odpowiedź
Alex Jenter 14 lat temu
Fixed in 1.4.3
0
Naprawione

Display of wide East-Asian symbols is incorrect

Arseniy (CN Support Team) 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 8 lat temu 3

Displaying of wide characters (e.g. Chinese) in Edit mode is problematic. However, in the View mode, displaying is good.

original thread - http://cintanotes.com/forum/viewtopic.php?f=6&t=1645

Image 64

viewing editing notes-list main-window
0
To nie jest błąd

Format > Clear command does not remove bullets (2.0.2-beta-1)

burrum 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 7 lat temu 14

Reproduce:

1. Enable formatting

2. Make some bullet items

3. Select bullet list and do Formatting > Clear context command


Result: bullets are not removed.


Even more:

4. Save that note

5. Disable formatting

6. Open, edit, save note


Result: bullets still not removed.


And:

7. Open that note with disabled formatting

8. Press enter at the end of the bulleted line


Result: new bullet line is added


We can spawn bullets with disabled formatting!

text-formatting
0
W trakcie analizy

Text within guillemets (angle quotes) is unsearchable (2.3)

burrum 12 lat temu Ostatnio zmodyfikowane przez anonymous 8 lat temu 2

Text surrounded with characters « (00AB) and » (00BB) cannot be found with search, unless "search inside words" is enabled. They are treated like word letters.


This is in contrast with behavior of regular single ' and double " quotes, which are not considered as letters by CN.

searching
0
Naprawione

List numbers aren't copied to clipboard as simple text

Alex Jenter 11 lat temu zaktualizowano 11 lat temu 0

When copying a numbered list, the numbers remain only when pasted into RTF-capable editor, but not simple text editor like Notepad.

editing clipboard
Odpowiedź
Alex Jenter 11 lat temu

This was actually implemented in 1.8

0
To nie jest błąd

Unexpected font change with certain characters

burrum 13 lat temu Ostatnio zmodyfikowane przez Alex Jenter 13 lat temu 0

Open this page and scroll a little to second top comment:


Image 10


Note: UserEcho resizes the image, open it in new tab or save to disk to view with original size and fidelity.


Select it and clip (Ctrl+F12), or copy-paste into new note. Notice how some portion of the text gets small.


Image 11


I first clipped from SRWare Iron 15 browser (Chromium core), and the small line was always last, no matter how many lines are displayed (with wrapping on):


Image 12


I then tried it in Opera 11.60, and its randomly first or second line. Sorry for not having time to find out the exact pattern now, but it's always only one line.


This also affects standard Windows Notepad.exe (Win7 SP1 x64). If export this note to plain text and open in notepad, small font also shows up. Obviously, clearing formatting has no effect.


I suppose there's some weird character causing this rendering and analyzing the exact content of the clipboard (as well as character codes in exported file) could help finding it. At the moment I have no handy tools to do it quickly.


Edit: paste this text into Notepad++ and notice the question mark '?' appearing at certain place.

viewing notes-list text-formatting
Odpowiedź
Alex Jenter 13 lat temu
Thanks for the report!
This happens because of the U+FEFF character occurring in the middle of that string. Here is an exerpt from the Unicode FAQ:

Q: What should I do with U+FEFF in the middle of a file?
A: In the absence of a protocol supporting its use as a BOM and when not at the beginning of a text stream, U+FEFF should normally not occur. For backwards compatibility it should be treated as ZERO WIDTH NON-BREAKING SPACE (ZWNBSP), and is then part of the content of the file or string. The use of U+2060 WORD JOINER is strongly preferred over ZWNBSP for expressing word joining semantics since it cannot be confused with a BOM. When designing a markup language or data protocol, the use of U+FEFF can be restricted to that of Byte Order Mark. In that case, any U+FEFF occurring in the middle of a file can be treated as an unsupported character[AF]


As you see, this is really a rare and exceptional case and thus I consider fixing unnecessary at the moment. Just delete the offending character, and the font becomes normal.
0
Naprawione

portable version has a drive dependency to the database file

ChrisCN 13 lat temu Ostatnio zmodyfikowane przez Alex Jenter 13 lat temu 6
CN remembers the last opened database file but the path to the file is absolute.

In my case I do a dropbox synchronisation but
my dropbox folder is located on different drives for different machines.

So CN fails on the attempt to open the last file because D:\Dropbox\AppData\CN\cintanotes.db is not the same as: C:\Dropbox\AppData\CN\cintanotes.db  :)

So my suggestion is to make the path to the files relative to the location where CN is installed (at least for the portable version).

startup files
Odpowiedź
Alex Jenter 13 lat temu
Fixed in 1.6.2
0
Naprawione

Parent tag not created on open/import old db file (2.0.2)

burrum 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 12 lat temu 0

1. Create empty db file in CN 1.5.6

2. Create couple notes with nested tags

Image 56


3. Open this db in CN 2.0.2

Image 54


4. Open and save (OK) any note


Result: 'virtual' parent tag appears


Image 55


Same happens on both "Open" and "Import" actions with old .db.

It looks weird that a tag appears when I didn't change a note in any way. I would expect these virtual tags to be autocreated.

import tags
Odpowiedź
Alex Jenter 12 lat temu
Released in 2.0.3


0
Planowane

Inserting notes in another application does not work with Putty

xasik 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 12 lat temu 0

1. Работаю в Putty.

2. Перехожу в CintaNoter.

3. Нахожу нужную заметку.

4. Нажимаю колесико мышки или Ctrl+Enter.

5. Заметка не вставляется в Putty

Почему заметки не вставляются в Putty?

P.S. Я обладатель персональной лицензии


== Translated by Google Translate ==


1. I work in Putty.

2. Pass in CintaNoter.

3. Find the right note.

4. I press the middle mouse button or Ctrl + Enter.

5. The note is inserted in Putty

Why not note inserted in Putty?

P.S. I am a personal license holder

Odpowiedź
Alex Jenter 12 lat temu
Confirmed. PuTTy doesn't support Ctrl+V, CN will have to use Shift+Ins instead. One possible solution would be to add an option to CN which shortcut to use.

 

+10
Odrzucone

Export as ANSI/UTF8 *.txt

Alex Jenter 15 lat temu Ostatnio zmodyfikowane przez Christof Deininger 9 lat temu 3
I'd like the ability to export as ANSI text, as well as Unicode (possibly replacing Unicode characters with question marks or something.)

(http://cintanotes.com/forum/viewtopic.php?f=4&t=245)
export complexity:easy
Odpowiedź
Christof Deininger 9 lat temu
Closed due to inability to collect 10 votes for more than 2 years.
0
To nie jest błąd

Opening notes link (F7) doesn't work on some PCs

Alex Jenter 13 lat temu zaktualizowano 13 lat temu 0
Some users report that on their configuration the "Browse link" command doesn't work
other-ui
Odpowiedź
Alex Jenter 13 lat temu
Closing as having no upvotes for 6 months
0
Odrzucone

Copy text fragment to clipboard right from the note editor

Yuri Perphilev 11 lat temu Ostatnio zmodyfikowane przez Alex Jenter 11 lat temu 3

Image 67

It would be very convenient to have a 'copy to clipboard' button/link right in note 

editor. How it may work: 
- User selects a text in note editor and in the right-click popup menu selects the 'Mark for clipboard' menu item (this works similar to the usual formatting like bold/italic/etc).
- Then text is marked in a special way and a 'copy to clipboard' button is rendered near the text
- Clicking the 'copy to clipboard' button copies marked text to the system clipboard


editing clipboard
0
W trakcie analizy

Add two-factor authentication

boginbob 10 lat temu Ostatnio zmodyfikowane przez Alex Jenter 10 lat temu 1
Would like to see added security option (2 factor type authentication) for accessing program particularly for application data housed on Dropbox.
security
0
To nie jest błąd

Scrollbar in tag autocomplete list

kazak 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 12 lat temu 2

Slider can not be dragged  by mouse. 

Odpowiedź
Alex Jenter 12 lat temu
Sorry, can't reproduce the problem. Please specify:
1) Exact CN version
2) Exact steps to reproduce
3) If possible, please attach a sample .db or .xml file for testing.
Thanks!

 

0
Ukończony

Don't open main window when press "capture text" hotkey

jww 12 lat temu Ostatnio zmodyfikowane przez Alex Jenter 12 lat temu 3

Is it possible?

+5
Odrzucone

Transparency options.

Dave Ferree 14 lat temu Ostatnio zmodyfikowane przez Christof Deininger 9 lat temu 2
I like 'always on top' but it does get in the way sometimes. Some sort of transparency or temporary hide hotkey would be nice.
Odpowiedź
Christof Deininger 9 lat temu
Closed due to inability to collect 10 votes for more than 2 years.
0
W trakcie analizy

Add hotkeys to add text at not active sections (C+S+num i use with three copies of cintanotes)

Дима Воронин 11 lat temu Ostatnio zmodyfikowane przez Alex Jenter 11 lat temu 2
I add notes to three databases with three copies of cintanotes, each with it's own hotkey. It was great if i manipulate with one database divided by 3 sections with it's own hotkey and it's own tags.
taking/clipping files complexity:hard sections keyboard
+1
Odrzucone

Add usage statistic

Thomas Lohrum 12 lat temu Ostatnio zmodyfikowane przez Christof Deininger 9 lat temu 7
Show me the number of notes i have created or modified today. Show me how many notes i have queried today (opened in the notes editor). Show me the number of queries/search i ran today.


organizing other complexity:medium
Odpowiedź
Christof Deininger 9 lat temu
Closed due to inability to collect 10 votes for more than 2 years.
0
Naprawione

Modified sort order broken after import (1.5.4)

burrum 13 lat temu Ostatnio zmodyfikowane przez Alex Jenter 13 lat temu 0

I have a .db file from CN 1.5.3. If I put it into 1.5.4 directory (I use portable version), and run CN, Modified and Created sort modes display the same note order, both straight and reversed. This looks correct, since there was no "last modified" information in 1.5.3's .db, and the sorting uses creation date in absense of last modified date.


However, if I make a clean 1.5.4 portable installation (no .db), run CN and import a .db from 1.5.3, Modified sort will always show the same note order, with or without reverse enabled. This order is equal to Creation straight order.

The same behavior is present if I import an xml dump of 1.5.3's .db into a clean 1.5.4 CN.


I think the problem is somewhere in the import logic, it is probably consuming items in some order from the source, and sets wrong last modified date. Just a guess.


I suggest the correct behavior is when Modified sorting uses creation date if modified date is absent, in any conditions.


Unfortunately I cannot attach files here, so I'll send a .zip with captured .db files in various scenarios to feedback a|t cintanotes d0t com.
sorting import
Odpowiedź
Alex Jenter 13 lat temu
Fixed in 1.5.5