generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Operating system: android 14 (motorola moto g stylus 5G - 2024)
Obsidian version: 1.8.9 (195)
API version: v1.8.9
Login status: not logged in
Language: en
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 6
Restricted mode: off
Plugins installed: 21
Plugins enabled: 20
1: Custom Font Loader v1.5.5
2: Style Settings v1.0.9
3: Minimal Theme Settings v8.1.1
4: Templater v2.9.1
5: ReadItLater v0.9.1
6: Youtube Iframe Timestamps v1.0.0
7: Editing Toolbar v2.4.16
8: Iconize v2.14.7
9: Enhance YouTube Links v1.0.8
10: QuickAdd v1.11.5
11: Discordian Theme v0.7.1
12: Icon Shortcodes v0.9.7
13: Dynamic Outline v1.15.1
14: Mind Map v1.1.0
15: Advanced URI v1.44.3
16: Uncheck All v1.0.0
17: Calendar v1.5.10
18: Homepage v4.2
19: Dataview v0.5.68
20: Meta Bind v1.4.1
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
I created a button to go to the last line of a note, & it doesn't work in reading view, but works in edit view. I have a bar full of other buttons (previous/next tab, new note, close note, etc;), which all work fine in both views. Only the last line button doesn't work, & only in reading view.
the code I used is:
label: ""
icon: arrow-big-down-dash
style: default
class: btnBottom
cssStyle: ""
backgroundImage: ""
tooltip: ""
id: btnBottom
hidden: false
actions:
- type: command
command: editor:go-end
Steps to Reproduce
add button from editor as usual with the last tab command
it doesn't work in reading view
Expected Behavior
last line button should work in reading view
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin