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.
+2
En revisión

Расширение функционала - добавление поддержки AsciiDoctor для форматирования текста

Vyacheslav hace 6 años actualizado hace 6 años 3

если чего и не хватает в первую очередь, то этого,

ну и  есть еще одна визуально-эргономическая проблема:

    Когда накапливается много тегов, так что общий список по высоте превосходит высоту экрана,
    то происходит большая потеря времени на навигацию в списке тегов, при прокручивании.

    Значит надо минимизировать прокрутку - какие ваши идеи ???

    Мои, такие:

    - разбит панель тегов на 2 панели, левая для тегов первого уровня(родительских), а вторая для тегов 2-го уровня(дочерних).

     - добавить над панелью тегов строку фильтрации, такую же как еще есть над списком заметок.

    - упростить сворачивание дочерних тегов, для этого уменьшить эффект пиксель-хантинга, т.е. любой один щелчек по тегу имеющему дочерние теги - должен его сворачивать/разворачивать, а для выделения использовать правую часть области строки, там где счетчик заметок.

complexity:medium cosmetic editing main-window notes-list organizing other-ui performance reordering sorting tags tag-sidebar text-formatting viewing
+1
En revisión

Главный момент приложения Усилий для Разработчика !!!!!

Vyacheslav hace 6 años actualizado hace 6 años 7

Из всех желаний которые можете Вы(Разработкик)  выполнять, чем занимаетесь,

по моему обдуманному мнению !!

Пожалуйста, дайте возможность работать с тем функционалом, что уже есть  -  БЕЗ опасений!

Исправьте несколько Ошибок, самых неприятных или вызывающих опасение за сохранность данных!


Уже сейчас можно пользоваться программой, даже с тем функционалом что уже развит!

Но как же тревожит опасение что можно вложиться многими часами в программу, внося данные,

а потом или они начнут портиться или из-за "некой хрупкости" я не смогу вносить изменения, редактировать заметки, переименовывать теги, или еще что то, с чем я могу столкнуться!


Ведь я уже столкнулся с некоторыми проблемами. Среди них были и двух-кратная порча SQL файла базы данных, и хотя импорт в новую базу прошел вроде успешно, но мне же ни как не убедиться что импорт прошел отлично а не вроде отлично, вдруг среди тысячи записей некоторые были повреждены и при импорте они то и не перенеслись и мне даже не узнать, а что же пропало то ???

Да и восстановление само по себе неприятно и терпимо если хотя бы раз в год случается, но у меня тогда второй раз случился через 2 месяца всего, при еще смешном размере базы в 8 мегабайт.


С тех пор я сделал паузу в использовании программы более года и за это время вышло 2 небольших обновления, и я снова начал пользоваться, но опасение никуда не делось.

Ошибки то никуда не делись, которые были видны еще и тогда:

- 1). порча текста при нажатии Ctrl-Z

- 2). ломается сам в себе при переименовании тегов


В остальном мое тестовое использование не выявило других сбоев, и это конечно же хорошо,

но и то что я уже нашел - лишает спокойствия,  и даже толкает размышлять а не написать ли себе копию на языке мене склонным к системным ошибками, например на D или Eiffel(Lazarus).

complexity:easy complexity:trivial editing error keyboard tags
+1
En revisión

Runtime Library Problem

Semsettin Polat hace 6 años actualizado por Alex Jenter hace 6 años 3

Image 137

error notes-list startup viewing
+2
En revisión

Option to set tag sidebar visibility on per-notebook basis

Alex Jenter hace 6 años actualizado por Cassandra D. Everhart hace 6 años 1

"I have two separate .db files (two separate notebooks).

On one notebook, I want to have the tag sidebar visible.
In the other notebook, I don't want to have it visible."

Posted on the forum here: http://cintanotes.com/forum/posting.php?mode=reply&f=3&t=2731

configuring tag-sidebar
+1
En revisión

Formatting Print Output

