Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Dec 24, 2020
1 parent 5c04642 commit 597e19a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
## v0.1.8 - Lots of clean up and code reduction.

- Mobile should work once merged as well now!

## v0.1.10 - More cleanup and some bug fixes.

- There were some issues with anchor tags, we switched to using a span element instead.
- General code cleanup.
17 changes: 2 additions & 15 deletions README-mobile.md
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.
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit 597e19a

Please sign in to comment.