2024-XX-XX
2024-03-06
- Organize notes using Kanban
2024-02-22
bug fixes and small improvements.
2023-09-08
To focus on the core features of note-taking and improve the performance continuously. We clean up some features, such as web wrap, split view, etc. In the future, such features can be added as plugins.
- Add Setting button on sidemenu;
- Set font family, size, weight and line height for editor;
Now will not replace the blank space with _
on title as link due to the side effect. but this is a breaking change which breaks the backlinks and graph view (stopgaps: change [wikilink title](wikilink_title)
to [wikilink title](wikilink%20title)
or change to [[wikilink title]]
or [[wikilink title | my alt text]]
manually, sorry for the inconvenience).
2023-05-12
- Sort playlist
- System tray
- Setting: if open previous folder on startup
- walk dir multi-threadedly
- Improve performance on open/switch/edit large file
2023-03-05
- Kanban board
- Wrap web app and inject your JS script
- Export as PDF or Image(png)
- Close #404 : backslash issue
and a few tiny fixes.
2023-02-14
- Support Atom feed
2023-01-31
Fix bugs
2022-12-31
Fix bugs
2022-11-30
Fixed a bug: failed to create db file on launch
2022-11-14
- RSS reader
- Podcast client
2022-10-22
- Close #279 : cannot insert or override content on insert local image/file
- Close #283 : converts the lines above or below into block.
- Can attach file: zip, docx, xlsx, pptx, ...
2022-10-15
- Support Chemical equation
- Live preview math block
- Hashtag view
- DateTime slash commands:
/date
,/time
,/now
- Search hashtag
- Journals page: empty daily notes
- Clear log
- Diagram: mermaid, echarts, abc music notation.
- Rename doc after editing
- Compute backlinks(
[[]]
)
- Default file name for
saveDialog()
. - Include Hahtag in graph view.
- Add
data:
to csp. - Relative local image path
- Show non-markdown file and open with default application
- Mindmap: visualize Markdown(headings and list items) as mindmap.
- Folder Management: create subfolder/rename/delete
- Split view: raw markdown and WYSIWYG on the same page
- Listen remove event in directory
- Copy log for debug
- Create new folder on move note
- Move loading directory job to backend(Rust)
- Fixed some bugs
- Recent history
- Insert local image and attach local file(PDF)
- Embed Airtable, Codepen, YouTube, and more
- Task view
- remove
~sub~
support (conflict with~~strikethrough~~
)
- Loss content on rename;
- Bug on Chronicle view;
- Bug on message modal(removed);
- Rendering error if any heading folded;
- Subscript text (
~sub~
) and superscript text (^sup^
) support - Ignore hidden files and folders
- Table of Contents: generate TOC automatically
- WikiLink(
[[note]]
)
- Fix bug on create new note via
new or find
- Fix bug on unique title (case insensitive)
update deps to stable version
- Backlinks
- Fix style and some bugs
- Using CodeMirror in Raw Markdown Mode;
- Fix Graph view: no folder node now;
- Fix style and other bugs
- Migrate Slate to Prosemirror (
⚠️ Breaking changes⚠️ and more features are still WIP) - Editor Support: Markdown, Table, Code block highlight, Math Block...,
- Switch between WYSIWYG mode and Raw Markdown mode,
- Daily Activity Graph
- Message Modal
- Deserialize HashTag on open md file
- Daily note folder
- Settings toggle
- Save relative file/asset path in JSON
- Handle rename change by external editor
- Splashscreen on loading
- Sync changes by external editor
- Search button on HoveringToolBar
- Insert Local Image
- Normalize paths for Window, Linux, macOS
- Sync changes in store to JSON(persist)
initial release
- WYSIWYG Editor, Markdown support
- Slash command, hotkeys and Hovering Toolbar.
- Graph view
- Task view
- Chronicle view
- BackLink
- Block Reference
- HashTag
- Full-text search
- Available for Linux, Windows, macOS (no Code Signing currently)