Clyde hace 6 años actualizado por patsm00re18 hace 6 años 3

I track song lyrics and chords and want to fit them onto a single page when I can. Wouldn't it be great to be able to fomat the print output to minimize margins, get rid of frames, etc.?

configuring text-formatting
0
En revisión

Add subheading formatting to note editor

Alex Jenter hace 6 años actualizado por patsm00re18 hace 6 años 1

"I'd love to have at least one, but probably two different headings available within a note -- they would be bold and slightly larger than the body text. This would help separate sections of a note. Now I just boldface a line to make it a sort-of heading. I'd love to have a couple of keyboard shortcuts to make that happen: bold plus slightly larger than body." (by orsonk)

text-formatting
+4
En revisión

Elastic tabstops

Shawn hace 6 años actualizado por Cassandra D. Everhart hace 6 años 1

I still have a lot of notes in Notepad++ because (via plugin) it supports Elastic Tabstops. This feature automatically aligns all content in a table based on the textual length of each column. Separate tables in a single document/note can have different tabstop alignments, since each group is separated by two carriage returns. This provides a simple ability to align information into a pseudo-table structure. If you use Notepad++ and aren't using this plugin, you need it. It's awesome. Elastic Tabstops ensures that whether your tab setting is 4 spaces or 8 spaces or 30 spaces, columns align correctly when text is tabbed consistently.


Here's an example of how it works in Notepad++:

Image 129


Vs the same table in CintaNotes:

Image 130

Among other things, this feature would allow note content to be able to be easily and quickly copied to/from Excel without having to munge the number of tabs that are currently required to make text align correctly. Likewise, any other application that supports tab-separated content would work, too (Access, phpMyAdmin, SQL Server, Adminer, HTML tables, WordPress and many more). This would greatly improve application compatibility.

This is different from the Smart Tabs request since Smart Tabs inserts spaces (yuck!).

I believe this is different from the Quick table creation request because that appears to require special formatting (RTF or HTML) where Elastic Tabstops works on plain text in notes where formatting is stripped. When you strip formatting (CTRL+D) tabs remain tabs so the pseudo-table alignment is preserved.

cosmetic editing other-ui text-formatting


Latest bugs 26

0
Planeado

Inserting notes in another application does not work with Putty

xasik hace 13 años actualizado por Alex Jenter hace 13 años 0
+7
Planeado

Inconsistent font in notes with mixed charsets

Alex Jenter hace 14 años actualizado por Arseniy (CN Support Team) hace 12 años 8
0
Planeado

Wrong error message encoding when CN can't find the .db file

Alex Jenter hace 14 años actualizado hace 14 años 0
+1
Planeado

Clicking on CN icon in tray doens't work when silent clipping baloon tip is displayed

Alex Jenter hace 15 años actualizado por Arseniy (CN Support Team) hace 12 años 0


Top rated ideas 358

+57
Planeado

Tabs for notebooks

Alex Jenter hace 13 años actualizado por Paul Barca hace 11 años 14
+59
Planeado

Logical expressions for tag search, like "tag1 AND NOT (tag2 OR tag3)"

Alex Jenter hace 14 años actualizado hace 8 años 5
+57
Planeado

Remember the scrolling position for each tag.

Brease Wong hace 14 años actualizado por Alex Jenter hace 13 años 3
+61
Planeado

Saved (predefined) searches

Alex Jenter hace 15 años actualizado hace 12 años 13 1 duplicado
+52
Planeado

Global option to use first line of text as title if title is blank

Alex Jenter hace 14 años actualizado hace 13 años 0
+125
Planeado

"Always on top" for notes (Pinning Notes)

Alex Jenter hace 15 años actualizado hace 9 años 8 2 duplicados
+49
En revisión

Lightweight markup support (Markdown, reStructuredText)

burrum hace 13 años actualizado por pepe casa hace 8 años 24


Currently in progress 0

Sin topics