No description
Find a file
2025-03-12 19:49:58 +04:00
.github/workflows docs: move manifest to root 2025-03-06 19:19:35 +04:00
obsidian-reusables@fb589401f0 feat: add FolderSuggest for inbox setting 2025-03-12 19:29:02 +04:00
obsidian-typings@525118c91b Init 2025-02-24 11:29:54 +04:00
src refactor: move chooser type out 2025-03-12 19:49:58 +04:00
.editorconfig Init 2025-02-24 11:29:54 +04:00
.envrc Init 2025-02-24 11:29:54 +04:00
.gitignore Init 2025-02-24 11:29:54 +04:00
.gitmodules Init 2025-02-24 11:29:54 +04:00
.npmrc Init 2025-02-24 11:29:54 +04:00
.prettierignore Init 2025-02-24 11:29:54 +04:00
esbuild.config.mjs 1.0.0 2025-03-06 19:02:00 +04:00
eslint.config.mjs Init 2025-02-24 11:29:54 +04:00
flake.lock Init 2025-02-24 11:29:54 +04:00
flake.nix Init 2025-02-24 11:29:54 +04:00
LICENSE.md Init 2025-02-24 11:29:54 +04:00
manifest.json 1.0.2 2025-03-12 19:29:08 +04:00
package.json 1.0.2 2025-03-12 19:29:08 +04:00
pnpm-lock.yaml 1.0.0 2025-03-06 16:19:32 +04:00
README.md docs: update README and manifests 2025-03-06 16:15:37 +04:00
tsconfig.json chore: fix errors about tslib 2025-03-06 16:27:17 +04:00
version-bump.mjs Init 2025-02-24 11:29:54 +04:00

Crosslink Advanced

Do you know what ftags (clones, symlinks) are? If not, you should definitely check this out.

Adds several commands to manipulate ftags.

Commands

  • Remove inbox tag - remove inbox tag (e.g. Uncategorized) from the file
  • Add ftag to note - add ftag to the note. Removes inbox tag automatically
  • Open random inbox item - open random note that has inbox tag
  • Create new note as child - create new note that has current file as ftag. Converts current file to folder note automatically
  • Rename swapping for alias - rename current file and make its former name its alias

Other plugins

  • lazy-cached-vault-load - Reduces startup time on mobile to 2-3 seconds, even with a vault containing 30k+ notes.
  • reveal-folded - Adds a command that reveals the current file in the file explorer while collapsing all other items.
  • auto-folder-note-paste - Ensures your attachments are placed inside your note when pasting or using drag-and-drop by converting your note into a folder note.
  • folders-graph - Adds folders as nodes in graph views.
  • hide-index-files - Hides folder notes (index files) from the file explorer.
  • crosslink-advanced - Adds commands for managing ftags-oriented vaults: adding ftags, creating child notes, opening random unftagged file, etc.
  • virtual-dirs - Adds 'virtual' folder files or folder indexes. You can open and search for them, but they do not take up space and 'materialize' whenever you need a real folder note.
  • viewer-ftags - add ftags as chips on top of markdown/file editors/previews. And children as differently styled chips too!
  • git-annex-autofetch - Allows you to open annexed files that are not locally present as if they were on your device (essentially, an NFS/overlay-fs hybrid in Obsidian).

Disclamer / Safety

This plugin uses certain file system APIs that can modify files, such as writing and moving them. However, it should not make any irreversible changes, as it only moves files and modifies symlinks in notes' frontmatter. That said, always back up your vault whether you use this plugin or not.

Contributing

Issues and patches are welcome. This plugin is designed to work alongside other plugins, and I will do my best to support such use cases. However, I retain the right to refuse support for any given plugin at my discretion.