Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Mar 23, 2024
1 parent 3e6260e commit f200849
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Joplin DDDot
Joplin DDDot
===========

DDDot is a Joplin plugin to provide a set of tools like recent notes, shortcuts, scratchpad, and .... in a single sidebar.

Expand Down Expand Up @@ -55,9 +56,26 @@ Drag the note from the note list over the Shortcuts tool

![image](https://github.com/benlau/joplin-plugin-dddot/assets/82716/a90087a5-1e95-4b75-a690-38ef472302f5)

**Features**:

- Show the table of content of the selected note
- Click on the item will go to the section
- Press the "Copy" button to copy the link of the section
- Manual/Auto Resize Mode
- Link filter

**Manual vs Auto Resize Mode**

The Outline tool has a fixed height by default. Users could adjust it by dragging the border or clicking the "Size Height to Fit Content" button.

Users may change it to be auto resized via the Joplin Plugin settings.

**Link filter**

The Outline tool support to display more than just headings; it can also show links within the note. To configure this, go to Settings > DDDot > Include URL with schemas (comma-separated, e.g., http, https, file). Here, you can specify the types of links you want to appear in the Outline.




## Daily Note

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-joplin-dddot",
"version": "0.4.2-dev",
"version": "0.4.2",
"scripts": {
"predist": "tailwindcss -i config.css -o src/styles/tailwind.css",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "joplin-plugin-dddot",
"app_min_version": "2.6",
"version": "0.4.2-dev",
"version": "0.4.2",
"name": "Joplin DDDot",
"description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.",
"author": "Ben Lau",
Expand Down

0 comments on commit f200849

Please sign in to comment.