Mindolph

Mindolph is an open source personal knowledge management software for all desktop platforms.

GPL-3.0 License

Stars
87

Bot releases are visible (Hide)

Mindolph - V1.3.5

Published by mindolph over 1 year ago

  • Fix: Context menu for file tab doesn't need Open in System for mind map, like menu for workspace tree item.
  • Fix: Search in editor doesn't work well in some cases.
  • Some UI fix and code refactor.
Mindolph - V1.3.4 unstable

Published by mindolph over 1 year ago

  • Improvement: "Find in Files" functionality is improved a lot
    • the search result displays every matched text with context instead of only the first one.
    • highlight all matching text in result items.
    • use graphical line breaker instead in result items for code based file type(*.md, *.puml, *.txt).
    • use graphical connector in result items for Mind Map topics.
    • precisely locating keyword in editor for opening file from search result.
  • Fix: exception when search blank keyword in the search result panel
  • update demo workspace.
  • Some other refactors.
Mindolph - V1.3.3 unstable

Published by mindolph over 1 year ago

  • New feature: add context menu for editing to note editor in mind map.
  • Fix: exception when dragging a file to the blank space in the workspace tree.
  • Fix: hidden left side panel will be forced to show when open a web link from markdown preview.
  • Fix: the workspace list selection works not well when create a workspace in a sub-dir of another workspace, and also the file navigating goes with duplicate files in that situation.
  • update version of flexmark-java.
Mindolph - V1.3.2 unstable

Published by mindolph over 1 year ago

  • New Feature: new icons for workspace, folder and all kinds of files.
  • New Feature: add more icons to editors and some dialogs.
  • New Feature: changed some icons for contexts menu and dialogs.
  • Fix: menu items to create folder or files doesn't work in some cases.
  • Fix: the relative file link is unable to be located.
  • Fix: paste doesn't work in note editor of mind map.
  • update plantuml to 1.2023.8 and other dependencies.
Mindolph - V1.2.7 Release

Published by mindolph over 1 year ago

  • Fix: menu items to create folder or files doesn't work in some cases.
  • Fix: the relative file link is unable to be located in mind map.
Mindolph - V1.3.1 unstable

Published by mindolph over 1 year ago

  • Merged bug fixes from v1.2.5 and v1.2.6.
Mindolph - V1.2.6 Release

Published by mindolph over 1 year ago

  • Fix: copy/paste/cut in search bar text field causes same actions in code editor.
  • Fix: exception when select text to the end in note editor of mind map.
Mindolph - V1.2.5 Release

Published by mindolph over 1 year ago

  • Fix: paste shortcut conflict with code editor.
Mindolph - V1.3.0 unstable

Published by mindolph over 1 year ago

  • New Feature: create relative file link by dragging&dropping file to Mind Map, Markdown, CSV or plain text files.
  • New Feature: find file links to any file or folder in workspace.
  • New Feature: show context text with search word highlighted in search result from "find in files".
  • Improvement: set default button to "Cancel" for closing application dialog and deleting file dialog.
  • Update mfx to 1.2.
Mindolph - V1.2.4 Release

Published by mindolph over 1 year ago

  • Improvement: add missing context menu operations(cut, copy, paste, delete) to code editor.
  • Improvement: font configurable for CSV editor.
  • Fix: exception when moving a file, which is loaded to a tab but not instantiated , to other folder.
  • Update JavaFX to 20.0.1.
Mindolph - V1.1.5 Release

Published by mindolph over 1 year ago

  • Fix: files created from external in sub-folders of expanded folder don't be loaded.
  • Fix: exception when right-click on a new created file in a new created folder.
Mindolph - V1.2.3 unstable

Published by mindolph over 1 year ago

  • Improvement: add round corner (and settings) to mind map topics.
  • Fix: files created from external in sub-folders of expanded folder don't be loaded.
  • Fix: exception when right-click on a new created file in a new created folder.
  • Fix: disable "paste" menu item for CSV editor if clipboard is empty.
Mindolph - V1.2.2 Unstable

Published by mindolph over 1 year ago

  • Feature: add icons to context menu items for csv editor.
  • Feature: add cut and paste for selected rows.
  • Fix: occasionally can't select rows.
  • Refactor select row(s).
  • Update PlantUML to 1.2023.6.
  • Fixed some minor bugs.
Mindolph - V1.2.1 Unstable

Published by mindolph over 1 year ago

  • feat: unable to locate matched cell correctly in searching.
  • feat: paste csv format text from clipboard to multiple cells as it is.
  • feat: disable cells navigation by keys when editing.
  • fix: index column shouldn't be selected by left arrow key.
  • merge bug fixes from v1.1.4
Mindolph - V1.1.4 Release

Published by mindolph over 1 year ago

  • Fix: zooming on image viewer stops when width&height are both smaller than viewport.
  • Fix: dragging topic to make link doesn't work since it conflict with dragging mindmap operation.
  • Fix: cancel unsaved file during closing application doesn't stop that.
  • Fix: copy and paste topics that has ancestor-descendant relationship gets redundant topics.
Mindolph - V1.2.0 unstable

Published by mindolph over 1 year ago

  • feat: add 'Edit' to context menu in csv editor.
  • feat: index column background and border.
  • fix: paste from multiple empty cells turns out comma(s).
  • fix: paste empty content to a cell causes file changed.
  • merge bug fixes from v1.1.2 and v1.1.3
Mindolph - V1.1.3 Release

Published by mindolph over 1 year ago

  • Fix: selecting file in workspace expends the folder with same name.
  • Fix: "save as" a file to the root of current workspace doesn't show immediately.
  • Fix: exception when popup context menu on new created file and pasted file.
  • Fix: wrong displaying path in context menu from file in workspace.
Mindolph - V1.1.2 Release

Published by mindolph over 1 year ago

  • Fix: rename an opened file and edit the file, the file name in tab will be recovered to the original.
  • Fix: exception occasionally when locate file in workspace.
  • Fix: exception when exporting mindmap to freemind.
  • Fix: exception when popup menu on a renamed file.
Mindolph - V1.2 Beta

Published by mindolph over 1 year ago

  • New Feature: add WYSIWYG CSV file editor.
  • Fix: exception when popup menu on a renamed file.
  • Update JavaFX to 20, PlantUML to 1.2023.5 and some other dependencies.
Mindolph - V1.1.1 Release

Published by mindolph over 1 year ago

  • Improvement: always open mmd file in Mindolph.
  • Improvement: enlarge code editor line spacing to make reading more comfortable.
  • Fix: copy relative path missing file name.
  • Fix: exception when replacing text without searching first.
  • Fix: searching stops when replacing fail.