zadam
|
e7aa84435b
|
render PDF preview in electron for pdf notes
|
2020-03-08 18:06:24 +01:00 |
|
zadam
|
26599f057c
|
collapsible widget remember their collapsed state
|
2020-03-01 20:49:11 +01:00 |
|
zadam
|
16f42dd4ab
|
use electron 8 spellchecker instead of electron-spellchecker, WIP
|
2020-02-28 22:07:08 +01:00 |
|
zadam
|
7bcae9981b
|
unified/simplified protecting notes & subtree
|
2020-02-26 16:37:17 +01:00 |
|
zadam
|
f2cf361acf
|
small fixes
|
2020-02-17 22:38:46 +01:00 |
|
zadam
|
4401a8e1e8
|
Merge branch 'master' into m41
# Conflicts:
# src/public/javascripts/dialogs/add_link.js
# src/public/javascripts/dialogs/export.js
# src/public/javascripts/dialogs/import.js
# src/public/javascripts/dialogs/note_info.js
# src/public/javascripts/services/search_notes.js
|
2020-02-09 18:54:56 +01:00 |
|
zadam
|
7abaedbf31
|
add possibility to change clipper parent to a fixed note instead of day notes, fixes #854
|
2020-02-09 10:12:02 +01:00 |
|
zadam
|
0cc013c13f
|
left sidebar can now be also collapsible
|
2020-02-04 20:42:40 +01:00 |
|
zadam
|
0054a32dc7
|
treecache now manages reloading when starting protected session
|
2020-02-01 22:29:32 +01:00 |
|
zadam
|
f6f7836b8e
|
renamed notefull to notecomplement
|
2020-02-01 11:15:58 +01:00 |
|
zadam
|
eeedb91ef7
|
sync are sent upon DB commit
|
2020-01-31 22:32:24 +01:00 |
|
zadam
|
88213c1bbd
|
attributes are now updated only if their type and name does not change, in case of relation not even value must change. If they do, the old attribute is deleted and new is created instead
|
2020-01-28 22:37:06 +01:00 |
|
zadam
|
d2e3aedf7f
|
moving notes across parents now deletes the old branch and creates new which makes detecting changes much easier
|
2020-01-28 22:15:33 +01:00 |
|
zadam
|
ac7d5f2e81
|
fixes, separation of notefull from noteshort
|
2020-01-25 14:37:12 +01:00 |
|
zadam
|
516e6c35da
|
fixes
|
2020-01-25 13:46:55 +01:00 |
|
zadam
|
7cad386a56
|
frontend attribute cache refactoring WIP
|
2020-01-25 13:27:23 +01:00 |
|
zadam
|
60c908cd63
|
frontend attribute cache refactoring WIP
|
2020-01-25 11:52:45 +01:00 |
|
zadam
|
1098d75ce0
|
synchronous events, updating title works fully
|
2020-01-19 20:18:02 +01:00 |
|
zadam
|
20fdeee048
|
better error handling for search notes
|
2020-01-13 19:35:06 +01:00 |
|
zadam
|
54d89a9f47
|
allow configuring the time period before deleted notes are erased (and changed the default to 7 days)
|
2020-01-03 22:32:49 +01:00 |
|
zadam
|
1699646b39
|
fix undelete info messages
|
2020-01-03 21:32:41 +01:00 |
|
zadam
|
14f3c783f2
|
undelete note WIP
|
2020-01-03 13:14:43 +01:00 |
|
zadam
|
c1d0a1e07b
|
undelete note WIP
|
2020-01-03 10:48:36 +01:00 |
|
zadam
|
2f711a12f8
|
added "include note" widget to text notes, WIP
|
2019-12-29 23:46:40 +01:00 |
|
zadam
|
a155b6e8d5
|
create separate window for setup and then main window
|
2019-12-24 14:42:03 +01:00 |
|
zadam
|
229974e543
|
added option to enable native title bar (disabled by default)
|
2019-12-24 12:10:32 +01:00 |
|
zadam
|
c89514f9bb
|
saving size and visibility state of the panes
|
2019-12-23 20:34:29 +01:00 |
|
zadam
|
e0368e395c
|
removed left and right sidebar sizing options
|
2019-12-23 19:45:59 +01:00 |
|
zadam
|
6986c201dd
|
removed hideTabRowForOneTab option
|
2019-12-23 19:39:48 +01:00 |
|
zadam
|
d47403c0e7
|
implemented sync hash check recovery process
|
2019-12-18 22:58:30 +01:00 |
|
zadam
|
21fab412cb
|
sync error mitigation
|
2019-12-17 22:17:03 +01:00 |
|
zadam
|
dce54c7af3
|
run consistency checks on demand
|
2019-12-10 22:03:00 +01:00 |
|
zadam
|
6f32d6fabe
|
new mechanism to wait for sync after interaction with backend in Script API using api.waitForMaxKnownSyncId()
|
2019-12-09 23:07:45 +01:00 |
|
zadam
|
1e123f2390
|
sql console tweaks
|
2019-12-09 21:31:38 +01:00 |
|
zadam
|
fab959539a
|
ability to run multiple queries (and get multiple result sets) from SQL console
|
2019-12-08 11:20:44 +01:00 |
|
zadam
|
7ed526beb7
|
fix clipper, closes #752
|
2019-12-08 09:41:31 +01:00 |
|
zadam
|
156f040880
|
added "backend log" dialog
|
2019-12-05 21:25:36 +01:00 |
|
zadam
|
eb8c296e62
|
attempt to make updating clients via websocket faster
|
2019-12-02 22:27:06 +01:00 |
|
zadam
|
4c07ac4c4c
|
optimized edited notes on day query
|
2019-12-01 14:30:59 +01:00 |
|
zadam
|
35cd7f3261
|
optimization of recursive CTE attribute query
|
2019-12-01 13:29:39 +01:00 |
|
zadam
|
d9b9d730bb
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
|
zadam
|
cd139bdd76
|
note can be activated through 'keyboardShortcut' label
|
2019-11-24 18:32:18 +01:00 |
|
zadam
|
e4bec265c1
|
system links (internal, image, relation map) should follow camelCase convention used for other attributes
|
2019-11-23 20:54:49 +01:00 |
|
zadam
|
3c4ec7fe1a
|
keyboard shortcuts WIP
|
2019-11-19 23:02:54 +01:00 |
|
zadam
|
4bd7438fca
|
shortcuts WIP
|
2019-11-19 20:53:04 +01:00 |
|
zadam
|
0ae9c8da17
|
Merge branch 'stable'
|
2019-11-19 19:32:49 +01:00 |
|
zadam
|
86c5dd6494
|
fix recent changes, closes #713
|
2019-11-19 19:02:16 +01:00 |
|
zadam
|
f921562346
|
Merge branch 'm38'
# Conflicts:
# docs/backend_api/Note.html
# docs/frontend_api/NoteShort.html
# src/services/import/enex.js
|
2019-11-18 23:26:29 +01:00 |
|
zadam
|
60231de0ed
|
refactoring of note creation APIs WIP
|
2019-11-16 12:28:47 +01:00 |
|
zadam
|
35e9df6170
|
fixes in the handling of cssClass and iconClass when working with newly created / single note
|
2019-11-16 11:23:28 +01:00 |
|