Commit Graph

  • f9080db71c minor-fix: scale images keeping aspect ration when previewing images in dialogs Le Tan 2017-09-29 19:57:52 +08:00
  • 18ed9b761a VAttachmentList: check missing attachments when showing the list Le Tan 2017-09-29 19:57:21 +08:00
  • 58e7cdca4b refactor VFileList Le Tan 2017-09-29 19:56:38 +08:00
  • 4668bd581a double click on a tab to close it Le Tan 2017-09-26 21:30:35 +08:00
  • ffd0cc8e6e refine DocType Le Tan 2017-09-26 19:28:11 +08:00
  • fb4e818e20 refine attachment list Le Tan 2017-09-26 19:27:47 +08:00
  • e5cd014762 support recycle bin folder for extern files Le Tan 2017-09-26 19:27:11 +08:00
  • 6f1cab39ba update highlight.js with more complete language support Le Tan 2017-09-25 19:42:58 +08:00
  • 197e064a1a bug-fix: VFile and document() may have different modification state Le Tan 2017-09-24 14:46:32 +08:00
  • 37058b04df bug-fix: add attachment name check Le Tan 2017-09-24 14:39:19 +08:00
  • 04fa3654a4 bug-fix: do not cancel auto-indentation if cursor is not at block end Le Tan 2017-09-24 12:04:35 +08:00
  • d955dedcb7 add config mathjax_javascript for Mathjax location and configuration Le Tan 2017-09-24 10:15:04 +08:00
  • da64b8c12f add config confirm_reload_folder to check whether prompt for uer when reloading folder Le Tan 2017-09-24 09:46:30 +08:00
  • d20dc4a0b0 bug-fix: image links in reference format will cause crashes Le Tan 2017-09-23 14:56:53 +08:00
  • b04a44f82d vim-mode: bug-fix for s, d, c in visual mode Le Tan 2017-09-23 10:38:50 +08:00
  • 73ede805d1 bug-fix: respect the open mode even if the file has been opened Le Tan 2017-09-23 09:42:54 +08:00
  • 01788a5301 support attachments Le Tan 2017-09-21 19:41:31 +08:00
  • a64d01ea86 refactor VFile and VOrphanFile Le Tan 2017-09-21 19:33:37 +08:00
  • eb24360aa9 vim-mode: fix Y and D action in Visual mode Le Tan 2017-09-17 16:39:50 +08:00
  • 26d14f81d5 bug-fix: findFirstVisibleBlock() return invalid block when fails Le Tan 2017-09-16 15:07:31 +08:00
  • 2b78711eb4 confirm when cleaning up unused images Le Tan 2017-09-16 14:48:39 +08:00
  • cdcab4884a use HGMarkdownParser to fetch image links from Markdown file Le Tan 2017-09-16 10:20:23 +08:00
  • 35fa0a46f6 add recycle bin to each notebook Le Tan 2017-09-14 20:28:18 +08:00
  • 4626673925 support created_time of notebook and folder Le Tan 2017-09-14 20:27:21 +08:00
  • 5c038e1f76 support Markdown-it option configs Le Tan 2017-09-14 20:26:40 +08:00
  • 6addbbfedb remove CloseNote tool bar button Le Tan 2017-09-14 20:25:58 +08:00
  • 156a73ff8c vfilelist: add two context menu items Le Tan 2017-09-14 20:25:03 +08:00
  • f178b1c634 support custom base level for heading sequence by heading_sequence_base_level Le Tan 2017-09-14 20:23:11 +08:00
  • ae706fb066 add created_time and modified_time to file Le Tan 2017-09-13 21:51:34 +08:00
  • 7a384b1592 change default style and config tool bar icon size by tool_bar_icon_size Le Tan 2017-09-13 21:51:07 +08:00
  • a36b512e94 do not allow changing type of note Le Tan 2017-09-13 21:50:41 +08:00
  • 1ae30b645e Fix the serious bug of pressing Y in vim normal mode (#42) Xianzhong Wang 2017-09-16 14:34:27 +08:00
  • 84d1648fe4 bug-fix: move cursor to the end after creating new note Le Tan 2017-09-12 21:16:47 +08:00
  • 7fd2273aad support line number in code block in both read and edit mode Le Tan 2017-09-12 20:28:40 +08:00
  • e9238c921e support color column in fenced code block by config color_column Le Tan 2017-09-11 19:50:11 +08:00
  • 2eb6476c3d support auto heading sequence by config enable_heading_sequence Le Tan 2017-09-11 19:49:30 +08:00
  • ed4044061f bug-fix: move to the end of document after inserting title when creating a new note Le Tan 2017-09-11 19:49:00 +08:00
  • 07e8f27776 optimize VImagePreviewer by flags Le Tan 2017-09-08 21:41:46 +08:00
  • e55b0af00e bug-fix: QTextDocument.clearUndoRedoStacks() will crash in VImagePreviewer Le Tan 2017-09-08 21:41:19 +08:00
  • f050d7d814 support custom mode to open a note by config note_open_mode Le Tan 2017-09-08 21:40:55 +08:00
  • d2ef9608fc bug-fix: use platform-specific text of QKeySequence in context menu Le Tan 2017-09-08 21:40:31 +08:00
  • d6ca4245d9 minor-fix: VFileList and VNotebookSelector Le Tan 2017-09-08 21:40:11 +08:00
  • 4ad79e4d92 vim-mode: <leader>w to save note Le Tan 2017-09-07 20:35:41 +08:00
  • 3daa463a6d refactor VDirInfoDialog and VNewDirDialog Le Tan 2017-09-07 20:35:01 +08:00
  • 59d0e82e66 refactor retrivePath to fetchPath Le Tan 2017-09-07 20:33:38 +08:00
  • 803af89dde support inserting note name as title when creating a note Le Tan 2017-09-07 20:32:29 +08:00
  • 72970cd404 support reloading content of notebook and folder from disk Le Tan 2017-09-06 19:23:58 +08:00
  • f33c7f86d3 minor-fix: Vim mode and VImagePreviewer Le Tan 2017-09-06 19:23:14 +08:00
  • 7a0a2c552b add shortcuts for note and folder management Le Tan 2017-09-05 20:53:38 +08:00
  • 36a0d1dd7e support custom line distance height by line_distance_height config Le Tan 2017-09-04 19:33:49 +08:00
  • 9523168fc3 vim-mode: support S, { and } Le Tan 2017-09-02 20:39:26 +08:00
  • bb7e6e196c make markdown highlight interval configurable via markdown_highlight_interval Le Tan 2017-09-02 18:47:03 +08:00
  • 639d1cb9e9 refactor VCodeBlockHighlightHelper Le Tan 2017-09-02 12:09:49 +08:00
  • c3408769b0 refactor VImagePreviewer Le Tan 2017-08-29 19:47:01 +08:00
  • 8b1d7e9841 bug-fix: Vim mode Paste action Le Tan 2017-08-29 22:20:46 +08:00
  • 78bb2d5c41 [bugfix] When paste from register, discard selected texts first (#37) Xianzhong Wang 2017-08-29 21:42:32 +08:00
  • 73630448a6 move vconfig to a local variable Le Tan 2017-08-27 10:35:57 +08:00
  • e1befc1038 bug-fix: do not free userSettings and defaultSettings in destructor Le Tan 2017-08-26 21:50:14 +08:00
  • b47982ab25 macOS: disable minimizing to system tray Le Tan 2017-08-26 21:04:36 +08:00
  • 98ef7c2cfa fix fcitx input issue with linux appimage Le Tan 2017-08-24 20:41:00 +08:00
  • 1594ab203d change default Vim insert and normal background Le Tan 2017-08-22 22:21:49 +08:00
  • 1e6d5c533f refine README Le Tan 2017-08-22 22:05:59 +08:00
  • c177dd89cb refine README Le Tan 2017-08-22 21:54:41 +08:00
  • dc98b5ef00 [fix] show the default filename in 'Export As' dialog (#35) Xianzhong Wang 2017-08-22 20:28:58 +08:00
  • 1d0c80d5b5 use another source of qt5.7 Le Tan 2017-08-22 20:19:15 +08:00
  • 5c6c6ccb36 package as AppImage for Linux Le Tan 2017-08-21 21:31:41 +08:00
  • 0a7e92483c try debian packaging Le Tan 2017-08-20 14:16:36 +08:00
  • 6c06e000af hoedown Le Tan 2017-08-19 21:24:23 +08:00
  • 94b671f505 vim-mode: support J and gJ to join lines Le Tan 2017-08-18 19:24:15 +08:00
  • e594a13e96 release v1.8 v1.8 Le Tan 2017-08-17 20:06:16 +08:00
  • b64e5c7ffc bug-fix: VVimIndicator causes input method enabled in read mode Le Tan 2017-08-17 18:31:54 +08:00
  • 0ded620772 use smaller icon size for toolbar Le Tan 2017-08-14 19:04:34 +08:00
  • 96350d8a2f refine Chinese translations Le Tan 2017-08-12 11:53:16 +08:00
  • b5646a2b34 support links to internal notes Le Tan 2017-08-11 21:53:37 +08:00
  • 2e7590de24 add Markdown guide Le Tan 2017-08-11 20:02:54 +08:00
  • d01996288f flash current anchor in read mode when jumping into it Le Tan 2017-08-09 20:45:09 +08:00
  • 7c2f1a8927 vim-mode: scroll to center after Ctrl+O/I Le Tan 2017-08-08 20:12:15 +08:00
  • 91d33c3f5c make name of notebook/folder/note case-insensitive Le Tan 2017-08-08 20:11:44 +08:00
  • c2fe857e3a open an external file as internal note if it is a note within VNote Le Tan 2017-08-07 20:04:18 +08:00
  • dfaa7772df bug-fix: use the default suffix from markdown suffix list Le Tan 2017-08-07 20:01:24 +08:00
  • f9f508c193 bug-fix: save state in close event only when main window is visible Le Tan 2017-08-07 20:00:39 +08:00
  • d44549a43f bug-fix: spaces after # are needed for titles in edit mode Le Tan 2017-08-06 15:33:19 +08:00
  • 586f5c0994 support custom doc type suffixes Le Tan 2017-08-03 22:26:29 +08:00
  • c2e1f14dfa refine default CSS style Le Tan 2017-08-03 21:30:22 +08:00
  • 8595d0a14f make all tool buttons always visible Le Tan 2017-08-01 22:44:49 +08:00
  • e88a41d4e3 minor-fix Le Tan 2017-07-26 19:20:50 +08:00
  • fc48d69fe0 change desktop file to let it be added to GNome context menu Le Tan 2017-07-25 22:14:39 +08:00
  • 8264ace8f8 single-instance: latter instances will ask the legal instance to show itself Le Tan 2017-07-25 22:03:02 +08:00
  • 60e65d1781 system-tray: support system tray icon Le Tan 2017-07-25 19:52:25 +08:00
  • b2bae39715 README: add screencast for edit experience Le Tan 2017-07-22 17:19:11 +08:00
  • b4873feb41 exporter: OK button to close dialog after exported Le Tan 2017-07-22 12:17:51 +08:00
  • 226263f77c bug-fix: save wrong geometry state in single panel view Le Tan 2017-07-21 22:09:40 +08:00
  • 365c0ce91f vim-mode: disable input method in Command type in command line edit Le Tan 2017-07-20 19:20:04 +08:00
  • 8a6ce16db5 support drag and drop into edit area to open external files Le Tan 2017-07-20 19:19:28 +08:00
  • d0bcd7a2c6 vim-mode: make cursor block visible after actions Le Tan 2017-07-19 20:25:28 +08:00
  • 561cc91069 refine Chinese translations Le Tan 2017-07-18 21:05:04 +08:00
  • 0b9d259de6 support opening external files from context menu in system browser Le Tan 2017-07-17 22:16:41 +08:00
  • e33ff1fede add Info action to tab context menu Le Tan 2017-07-16 15:10:50 +08:00
  • 8a56dc8b87 support editing external files Le Tan 2017-07-14 23:05:18 +08:00
  • 30c9403a21 release v1.7 v1.7 Le Tan 2017-07-14 21:40:14 +08:00