azivner
|
2e8787ff91
|
moved search behind tree action button
|
2017-10-01 08:47:26 -04:00 |
|
azivner
|
566008baae
|
cleaned up fuse.js which isn't used anymore
|
2017-09-30 22:37:25 -04:00 |
|
azivner
|
16eb7a0639
|
moved date functions to utils.js
|
2017-09-30 22:36:14 -04:00 |
|
azivner
|
d0cc5f4a5f
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 -04:00 |
|
azivner
|
b30bc19bd2
|
basic recent changes implementation
|
2017-09-26 23:23:03 -04:00 |
|
azivner
|
0ef8da5bad
|
correct formatting of minutes less than 10 (lead zero)
|
2017-09-25 21:35:02 -04:00 |
|
azivner
|
21f49ea7c5
|
layout conversion to cleaner CSS grid, work in progress
|
2017-09-23 23:54:38 -04:00 |
|
azivner
|
a14257a31c
|
basic functionality of history now working
|
2017-09-23 10:18:08 -04:00 |
|
azivner
|
647bbcaee1
|
WIP on the dialog for history
|
2017-09-21 22:20:10 -04:00 |
|
azivner
|
9e5fcb8be2
|
simple custom tokenizer search instead of fuse
|
2017-09-18 20:07:56 -04:00 |
|
azivner
|
19561191f6
|
fuzzy search
|
2017-09-10 11:50:17 -04:00 |
|
azivner
|
aad90f016b
|
refactoring - moving stuff to separate files
|
2017-09-09 12:06:15 -04:00 |
|
azivner
|
16485576c8
|
bootstrap needs to be included before jQuery UI, otherwise close icon in the dialog will be missing
|
2017-09-06 21:41:12 -04:00 |
|
azivner
|
b6007a25e8
|
fix for note duplication in recent notes
|
2017-09-06 21:11:19 -04:00 |
|
azivner
|
a024978d7b
|
jquery ui dialog for encryption password
|
2017-09-05 23:48:41 -04:00 |
|
azivner
|
af33a30ad8
|
handling of beforeunload - we save the note before unloading the page
|
2017-09-04 16:03:07 -04:00 |
|
azivner
|
a54207dc07
|
added jump to note functionality
|
2017-09-03 21:34:30 -04:00 |
|
azivner
|
de971d5db5
|
possible fix for bug which causes to reload the page when adding link (happens only rarely)
|
2017-09-03 19:43:03 -04:00 |
|
azivner
|
1c5483905d
|
fix autofilling autocomplete label on focus
|
2017-09-03 19:15:50 -04:00 |
|
azivner
|
573e2f7ace
|
cleanup
|
2017-09-03 18:50:56 -04:00 |
|
azivner
|
81c534104f
|
recent notes and insert link now include whole note path
|
2017-09-03 15:08:17 -04:00 |
|
azivner
|
8a388842aa
|
attempt to fix problem when inserting link
|
2017-08-30 23:17:03 -04:00 |
|
azivner
|
b57463d049
|
insert current date + time on alt+t
|
2017-08-29 23:27:28 -04:00 |
|
azivner
|
0b5aeee0ce
|
hide toggle is now on alt-h (previously ctrl-alt-h) and displays editor on full width
|
2017-08-29 21:07:02 -04:00 |
|
azivner
|
a7180e0e19
|
button for collapsing tree, button for new top level note
|
2017-08-29 20:58:53 -04:00 |
|
azivner
|
36dbcfcce0
|
search notes input box
|
2017-08-28 23:10:04 -04:00 |
|
azivner
|
b22d55c183
|
fix - link label set explicitly was not respected
|
2017-08-28 22:01:02 -04:00 |
|
azivner
|
27dc43b688
|
better behavior of link title auto setting
|
2017-08-28 21:59:47 -04:00 |
|
azivner
|
570dd7cb4e
|
link is inserted at correct position in the editor
|
2017-08-28 21:50:20 -04:00 |
|
azivner
|
169825abff
|
initial implementation of link dialog (buggy and feature incomplete)
|
2017-08-27 23:45:01 -04:00 |
|
azivner
|
9259db9f87
|
internal link loads referenced note instead of opening into new tab
|
2017-08-27 14:57:03 -04:00 |
|
azivner
|
0f8c0b7cea
|
fix JS errors comming from resize when fancytree and summernote isn't initialized yet
|
2017-08-27 14:44:12 -04:00 |
|
azivner
|
001d91172a
|
better handling of renames in recent notes list (but hacky and not perfect)
|
2017-08-27 10:30:32 -04:00 |
|
azivner
|
579f9eaa60
|
key binding registration changed from keypress to keydown because the former doesn't work in chrome
|
2017-08-24 22:48:00 -04:00 |
|
azivner
|
c23928d070
|
scrolling inside tree fixed
|
2017-08-23 23:36:16 -04:00 |
|
azivner
|
8a928f05f3
|
adding notes to recent list only after some time period (currently 1500ms)
|
2017-08-23 19:57:44 -04:00 |
|
azivner
|
9d80f56d81
|
double click can be also used to choose from recent notes
|
2017-08-23 18:47:37 -04:00 |
|
azivner
|
afff834c55
|
recent notes changed shortcut to alt-q because of browser conflict with ctrl-e
|
2017-08-23 18:45:24 -04:00 |
|
azivner
|
c1f9ca4796
|
added "show recent notes" widget
|
2017-08-22 22:40:54 -04:00 |
|
azivner
|
15ff3df9df
|
small simplification in parsing
|
2017-08-22 20:19:46 -04:00 |
|
azivner
|
aec8083d0c
|
ctrl-alt-h now toggles visibility of everything except the main content (probably controversially also title)
|
2017-08-21 22:04:08 -04:00 |
|
azivner
|
bd19dd3e55
|
auto resizing (full height) of tree and editor to fill the window without creating global scrollbar (instead there are independent scrollbars for tree and editor)
|
2017-08-15 22:32:30 -04:00 |
|