News and articles about MindForger - one post per release, newest first.
2026-09-19

To have some fun I prepared MindForger functional architecture overview diagram. I used my beloved SuperNote Yoda to sketch the diagram and then turned it to the animated diagram which is now available as Nerdview on the web.

The diagram is animated - it shows the flow and how ideas, facts, experiences ... are turned to Notes, Notes to Notebooks with the outline, then organized to (note)book shelves and browsed in the knowledge graph, kanban and/or processed by Wingman.
2026-09-13 | release on GitHub

MindForger is getting back in shape! This minor release brings significant stabilization and performance improvements, which MindForger has desperately needed for some time. I fixed long standing bugs and accelerated Markdown to HTML rendering. I switched MindForger from the legacy, slow, and fragile HTML rendering engine (QtWebKit fork abandoned in 2018 which I kept for Linux distro backward compatibility) to the latest and greatest one (QtWebEngine) which has been used by Windows and macOS for years. I also fixed and sped up math, source code, and diagrams rendering by switching to SOTA libraries, upgrading to the latest versions and fixing what was broken.
Rewrap Paragraph fills the paragraph/rewraps the paragraph under the cursor to 80 columns.2026-09-03 | release on GitHub

This minor MindForger release brings improved autolinking, Snap distribution, new local large language models providers, various fixes and small enhancements:
.snap (classic confinement).2024-02-16 | release on GitHub

This major MindForger release brings wingman, notebooks tree and libraries:
2022-03-07 | release on GitHub

This MindForger release brings smart(er) Markdown editor and significantly improved macOS version:
{[("'~ completionicns icons (transparency)RD_ONLY file detection with warningMay you do good, not evil. ๐บ๐ฆ
2021-12-26 | release on GitHub

This major MindForger release brings:
2020-03-08 | release on GitHub

This major MindForger release brings:
Autolinking (automatic interlinking) injects links (Notebooks and Notes names ~ Markdown document names and section names) to your remarks. Released implementation is cmark-gfm and Trie based to achieve desired performance and ensure autolinked Markdown format integrity. It can be further improvement with additional research (like hierarchical/scope centric multi-link selection) and implementation enhancements (like Aho-Corasic text search).
Shortcuts, drag & drop and ability to paste image (even an image selection) improved on macOS. Big thanks to Petr Kozelka who borrowed MacBook to improve and fix macOS implementation!
2020-02-17 | release on GitHub

This MindForger release brings:
... and various minor improvements and fixes.
2020-01-18 | release on GitHub

This major MindForger release brings:
... several bug fixes and usability enhancements.
I want to thank MindForger users for feedback, bug reports and constructive critics! Enjoy this new release!
2019-03-03 | release on GitHub

This major release brings native Microsoft Windows port of MindForger and support of GitHub Flavored Markdown (via replacement of Discount with mark-gfm - GitHub's fork of cmark, a CommonMark parsing and rendering library).

Big thanks to bonitoo.io and Ivan Kudibal who decided to contribute to MindForger - kudos to Vlasta ล aman Hรกjek who ported MindForger to Microsoft Windows in one month!
2018-11-10 | release on GitHub

This MindForger release brings CSV export, MathJax menu, HTML zooming and autolinking preview. CSV export enables AI/ML/DS analysis of your remarks. MathJax menu aims to significantly improve your productivity when writing mathematical expressions. Autolinking is an experimental feature which automatically turns you plain text notes to hypertext while your browse them. Autolinking automatically discovers notes across your repository with the right title and creates links (just for view, note is not changed).
2018-10-02 | release on GitHub

This major MindForger release brings knowledge graph navigator (video), full-text search with regular expressions, HTML notebook export, TWiki document import, Docker-based distribution, significant improvements in recent notes and asynchronous associations.
2018-09-02 | release on GitHub

This release aims to improve MindForger usability. Terminology has been changed from nerd-style terms to commonly used naming. Newly added toolbar will make MindForger use much easier. In addition it lays the foundation for visual knowledge navigator. I also fixed several issues - both in frontend and backend.
2018-07-10 | release on GitHub

This MindForger release brings Eisenhower matrix, tags view, recent notes view and updated documentation. In addition it lays the foundation for named-entity recognition (NER) and knowledge graph navigator. I also fixed several issues - both in frontend and backend (parsing huge repositories).
2018-05-30 | release on GitHub

I am happy to announce the first release of MindForger - the 4th generation of my thinking notebook. Rethought, redesigned and rewritten from scratch it becomes the tool I was dreaming about for years.
Although it's the first release, it brings several unique features and there is much more to come.
I didn't choose the date randomly - MindForger is released on the day of my 42nd birthday... and yes, it can confirm answer to the Ultimate Question of life, the Universe, and Everything!
Stay tuned - distribution/platform support, new features and demos will be releases in the upcoming weeks.
2007-11-16 | original post | labels: cognition, memory, mind
A Harvard professor argues that too much information is being retained by computers, and the machines need to learn how to forget things as humans always have. "If whatever we do can be held against us years later, if all our impulsive comments are preserved, they can easily be combined into a composite picture of ourselves," he writes in the paper.
This is exactly the idea I have in my mind for some time. Having installed the same system for three years and looking to my desktop, downloaded documents, mailbox and mind maps I can see how it is spoiled and contaminated by zombie items.
The purpose of computers is to remember everything. Actually I think that human brain remembers every single piece of information as well (cognition, experience, perception). Human beings just differ in ability to look up the particular "thing" - it's there, but an appropriate stimulus that triggers the association queue is needed (scent, sensual perception, event).

The right question to ask is "What does it mean to forget?"
In my opinion it is a function of the mind that protects it from madness. Presume that your memory is a graph - "things" are nodes and associations are edges (pretty common model). There is an entry node. A new stimulus is put right behind the entry node. As the stimulus get older and older it dives deeper and deeper. If there are no fresh associations which would keep it near enough to the entry node, it is forgot. Say that the distance is defined as number of hops from entry node to the stimulus node and there is some threshold (let me call it Rubicon). The piece of information is forgot once the distance from the entry is is bigger then Rubicon.
The same approach could be applied to computers...
In other words I just wanted to say: "to forget doesn't mean to delete". Does it make sense?