zadam
|
358fd13c8d
|
small refactorings
|
2019-10-20 13:09:00 +02:00 |
|
zadam
|
2305ad7405
|
reloading notes after script changes
|
2019-10-20 12:29:34 +02:00 |
|
zadam
|
2ee94a3a69
|
changed import progress notification so it shows up for drag & drop as well
|
2019-10-14 10:31:58 +02:00 |
|
zadam
|
98a6670cb4
|
prevent default context menu on tab right click, closes #656
|
2019-10-10 19:34:55 +02:00 |
|
zadam
|
135102d2b5
|
fixes to note loading. Sidebar flickers way less after note change
|
2019-09-04 22:45:12 +02:00 |
|
zadam
|
a17b8a053e
|
refactoring of note loading
|
2019-09-04 22:13:22 +02:00 |
|
zadam
|
fdc86bab50
|
lazy loading of opened tabs to speed up initial startup
|
2019-09-04 21:30:11 +02:00 |
|
zadam
|
aa96b33bc2
|
initial load of tabs can run partially asynchronously to speed things up
|
2019-09-03 22:01:45 +02:00 |
|
zadam
|
2e05cb1764
|
similar notes is getting updated automatically after the title change
|
2019-09-03 21:31:39 +02:00 |
|
zadam
|
d1992b061c
|
fix drag & drop for chrome and code editor
|
2019-09-02 21:58:03 +02:00 |
|
zadam
|
650d9e0b27
|
state management fixes
|
2019-08-28 20:29:10 +02:00 |
|
zadam
|
36c87b7fa0
|
renamed "messagingService" to "ws"
|
2019-08-26 20:21:43 +02:00 |
|
zadam
|
3e3d111d76
|
lazy loading of note detail components
|
2019-08-26 19:49:19 +02:00 |
|
zadam
|
233a50dbb7
|
reimplementation of note type with jquery only
|
2019-08-25 21:48:56 +02:00 |
|
zadam
|
fab4c59f9b
|
using dynamic import for dialogs and widgets to speed up initial load
|
2019-08-20 21:40:47 +02:00 |
|
zadam
|
d1d8e54d20
|
fixed state persisting and loading
|
2019-08-16 21:52:36 +02:00 |
|
zadam
|
f259c60b54
|
state is now applied to sidebar widgets
|
2019-08-16 21:29:44 +02:00 |
|
zadam
|
59da25ef55
|
sidebar & widget state management WIP
|
2019-08-15 10:04:03 +02:00 |
|
zadam
|
61520bc3b3
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
# package.json
|
2019-08-15 08:52:34 +02:00 |
|
zadam
|
f30eec7737
|
make sure all keyboard shortcuts use utility methods to not break mobile frontend
|
2019-08-12 22:41:53 +02:00 |
|
zadam
|
bfbc124e78
|
widgets can now listen to sync data changes
|
2019-08-06 22:39:27 +02:00 |
|
zadam
|
95a773e5c9
|
clipper doesn't open new tab if the note is already loaded in existing tab
|
2019-07-07 11:15:55 +02:00 |
|
zadam
|
a3951f1cce
|
make sure autocomplete is closed when navigating to note
|
2019-06-26 21:08:54 +02:00 |
|
zadam
|
1b831f94a9
|
fix orphan note autocomplete, closes #569
|
2019-06-24 20:45:35 +02:00 |
|
zadam
|
c8049f0efe
|
small fixes
|
2019-06-12 19:59:52 +02:00 |
|
zadam
|
27659805f6
|
redesign of drag & drop, separation of active, focused and active notes in the tree, fixes #565
|
2019-06-10 21:47:08 +02:00 |
|
zadam
|
c4669cbaa3
|
fallback to display empty tab if the requested note doesn't exist anymore
|
2019-06-01 20:32:11 +02:00 |
|
zadam
|
d08a36174d
|
attribute sync should trigger note reload, fixes #551
|
2019-06-01 12:14:09 +02:00 |
|
zadam
|
012a18be00
|
put tabContext into frontend script API
|
2019-05-29 21:48:48 +02:00 |
|
zadam
|
dedc1e708f
|
fix redirect after login
|
2019-05-22 21:25:13 +02:00 |
|
zadam
|
48b1aece4d
|
fix history navigation
|
2019-05-21 22:35:01 +02:00 |
|
zadam
|
3fe9218ea8
|
refactoring/cleanup
|
2019-05-21 20:24:40 +02:00 |
|
zadam
|
32fae5e9e8
|
same note in different tabs are synced
|
2019-05-20 22:25:04 +02:00 |
|
zadam
|
48b4488a58
|
deleting a note will close all tabs containing the note
|
2019-05-20 21:50:01 +02:00 |
|
zadam
|
597eb5a300
|
ctrl+alt+p will create new note in a new tab
|
2019-05-19 10:46:19 +02:00 |
|
zadam
|
f3e7e6bbe7
|
fix render note attributes
|
2019-05-19 10:30:00 +02:00 |
|
zadam
|
722380e7b8
|
fix access to editor instance if active note is not text
|
2019-05-19 09:13:13 +02:00 |
|
zadam
|
f22cc37df7
|
middle click can now open links in new tab (and close tab)
|
2019-05-15 21:50:27 +02:00 |
|
zadam
|
dd1fc23fe8
|
work on hash & history
|
2019-05-14 22:29:47 +02:00 |
|
zadam
|
79d779dee8
|
setup cssClass for both note tab and content, #524
|
2019-05-13 22:08:06 +02:00 |
|
zadam
|
fab8b77794
|
configurable hiding of tab row for one tab
|
2019-05-12 21:45:30 +02:00 |
|
zadam
|
8b030a2323
|
new tab now has note autocomplete
|
2019-05-12 17:28:20 +02:00 |
|
zadam
|
14c420b782
|
new tab infrastructure
|
2019-05-12 12:58:55 +02:00 |
|
zadam
|
2dec8f1ad6
|
hoisting note now seems to work correctly in relation to tabs
|
2019-05-11 21:27:27 +02:00 |
|
zadam
|
bd97df5ee9
|
refactored chrome tabs into "tab row"
|
2019-05-11 19:44:58 +02:00 |
|
zadam
|
8a501521e8
|
some refactoring etc.
|
2019-05-11 19:27:33 +02:00 |
|
zadam
|
be68391c37
|
store "openTabs" session
|
2019-05-10 21:43:40 +02:00 |
|
zadam
|
89d4be504d
|
tree active note now follows switched tabs (without changing scroll position)
|
2019-05-09 21:30:08 +02:00 |
|
zadam
|
a7a42ff4af
|
use notePath in tabContext
|
2019-05-08 20:14:41 +02:00 |
|
zadam
|
bacf163c96
|
NoteContext => TabContext
|
2019-05-08 19:55:24 +02:00 |
|