mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 05:37:28 +00:00
feat: update readme and manifest
This commit is contained in:
parent
6f88c78086
commit
16e5403a89
3 changed files with 32 additions and 3 deletions
29
README.md
29
README.md
|
|
@ -1 +1,30 @@
|
|||
# Apple Style Notes Plugin
|
||||
|
||||
**Apple Style Notes** is an Obsidian plugin that brings a fresh approach to file management by splitting folders and files into distinct, visually separated lists. Inspired by Apple's elegant design principles, this plugin offers a cleaner, more intuitive way to browse and organize your notes.
|
||||
|
||||
## Features
|
||||
- **Split View**: Separates folders and files into different panels for a better overview of your note structure.
|
||||
- **Improved Navigation**: Navigate through folders and files effortlessly without losing track of your location.
|
||||
- **Enhanced File Management**: Focus on what matters most with a streamlined interface that prioritizes usability.
|
||||

|
||||
|
||||
## Install
|
||||
### Method 1: Manual Installation
|
||||
Download the plugin and place it in your Obsidian plugins folder, then enable it in the **Community Plugins** section of Obsidian settings.
|
||||
|
||||
## Uninstall
|
||||
To uninstall the plugin, simply disable or delete it from the Obsidian plugin settings. If you need to reset all settings, clear the plugin settings from the settings menu.
|
||||
|
||||
## What's Next
|
||||
- **Customizable Settings**: Allow users to customize the plugin’s behavior, such as setting the default location for new files or folders, and customizing the sorting order of files and folders for a more personalized experience.
|
||||
- **Mobile Support**: Adapt the plugin for use on Obsidian's mobile app, ensuring seamless file management across devices.
|
||||
- **Drag-and-Drop**: Enable drag-and-drop functionality for files and folders to simplify reorganization.
|
||||
- **Tag-Based Management**: Introduce the ability to manage files using tags for a more flexible organization system.
|
||||
|
||||
## Changelog
|
||||
- **v0.0.1**: Initial release with folder/file split view and improved navigation.
|
||||
|
||||
## Feedback & Issues
|
||||
If you encounter any bugs or have feature suggestions, please open an issue on this [GitHub repository](https://github.com/XuQuan-nikkkki/apple-style-notes-plugin). Your feedback is invaluable in helping us improve Apple Style Notes!
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "apple-style-notes-plugin",
|
||||
"name": "Apple Style Notes Plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||
"description": "Splits folder and file lists into separate views, simplifying navigation, improving clarity, and making it more intuitive to organize your notes.",
|
||||
"author": "Xu Quan",
|
||||
"authorUrl": "https://xuquan.site/",
|
||||
"isDesktopOnly": false
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
|
|
|
|||
BIN
src/assets/images/split-views.jpg
Normal file
BIN
src/assets/images/split-views.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Loading…
Reference in a new issue