Skip to content

Releases: EtoDemerzel0427/RectoWiki

0.5.1

05 Feb 03:20

Choose a tag to compare

macOS

Download the .dmg file from the assets below.
Drag RectoWiki to your Applications folder.
Note: If you encounter a "damaged" error on first launch (due to Gatekeeper), run the following command in your terminal:

xattr -cr /Applications/RectoWiki.app

0.5.0

15 Dec 07:51

Choose a tag to compare

I think this version is very usable now.

0.4.0

30 Nov 01:27

Choose a tag to compare

0.4.0 Pre-release
Pre-release

🥇 First release after we are renamed to RectoWiki!

📦 Installation

macOS

Download the .dmg file from the assets below.
Drag MetaWiki to your Applications folder.

Note: If you encounter a "damaged" error on first launch (due to Gatekeeper), run the following command in your terminal:

xattr -cr /Applications/RectoWiki.app

Windows & Linux

Builds for Windows (.exe) and Linux (.AppImage) are also available in the assets section. However, due to the lack of resources, we were not able to test on Windows or Linux yet. As of v0.4.0, nothing is guaranteed to work on these two platforms.

0.3.0

29 Nov 21:41

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Release Notes v0.3.0

🚀 New Features

  • Real-Time Content Watching: The Desktop App now uses chokidar to watch your content directory. Changes to files (edits, additions, deletions) are reflected instantly in the app without manual regeneration.

🐛 Bug Fixes & Improvements

  • Refactored custom content location support functionalities. MetaWiki now manages the content.json in its own resources rather than putting it in the content folder.
  • Added some unit tests.

0.2.0

29 Nov 10:33

Choose a tag to compare

0.2.0 Pre-release
Pre-release

New Features:

  • Enhanced Workspace: Added a collapsible sidebar and resizable split-view for the editor.
  • Custom Appearance: Support for global and per-page font themes and size adjustments.
  • Flexible Storage: Added support for custom content locations.

Bug Fixes

Fixed an issue where the banner blocked the sidebar search section on small screens.

0.1.0

28 Nov 23:34

Choose a tag to compare

0.1.0 Pre-release
Pre-release

MetaWiki v0.1.0 - Initial Release

We are excited to announce the first release of MetaWiki, a modern, personal knowledge management tool designed for developers and thinkers. Built with React, Vite, and Electron, MetaWiki offers a seamless experience for organizing your thoughts, code snippets, and learning notes.

🚀 Key Features

🌐 Modern Web Experience

  • Markdown First: Write content in standard Markdown with full support for KaTeX math equations ($E=mc^2$) and syntax highlighting for code blocks.
  • Wiki-Style Linking: Connect your thoughts effortlessly using [[Wiki Link]] syntax.
  • Responsive Design: A beautiful, mobile-friendly UI with a collapsible sidebar and dark mode support.
  • Fast Navigation: Instant search and tag filtering to find what you need in seconds.

🖥️ Desktop Power (Electron)

  • Local File System: Your data belongs to you. MetaWiki reads and writes directly to your local folder structure—no databases, no lock-in.
  • Split-View Editing: Edit and preview your notes side-by-side in real-time.
  • Native Integration: Enjoy native menus, offline capability, and direct file manipulation (create, rename, delete) right from the app.

📦 Installation

macOS

Download the .dmg file from the assets below.
Drag MetaWiki to your Applications folder.
Note: If you encounter a "damaged" error on first launch (due to Gatekeeper), run the following command in your terminal:

xattr -cr /Applications/MetaWiki.app

Windows & Linux

Builds for Windows (.exe) and Linux (.AppImage) are also available in the assets section. However, due to the lack of resources, we were not able to test on Windows or Linux yet, as of v0.1.0, nothing is guaranteed to work on these two platforms.