All Projects → TfTHacker → obsidian42-text-transporter

TfTHacker / obsidian42-text-transporter

Licence: MIT license
Text Transporter - advanced text management for Obsidian. Part of the Obisidan42 family of Obsidian plugins.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to obsidian42-text-transporter

obsidian-better-pdf-plugin
Goal of this Plugin in to implement a native PDF handling workflow in Obsidian
Stars: ✭ 120 (+20%)
Mutual labels:  obsidian-plugin, obsidian-md
oz-image-in-editor-obsidian
This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
Stars: ✭ 243 (+143%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-fullscreen-plugin
No description or website provided.
Stars: ✭ 30 (-70%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+561%)
Mutual labels:  obsidian-plugin, obsidian-md
statusbar-pomo-obsidian
A status bar pomodoro timer plugin for Obsidian.
Stars: ✭ 51 (-49%)
Mutual labels:  obsidian-plugin, obsidian-md
oz-clear-unused-images-obsidian
Obsidian plugin to clear the images that are not used in note files anymore
Stars: ✭ 92 (-8%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-plugin-template
Template for Obsidian.md Plugins
Stars: ✭ 32 (-68%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-rollover-daily-todos
An obsidian plugin that rolls over todo items from the previous daily note
Stars: ✭ 52 (-48%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-70%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-pandoc
Pandoc document export plugin for Obsidian (https://obsidian.md)
Stars: ✭ 393 (+293%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (+32%)
Mutual labels:  obsidian-plugin, obsidian-md
longform
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Stars: ✭ 311 (+211%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian42-jump-to-date
Jump to a date via a convenient popup form. This plugin is a part of the Obsidian42 family of Obsidian plugins.
Stars: ✭ 28 (-72%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+421%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-budget-wysiwyg
Obsidian plugin that automatically switches between preview and source mode.
Stars: ✭ 25 (-75%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-simple-embeds
A plugin for Obsidian that automatically turns links into embeds.
Stars: ✭ 131 (+31%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-emoji-toolbar
No description or website provided.
Stars: ✭ 35 (-65%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-gist
📒 Gist View for Obsidian(https://obsidian.md)
Stars: ✭ 23 (-77%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-hypothesis-plugin
An Obsidian.md plugin that syncs highlights from Hypothesis.
Stars: ✭ 164 (+64%)
Mutual labels:  obsidian-plugin, obsidian-md
nldates-obsidian
Work with dates in natural language in Obsidian
Stars: ✭ 263 (+163%)
Mutual labels:  obsidian-plugin, obsidian-md

Text Transporter - advanced text management for Obsidian

Text Transporter is the Swiss Army Knife of text manipulation plugins for Obsidian that allows you to modify contents of files in your vault, even when the file is not visible. In addition Text Transporter provides a number of convenient functions for quickly selecting lines, blocks and more, along with quickly creating block references.

Text Transporter will make you a text ninja! Text Transporter is made with extra heart for keyboard lovers!

Text Transporter is part of the Obsidian42 family of Obsidian plugins. Check out the others:

Block Reference Commands

  • Copy block embeds from selection and Copy them to clipboard
  • Copy block embeds as aliases
  • Replace a link with its original text (via context menu or CP All Commands)
  • Replace a link with its original text and alias (via context menu or CP All Commands)

Click image for video demo!

Transporter Commands - Copy, Push, Pull

  • Copy line/selection to another file
  • Push line/selection to another file
  • Push line/selection to another file as Block Ref
  • Copy line(s) from another file
  • Pull line(s) from another file
  • Pull line(s) from another file as block references
  • Modifier keys in the file suggester
    • Press Ctrl (or Meta key) when clicking on an item and when the transport command is performed, the target file will be opened
    • Press Shift when clicking on a bookmark will continue the suggester process into selecting lines from the target file, but the first line will be based on the bookmark location

Click image for video demo!

Note: These commands appear in the context menu when you right mouse click on a line in a file that is being edited. These commands can be toggled off in settings.

Selection commands

  • Select current line and expand to block
  • Select block - previous
  • Select block - next
  • Select current line and expand up into previous block
  • Select current line and expand down into next block

Click image for video demo!

Quick Capture

  • Opens a form where you can type in text and then quickly capture it to a file in your vault. The Quick Capture screen accepts enters for new lines. Ctrl+Enter will click the capture button.

Click image for video demo!

Bookmarks

  • Bookmarks are shortcuts to files in your vault. You can have multiple bookmarks defined in settings.
  • See this page for more details: Bookmarks help

Manual installation

  • Go to the releases page of this repository and find the most current release. Link for releases
  • Download the 3 files main.js, manifest.json, and styles.css at the bottom of the release page.
  • Open your Obsidian Vault folder location on your computer (however you normally do with your Operating System)
  • You should see a folder in your vault called .obsidian ... open that ... and then open the plugins folder within it. (Obsidian Vault.obsidian\plugins)
  • Create a new folder within this plugins folder and name it whatever you want. Something like "obsidian-text-transporter" for example.
  • Copy the files that you downloaded into this new "obsidian-text-transporter" plugin folder.
  • Open Obsidian and go to Settings > Community Plugins ... Turn OFF Safe Mode if it is currently on
  • You then will see a section called "Installed plugins". Click the refresh button to the right.
  • This plugin should now show up. Now simply Enable it with the toggle to the right of it.

Credits

I want to give thanks to these great projects, as in some way they are used by this plugin:

Say Thank You

If you are enjoying this plugin then feel free to buying me a coffee on https://ko-fi/TfTHacker.

Please also help spread the word by sharing your enthusiasim for this plugin on Twitter, Reddit, or any other social media platform you regularly use.

You can find me on Twitter @TfTHacker

ko-fi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].