-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan McQuen <[email protected]>
- Loading branch information
1 parent
5c04642
commit 597e19a
Showing
3 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,2 @@ | ||
# wiki_links | ||
|
||
Add `[[Wiki]]` style links to Inkdrop. | ||
|
||
## Usage | ||
|
||
### Wiki Links | ||
|
||
You can write Wiki style links to internal notes, like this: | ||
|
||
[[Foo]] | ||
|
||
If the note does not exist, it will be created. | ||
|
||
![Demo](assets/inkdrop_wiki_links_demo_2.gif) | ||
Mobile is not currently supported due to security restrictions that do not allow | ||
database commands. We are investigating possible workarounds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "wiki_links", | ||
"main": "./lib/index", | ||
"version": "0.1.9-dev", | ||
"version": "0.1.9", | ||
"description": "Bring wiki style links to Inkdrop.", | ||
"keywords": [], | ||
"repository": "[email protected]:ryanpcmcquen/inkdrop_wiki_links.git", | ||
|