Skip to content

Allows for text selections to be copied (refactored) into new notes.

Notifications You must be signed in to change notification settings

ismailgunacar/note-refactor-obsidian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-refactor-obsidian

This repository contains a plugin for Obsidian for extracting the selected portion of a notes into new note.

Credit to MrJackphil, this plugin is based on the code snippet he created.

The default hotkey is:

Hotkey Action
Ctrl/Cmd Shift + N Copy selection into new note and replace with a link.

The new file is created at the root of the vault.

Headings # and other illegal characters for filenames are removed including :, \, /.

A check is done to avoid overwriting of existing files but...

💥 PLEASE TRY IN A TEST VAULT FIRST! 💥

Demo

TODO

Installing

TODO

About

Allows for text selections to be copied (refactored) into new notes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.0%
  • JavaScript 17.0%