ZhuJHua 581655b2dd feat(markdown): add support for markdown diary
- Add markdown_bar component for markdown editing.
- Update edit page to support markdown diary type.
- Update home page floating button to include markdown diary.
- Update edit_logic to include markdown controller.
- Update markdown and remove markdown_toolbar package.
- Add support to preview markdown.
- Add support to markdown_bar for markdown editing.
- Add support to markdown parser for markdown editing.
- Update home page floating button to include markdown diary.
2025-01-21 09:47:04 +08:00
2025-01-06 23:59:36 +08:00
2024-12-01 02:31:33 +08:00
2024-12-01 02:30:47 +08:00
2024-08-24 16:55:47 +08:00
2024-08-24 17:07:05 +08:00

The preview for moodiary.

简体中文 | English

Community Forum丨QQ Group: 760014526

Feature

  • Cross-platform support🌍 Compatible with Android, iOS*, Windows*, MacOS*, Linux.
  • Material Design🎨 The interface is intuitive and user-friendly, and follows the Material Design specifications.
  • Rich text editing📝 Supports text editing in bold, italic, underline and other formats.
  • Multimedia accessories📷 You can add pictures, audio, video or even draw a picture to your diary.
  • Search and classification🔍 Easily manage your diary by full-text search and categorization.
  • Custom theme🌈 Supports light and dark modes, as well as a variety of color schemes.
  • Data security🔒 Keep your diary safe with a password, supports biometric unlocking.
  • Export and share🧾 Support all data import/export, as well as single diary sharing.
  • Backup and synchronization:☁ Support for LAN synchronization and WebDav backup.
  • Footprint Map : 🗺️ See your footprints on a map. Every step of your life is worth documenting.
  • Intelligent assistant💬 Supports access to third-party large models, provides Q&A, sentiment analysis and other functions.
  • Local Natural Language Processing (NLP)🤖 A more secure intelligent assistant that lets your diary know you better.

(Note: Cross-platform capabilities are provided by Flutter, platforms with * may need to configure your own signatures)

🔧 Main Technology stack

  • Flutter ( Cross-platform UI framework )
  • Isar ( High performance local database )
  • GetX ( State management framework )

📸 Application screenshot

The application is constantly updated, and the interface may change slightly in the new version

Mobile

The mobile screenshot for moodiary.

Desktop

The desktop screenshot for moodiary.

🚀 Installation guide

Third party SDK

Some capabilities need to apply for third-party SDKS, and the following service providers provide free versions, and the obtained keys are configured in the lab.

Weather service

Map service

Intelligent assistant

Direct mounting

Use it by downloading the compiled installation package in Release, or manually compiling it if you don't have the platform you need.

Manual compilation

Environmental requirement

  • Flutter SDK (>= 3.27.0)
  • Dart (>= 3.6.0)
  • Rust Toolchain (Latest)
  • Clang/LLVM (Latest)
  • Compatible ides (e.g. Android Studio, Visual Studio Code)

Installation procedure

Note: When packaging, you need to modify the corresponding platform configuration file, such as Android platform build.gradle

  1. Clone Repo
git clone https://github.com/ZhuJHua/moodiary.git
cd moodiary
  1. Installation dependency
flutter pub get
  1. Running application
flutter run
  1. Package release
  • Android: flutter build apk
  • iOS: flutter build ipa
  • Windows: flutter build windows
  • MacOS: flutter build macos

📝 More description

Natural Language Processing (NLP)

In the experimental stage

Today, more and more industry products are beginning to incorporate AI technology, which undoubtedly greatly improves our experience. However, for diary applications, it is not acceptable to hand over the data to a large model because it is not certain that the data will be used for training. Therefore, a better approach is to adopt a local model. Although local models may not be as powerful as large models due to size limitations, they can still provide necessary help to a certain extent.

Currently, I have the following tasks integrated into the source code:

SQuAD task based on Bert pre-trained model

I used MobileBert for the SQuAD task, which is a simple machine reading comprehension task. You can ask it questions and it will return the answers you need. The model files are in the .tflite format required by TensorFlow Lite, so you can add your own model files to the assets/tflite directory.

Thanks to the following open source projects:

🤝 Contribution guide

Contributions are welcome! Please follow these steps to contribute:

  1. Fork this repository.
  2. Create a new branch(git checkout -b feature-branch-name)。
  3. Commit your changes(git commit -am 'Add some feature')。
  4. Push to branch(git push origin feature-branch-name)。
  5. Create a Pull Request.

Please make sure that your code to follow Flutter style guide and include the appropriate tests.

📄 License

This project is licensed under the AGPL-3.0 LICENSE, see the LICENSE file for details.

💖 Thanks

  • Thanks to the Flutter team for the excellent framework.
  • Special thanks to the open source community for their valuable contributions.

🥪 Sponsor

You can buy me a sandwich to keep me motivated to continue developing.

Sponsor

List of sponsors

If you want to be on the list, you can leave me a message, in no particular order, and the list will be updated regularly.

Sponsor Price Sponsor Price
dsxksss 50 CNY 十一 20 CNY
沭飏秋 10 CNY 朱东杰 60 CNY
匿名 5 CNY wu 10 CNY
云烨 2.76 CNY 不对味的雪碧 10 CNY
wireless 6.6 CNY
Description
A fully open source cross-platform diary app written by flutter and rust.
Readme AGPL-3.0 30 MiB
Languages
Dart 88.9%
Rust 7.2%
C++ 1.3%
CMake 1%
Ruby 0.5%
Other 1%