No description
Find a file
2025-02-26 15:35:59 +08:00
src fix: remove unnecessary cast 2025-02-25 12:16:38 +08:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
custom.d.ts feat: import react packages and add custom type declaration for react style element 2025-01-11 21:20:28 +08:00
esbuild.config.mjs feat: plugin startup 2024-12-29 21:45:38 +08:00
LICENSE feat: add License 2025-01-31 00:14:17 +08:00
manifest.json fix: update min app version in manifest to newer version 2025-02-25 19:38:13 +08:00
package-lock.json fix: change plugin name to avoid other brand name 2025-02-25 11:49:44 +08:00
package.json fix: change plugin name to avoid other brand name 2025-02-25 11:49:44 +08:00
README-CN.md feat: update readme to add install from community plugins method 2025-02-26 15:35:59 +08:00
README.md feat: update readme to add install from community plugins method 2025-02-26 15:35:59 +08:00
styles.css fix: change plugin name to avoid other brand name 2025-02-25 11:49:44 +08:00
tsconfig.json feat: import react packages and add custom type declaration for react style element 2025-01-11 21:20:28 +08:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

FolderFile Splitter Plugin

English | 中文

FolderFile Splitter 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. plugin preview

Install

  1. Search for the Plugin
    • In Obsidian, navigate to Settings → Community Plugins.
    • Click Browse and search for FolderFile Splitter.
  2. Install and Enable the Plugin
    • Click Install, then go back to the Installed Plugins section.
    • Enable FolderFile Splitter to start using it.

Method 2: Manual Installation

  1. Download the Plugin

    • Go to the Releases section of this repository.
    • Download the latest .zip file.
  2. Extract and Place in the Plugins Folder

    • Extract the downloaded .zip file.
    • Move the extracted plugin folder into your Obsidian vault's .obsidian/plugins directory.
    • If you can't find the .obsidian folder, it might be hidden. You can enable hidden files using:
      • Windows: Press Ctrl + Shift + . in File Explorer.
      • Mac: Press Cmd + Shift + . in Finder.
  3. Enable the Plugin in Obsidian

    • Open Obsidian and go to Settings → Community Plugins.
    • Enable the newly installed plugin.

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 plugins 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. Your feedback is invaluable in helping us improve FolderFile Splitter!