All Projects → fasheng → vimwiki2org

fasheng / vimwiki2org

Licence: other
Convert VimWiki files to Emacs Org-Mode

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to vimwiki2org

org-roam-ui
A graphical frontend for exploring your org-roam Zettelkasten
Stars: ✭ 1,393 (+7638.89%)
Mutual labels:  org-mode
org-mode-sms-inbox
Harvest org-mode todos with Dropbox, Twilio, and IFTTT.
Stars: ✭ 19 (+5.56%)
Mutual labels:  org-mode
counsel-org-clock
Counsel (Ivy) interface for org-clock
Stars: ✭ 44 (+144.44%)
Mutual labels:  org-mode
OrgMode.jl
A Julia library for working with Org.
Stars: ✭ 52 (+188.89%)
Mutual labels:  org-mode
copy-as-org-mode
A Firefox Add-on (WebExtension) to copy selected web page into Org-mode formatted text!
Stars: ✭ 138 (+666.67%)
Mutual labels:  org-mode
orgmdb.el
An Emacs/org-mode watchlist manager and OMDb API client
Stars: ✭ 17 (-5.56%)
Mutual labels:  org-mode
nroam
Org-roam backlinks within org-mode buffers
Stars: ✭ 106 (+488.89%)
Mutual labels:  org-mode
organic
Outliner, organizer and notes management app.
Stars: ✭ 37 (+105.56%)
Mutual labels:  org-mode
org-toggl-py
Create Toggl entries from Emacs org-mode CLOCK entries
Stars: ✭ 41 (+127.78%)
Mutual labels:  org-mode
phscroll
Enable partial horizontal scroll in Emacs
Stars: ✭ 52 (+188.89%)
Mutual labels:  org-mode
org-outer-indent
An outer indentation org mode
Stars: ✭ 25 (+38.89%)
Mutual labels:  org-mode
gcal
Google Calendar Utilities for Emacs
Stars: ✭ 12 (-33.33%)
Mutual labels:  org-mode
bog
Extensions for research notes in Org mode
Stars: ✭ 57 (+216.67%)
Mutual labels:  org-mode
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (+227.78%)
Mutual labels:  org-mode
notes
just notes
Stars: ✭ 21 (+16.67%)
Mutual labels:  org-mode
finito.el
📚 Manage books with Emacs 📚
Stars: ✭ 34 (+88.89%)
Mutual labels:  org-mode
github-orgmode-tests
This is a test project where you can explore how github interprets Org-mode files
Stars: ✭ 126 (+600%)
Mutual labels:  org-mode
sword-to-org
Convert Sword modules to Org-mode outlines
Stars: ✭ 32 (+77.78%)
Mutual labels:  org-mode
nano-agenda
A minimal org agenda for Emacs
Stars: ✭ 33 (+83.33%)
Mutual labels:  org-mode
zshorg
org-mode literate programming zsh config
Stars: ✭ 17 (-5.56%)
Mutual labels:  org-mode

description

vimwiki2org.pl is a simple tool to convert vimwiki file to emacs org-mode file

usage

vimwiki2org.pl index.wiki [file ...]
vimwiki2org.pl [options] -- index.wiki [file ...]

examples

  • print help message

      vimwiki2org.pl --help
    
  • show man page

      vimwiki2org.pl --man
    
  • convert the example vimwikie files to a org-mode file

      vimwiki2org.pl /usr/share/vimwiki2org/example/index.wiki > vimwiki.org
    
  • convert vimwikie files, give the diary index file's relative path, and will check and append the lonely files in the same folder or sub folders with the main index file

      vimwiki2org.pl -d diary/diary.wiki -L fix -- index.wiki > vimwiki.org
    

install and uninstall

  • depends

    • perl 5.14
  • compatibility

    • test ok on vimwiki 2.0.1.stu
  • install

      make install
    
  • uninstall

      make uninstall
    

binary files

  • /usr/bin/vimwiki2org

    a wrapper to run the main script vimwiki2org.pl

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].